Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 2449)

Ticket Resolution Summary Owner Reporter
#1918 Fixed [Win32] Drag'n'Drop not working Cas Cas
Description

"file:///C:/The.torrent" becomes "C:\C:\The.torrent"

Problem was introduced with this commit: 00900fef

Solution will be something like the code below but will need better testing to ensure both Linux and Windows compatibility.

if urlparse(arg).scheme == "file":
    os.path.abspath(url2pathname(urlparse(arg).path))
else:
    path = os.path.abspath(arg)

http://en.wikipedia.org/wiki/File_URI_scheme

#1916 WorksForMe [Win32] deluged does not start from connection manager Cas
Description

User in IRC reported that trying to start local deluged from connection manager does not work in Windows XP. Starting deluged separately did work though.

#2389 Fixed [win32] Deluge crashes with libtorrent.pyd fault Cas BWMerlin
Description

I am having an issue with deluge crashing constantly. There does not appear to be rhyme or reason and happens both when actively downloading new torrents and when idling or seeding. I am running Windows 7 Enterprise SP1 x64bit with deluge 1.3.6 and I have copied the error message that appears in the Windows Even viewer (let me know if there are more logs that are required).

Faulting application name: deluge.exe, version: 0.0.0.0, time stamp: 0x50cbc516
Faulting module name: libtorrent.pyd, version: 0.0.0.0, time stamp: 0x4f44b8a4
Exception code: 0xc00000fd
Fault offset: 0x00080116
Faulting process id: 0x1264
Faulting application start time: 0x01cf01d7c37016e3
Faulting application path: C:\Program Files (x86)\Deluge\deluge.exe
Faulting module path: C:\Program Files (x86)\Deluge\Faulting application name: deluge.exe, version: 0.0.0.0, time stamp: 0x50cbc516
Faulting module name: libtorrent.pyd, version: 0.0.0.0, time stamp: 0x4f44b8a4
Exception code: 0xc00000fd
Fault offset: 0x00080116
Faulting process id: 0x1264
Faulting application start time: 0x01cf01d7c37016e3
Faulting application path: C:\Program Files (x86)\Deluge\deluge.exe
Faulting module path: C:\Program Files (x86)\Deluge\libtorrent.pyd
Report Id: 6eb231df-6dcb-11e3-91f9-bc5ff4ca8806
Report Id: 6eb231df-6dcb-11e3-91f9-bc5ff4ca8806
Note: See TracQuery for help on using queries.