Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 2449)

Ticket Resolution Summary Owner Reporter
#2336 WontFix [win32] Deluge crashes when remote desktop disconnects/logs off mariush
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:

Problem Event Name: APPCRASH Application Name: deluge.exe Application Version: 0.0.0.0 Application Timestamp: 50cbc516 Fault Module Name: libglib-2.0-0.dll Fault Module Version: 2.28.8.0 Fault Module Timestamp: 4e253544 Exception Code: 40000015 Exception Offset: 0004c2d8 OS Version: 6.0.6002.2.2.0.1296.17 Locale ID: 1043 Additional Information 1: 8be1 Additional Information 2: f6d27e644ed8cc62be42a2056507f8ad Additional Information 3: c49b Additional Information 4: f8f7a5ffb930ea874a77263ecaae6cc3

#2409 Fixed [win32] Console Non-interactive ImportError Cas Simbiat
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 Cas IAmTheClaw
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.

Note: See TracQuery for help on using queries.