Page 1 of 2

0.5.8 Final

Posted: Sun Dec 30, 2007 12:21 am
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!

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 6:56 am
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.

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 9:40 am
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!

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 11:17 am
by Frosty
Thanks! Great job!

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 11:24 am
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...

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 11:40 am
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

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 8:38 pm
by qcompson
Thanks for allowing removal of browser button from UI.

Best torrent program out there! Great work, thank you!!!

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 8:48 pm
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?

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 9:09 pm
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?

Re: 0.5.8 Final

Posted: Sun Dec 30, 2007 9:11 pm
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.