aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: Servers priority + Shared Files  (Read 4751 times)

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Servers priority + Shared Files
« 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.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Servers priority + Shared Files
« Reply #1 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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Servers priority + Shared Files
« Reply #2 on: October 07, 2004, 02:24:27 PM »

Here is a screenshot of the problem:

Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Servers priority + Shared Files
« Reply #3 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?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Servers priority + Shared Files
« Reply #4 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.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Servers priority + Shared Files
« Reply #5 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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Servers priority + Shared Files
« Reply #6 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.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Servers priority + Shared Files
« Reply #7 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........
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

KingFish

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 52
Re: Servers priority + Shared Files
« Reply #8 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 :)
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Servers priority + Shared Files
« Reply #9 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!
Logged

Mig21

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 57
  • Just another guy.
Re: Servers priority + Shared Files
« Reply #10 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
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Servers priority + Shared Files
« Reply #11 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 );
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Servers priority + Shared Files
« Reply #12 on: October 10, 2004, 11:54:55 AM »

I'll be committing a fix for the other bug as well in a moment.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Servers priority + Shared Files
« Reply #13 on: November 12, 2004, 01:43:01 PM »

Servers priority fixed in CVS. will be in rc8

Greetings!
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Servers priority + Shared Files
« Reply #14 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.
Logged
Pages: [1] 2