0.5.8 Final

Suggestions and discussion of future versions
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

0.5.8 Final

Post by markybob »

It's final :) I feel like a whore saying this, but if you use the browser and want it to stay, please click on an ad to support us if you see one that you like. Also, we're now offering Hardy packages.

Changes from RC2 are as follows:
Deluge 0.5.8 (29 December 2007)
* Fix handling of corrupt torrent files
* Fix having two instances of Deluge running on Ubuntu
* Fix problem relating to move torrent plugin not moving torrents before they get cleared

http://download.deluge-torrent.org or http://deluge-torrent.org/downloads.php

Enjoy :) Happy new year!
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: 0.5.8 Final

Post by Ux64 »

Move torrent works now as I (and many others) wished. Perfect! Great work, thank you so much!

But that strange UI freeze problem remains. I'll rerun deluge from CLI so I can see possible messages during problem time.

This time it was triggered during torrent getting completed and moved. (Move worked) but torrent remained in Deluge at 99% and UI froze. Or actually I'm not sure if UI thead was frozen. But at leasts statistics stopped updateing, so communication with libtorrent might have been broken. (?)

I'll give more details when I can repeat this problem and hopefully get more info from stout/sterr.
waltherbans
Leecher
Leecher
Posts: 50
Joined: Thu Jun 28, 2007 6:36 pm

Re: 0.5.8 Final

Post by waltherbans »

Thanks a lot for the new release! Especially i like to have hardy-packages now (though the gutsy-packages did it, too).
Keep on doing a good job and have a happy new (deluge-)year!
Frosty
Member
Member
Posts: 27
Joined: Fri Nov 16, 2007 4:28 am

Re: 0.5.8 Final

Post by Frosty »

Thanks! Great job!
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: 0.5.8 Final

Post by Ux64 »

Ux64 wrote:I'll give more details when I can repeat this problem and hopefully get more info from stout/sterr.
Got it!

Code: Select all

Pickling state...
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1128, in update
    self.manager.handle_events()
  File "/var/lib/python-support/python2.5/deluge/core.py", line 652, in handle_events
    self.save_fastresume_data(event['unique_ID'])
  File "/var/lib/python-support/python2.5/deluge/core.py", line 421, in save_fastresume_data
    deluge_core.save_fastresume(uid, self.unique_IDs[uid].filename)
KeyError: 12
UI is working, it's not frozen. But UI information remains static. First I thought UI hanged for some reason, then I thought that libtorrent part crashed, but it didn't. Actually everything under the hood is still working.

Pausing and resuming causes update to happen once when pausing or resuming. It looks like that the automated refresh doesn't seem to be working anymore for some reason.

Interesting.

Markybob: Do you have any questions, what I should try. If you need more details.

- Thank you!

I also got another error when pausing & resuming files:

Code: Select all

Pickling state...
Raising error: Handle not found.
Pickling state...
scrapmetal
Leecher
Leecher
Posts: 59
Joined: Mon May 28, 2007 12:03 pm

Re: 0.5.8 Final

Post by scrapmetal »

there is a small problem when deluge is launched from shortcut
theres sort of 2 taskbar entries loading and the busy cursor is displayed when mouse over deluge for about 30 seconds after its loaded and using no cpu
http://img261.imageshack.us/my.php?imag ... ot1sn3.png
ubuntu intrepid amd64
qcompson
New User
New User
Posts: 5
Joined: Mon Dec 24, 2007 3:23 am

Re: 0.5.8 Final

Post by qcompson »

Thanks for allowing removal of browser button from UI.

Best torrent program out there! Great work, thank you!!!
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 0.5.8 Final

Post by loki »

First off, excellent work on these releases... I'm liking the new UI/skin in windows version.

I was just wondering why is there a need to have 2 processes running, the deluge.exe and the dbus-daemon-deluge.exe. Does it actually have to run in 2 separate processes? What is the reason behind this?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.8 Final

Post by markybob »

scrapmetal wrote:there is a small problem when deluge is launched from shortcut
theres sort of 2 taskbar entries loading and the busy cursor is displayed when mouse over deluge for about 30 seconds after its loaded and using no cpu
http://img261.imageshack.us/my.php?imag ... ot1sn3.png
what if you right-click->properties on a torrent and reset deluge as the default?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.8 Final

Post by markybob »

loki wrote:First off, excellent work on these releases... I'm liking the new UI/skin in windows version.

I was just wondering why is there a need to have 2 processes running, the deluge.exe and the dbus-daemon-deluge.exe. Does it actually have to run in 2 separate processes? What is the reason behind this?
dbus-daemon is how deluge communicates. it allows for various things, such as the webui and opening torrents from an external application when deluge is already running. dbus is always running on linux, but not on windows, so we have to run our own dbus.
Post Reply