Custom Query (2447 matches)
Results (70 - 72 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2336 | WontFix | [win32] Deluge crashes when remote desktop disconnects/logs off | ||
Description |
Windows 2008 Web Edition SP2 64 bit Deluge 1.3.6 downloaded a few hours ago from website. Lost connection to dedicated server through remote desktop. On reconnection I get either the log on screen (re-asked for password and session resumes) or I am remembered from my last authentication Either way, Deluge is crashed with the message: Problem signature:
|
|||
#2409 | Fixed | [win32] Console Non-interactive ImportError | ||
Description |
When trying to run any console operations on Windows the following error is shown: C:\WS\Deluge\deluge-console.exe info Traceback (most recent call last): File "<string>", line 6, in <module> File "__main__.py", line 128, in <module> File "__main__deluge-console__.py", line 8, in <module> File "pkg_resources.py", line 318, in load_entry_point File "pkg_resources.py", line 2221, in load_entry_point File "pkg_resources.py", line 1954, in load File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\__init__.py", line 36, in <module> from main import start File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\main.py", line 53, in <module> from deluge.ui.console.eventlog import EventLog File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\eventlog.py", line 43, in <module> import curses File "curses/__init__.py", line 15, in <module> ImportError: No module named _curses |
|||
#2092 | Fixed | [win32] Cannot create torrent with non-acsii names | ||
Description |
While the daemon handles Unicode just fine, the GTK UI has problems selecting files/directories with most non-ASCII characters in dialogs. I have been dealing mainly with Japanese characters, but I'm sure it applies to most Unicode characters. In the torrent creation dialogs, it is impossible to create a usable torrent file from a directory with Unicode characters in its name. It will show in the listing, but the Open button doesn't work if such a directory is selected (and it renders the Cancel button useless once pressed as well). Closing the window with the X button at the top works, though. The directory will appear in the Create Torrent dialog, but no piece size is determined (just like when there's no directory selected). It can save the .torrent file with the Unicode characters properly, but the file is very small and seems to be unusable. OS: Windows 7 x64 Deluge daemon and client are both version 1.3.5. |