aMule Forum
English => en_Bugs => Topic started 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.
-
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
-
Here is a screenshot of the problem:
(http://estudiantes.uniandes.edu.co/~g-pulido/snapshot1.png)
-
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?
-
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.
-
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
-
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.
-
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........
-
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 :)
-
afaik, this bug comes from long-in-time. I first heard about it in rc3 or something alike...
same bug here, btw .p
Greetings!
-
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
-
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:
serverMenu->Append( -1, _("Priority"), serverPrioMenu );
to this
serverMenu->Append( 12345, _("Priority"), serverPrioMenu );
-
I'll be committing a fix for the other bug as well in a moment.
-
Servers priority fixed in CVS. will be in rc8
Greetings!
-
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.
-
The parts info for shared is fixed also, yes