1.0.0_RC9 (0.9.09) Released

Suggestions and discussion of future versions
Locked
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: 1.0.0_RC6 (0.9.06) Released

Post by mvoncken »

devil81 wrote:Unfortunately the bug that existed in the previous RC as I and several others pointed out in previous posts, is still present in this RC. So if you are running x64 Vista and possibly its XP counterpart where I think the programs are categorized as x64 and x86 and sorted accordingly in a similar way to Vista, you're £$&* out of luck at least for the time being.
We build a new rc every sunday, i'm shure andar or markybob will fix the 64bit installer bug before the release.
We'll allso discuss the localhost thing and fix it before release.
dev: webui, core, labels | irc:vonck7 |
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0.0_RC6 (0.9.06) Released

Post by andar »

mvoncken wrote:Don't worry vista users, i found cause of the slowness the problem.
Localhost resolves to ipv6...

Workarounds :
1-Disable classic mode and connect to 127.0.0.1
2-OR use classic mode and fix the vista hostfile.
system32/drivers/etc/hosts
before:

Code: Select all

::1 localhost
After:

Code: Select all

#::1 localhost
It's actually a well known problem : http://www.google.nl/search?q=vista+localhost+slow
I have committed a fix for this and it should be in the next RC.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 1.0.0_RC6 (0.9.06) Released

Post by loki »

Proudly running RC6 in Vista x64 by copying the deluge folder to the other program folder. And the workaround for the slowness is excellent, should be incorporated though for the timid.

I noticed the search plugin made it in, it doesn't have a tab though when it is enabled.
The blocklist plugin doesn't show number of blocked IP ranges... not sure if it is working or not.
It appears for some reason the gtk theme that is set doesn't apply to deluge.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0.0_RC6 (0.9.06) Released

Post by andar »

loki wrote:Proudly running RC6 in Vista x64 by copying the deluge folder to the other program folder. And the workaround for the slowness is excellent, should be incorporated though for the timid.

I noticed the search plugin made it in, it doesn't have a tab though when it is enabled.
The blocklist plugin doesn't show number of blocked IP ranges... not sure if it is working or not.
It appears for some reason the gtk theme that is set doesn't apply to deluge.
It shows the number of blocked ip ranges in the statusbar.. I guess I could add that information to the blocklist pref page too.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 1.0.0_RC6 (0.9.06) Released

Post by loki »

This is what I got, blocklist and search enabled...
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0.0_RC6 (0.9.06) Released

Post by andar »

loki wrote:This is what I got, blocklist and search enabled...
I have no idea about the search plugin since it's not an official plugin. The blocklist should show something if you downloaded and imported a list.. What does the preferences page for it look like?
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 1.0.0_RC6 (0.9.06) Released

Post by loki »

I tried deleting the .conf file and disabled and re-enabled it, slightly different look now... it just continually shows Importing 0
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0.0_RC6 (0.9.06) Released

Post by andar »

loki wrote:I tried deleting the .conf file and disabled and re-enabled it, slightly different look now... it just continually shows Importing 0
Ok, I just tried this on my Vista VM and it worked just fine with the default settings. Perhaps you should try clearing the blocklist.cache file from your config folder and giving it another try.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 1.0.0_RC6 (0.9.06) Released

Post by loki »

It is creating a blocklist.cache file of the proper size (downloading). But continues showing either download 0.00% or importing 0.

Also, just like to report RC6 shows a bittorrent icon now associated with deluge. Drag n drop works as well, that was fixed for RC5 I guess.
devil81
Member
Member
Posts: 27
Joined: Sun Jun 08, 2008 1:24 pm

Re: 1.0.0_RC6 (0.9.06) Released

Post by devil81 »

:D Deluge is now working faultlessly on Vista x64, thanks to 'loki' for the great workaround :D
Locked