Custom Query (2447 matches)
Results (58 - 60 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2563 | Fixed | Win32 libtorrent version upgrade | ||
Description |
If possible it'd be nice to have a version bump in libtorrent for Win32. Still on 0.16.18.0. |
|||
#1217 | Fixed | [win32] Installer should close Deluge | ||
Description |
When there's a new version of Deluge available I can to go to the website and download the installer. However when launched, it tries to uninstall Deluge while it's still running which of course fails. I know I could just close it manually before starting the installation but if the installer would offer to do it for the user it would just look and feel better :) |
|||
#1518 | WontFix | [win32] If deluged is running, starting classic mode deluge results in unhandled error | ||
Description |
Start delgued separately and then start deluge with classic mode enabled and a box pops up with the error message below. It doesn't break Deluge, just should be handled so as not to appear. Traceback (most recent call last): File "deluge\ui\gtkui\gtkui.py", line 294, in _on_reactor_start File "deluge\ui\client.py", line 559, in start_classic_mode File "deluge\ui\client.py", line 432, in __init__ File "deluge\core\daemon.py", line 81, in __init__ File "deluge\core\daemon.py", line 71, in process_running File "deluge\core\daemon.py", line 68, in get_proclist File "win32com/client/__init__.py", line 72, in GetObject File "win32com/client/__init__.py", line 87, in Moniker com_error: (-2147023838, 'The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.', None, None) |