aMule Forum

English => en_Bugs => Topic started by: skolnick on October 06, 2004, 04:31:03 AM

Title: Servers priority + Shared Files
Post by: skolnick on October 06, 2004, 04:31:03 AM
servers priority doesn't change. It simply doesn't work at all. Any ideas? Also, the transfered parts on the shared files tab, doesn't work also. It simply shows completely red, or completely blue (light blue) so it doesn't inform anything. This happened also in RC5 and before. My aMule is compiled with GTK1, but effets are exactly the same using GTK2.

Thanks.
Title: Re: Servers priority + Shared Files
Post by: stefanero on October 06, 2004, 08:27:16 AM
huh? about your snd problem....

can you make a screenshot? since I think its working here pretty well, there is a slieder in amule-prefs, which has an influence on the bars..maybe try moving it a little...

stefanero
Title: Re: Servers priority + Shared Files
Post by: skolnick on October 07, 2004, 02:24:27 PM
Here is a screenshot of the problem:

(http://estudiantes.uniandes.edu.co/~g-pulido/snapshot1.png)
Title: Re: Servers priority + Shared Files
Post by: stefanero on October 07, 2004, 02:50:21 PM
lol

well not really funny I know, fisr of all move in amule-prefs teh slieder for the progressbar completely to the right (round)

makes it look much nicer ;)

2nd question: what wxGTK version are you running?
Title: Re: Servers priority + Shared Files
Post by: skolnick on October 07, 2004, 09:47:11 PM
Runing aMule 2.0.0RC6, wxGTK2.5.2 with Unicode and GTK2. Both amule and wxGTK locally compiled. No other wxGTK installations (no rpm or other sources, only the locally compiled one)

Thanks.
Title: Re: Servers priority + Shared Files
Post by: stefanero on October 07, 2004, 10:25:21 PM
if you are comfortable with it, try to download wx-cvs and insatll it....

wxGTK 2.5.2 has a connection problem that is why all your files are red,

you can also try to use 2.5.1 but then DONT use unicode!!!

stefanero
Title: Re: Servers priority + Shared Files
Post by: skolnick on October 08, 2004, 01:01:33 AM
OK, I'll try it when I have time, but that doesn't make clear why this happened exactly the same when using amule 2.0.0RC5 and wxGTK 2.4.2(GTK1 only)

Thanks.
Title: Re: Servers priority + Shared Files
Post by: stefanero on October 08, 2004, 06:21:30 AM
huh????

hmmm then it is really strange...I had sort of that error that you ahve with 2.5.2....but at least not anymore with 2.5.1 or 2.5.3 atm........
Title: Re: Servers priority + Shared Files
Post by: KingFish on October 09, 2004, 12:57:21 PM
I second this error. Been having this since 2.0.0rc2 or so. But it worked fine in 1.2.6+. Using wxGTK1-2.4.2 here.
Here's a screenshot to prove it :)
Title: Re: Servers priority + Shared Files
Post by: Jacobo221 on October 09, 2004, 05:08:14 PM
afaik, this bug comes from long-in-time. I first heard about it in rc3 or something alike...
same bug here, btw .p
Greetings!
Title: Re: Servers priority + Shared Files
Post by: Mig21 on October 10, 2004, 06:22:29 AM
i can't set the server priority either, there is no such option in the serverlist menu any longer. worked fine in rc5 i think
Title: Re: Servers priority + Shared Files
Post by: Xaignar on October 10, 2004, 10:17:57 AM
Ok, I found the sever-priority bug. It seems that wxMenu is quite pricky about the ids of its children. To get the menu back, change this line:
Code: [Select]
serverMenu->Append( -1, _("Priority"), serverPrioMenu );to this
Code: [Select]
serverMenu->Append( 12345, _("Priority"), serverPrioMenu );
Title: Re: Servers priority + Shared Files
Post by: Xaignar on October 10, 2004, 11:54:55 AM
I'll be committing a fix for the other bug as well in a moment.
Title: Re: Servers priority + Shared Files
Post by: Jacobo221 on November 12, 2004, 01:43:01 PM
Servers priority fixed in CVS. will be in rc8

Greetings!
Title: Re: Servers priority + Shared Files
Post by: skolnick on November 12, 2004, 08:21:26 PM
That's great. What about the totally-blue-or-totally-red-bars bug? has any of the developers done any discovery about this?

Regards

P.S: Thanks for fixing the server priority bug.
Title: Re: Servers priority + Shared Files
Post by: Kry on November 12, 2004, 08:52:18 PM
The parts info for shared is fixed also, yes