Custom Query (2447 matches)
Results (550 - 552 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2390 | WorksForMe | Deluged Crash Upon Adding Torrent | ||
Description |
Using the Deluge Daemon on a Odroid XU running Jessie Debian. Some torrents were working fine, but when adding torrents now (no software changes just new torrents), the daemon according to the "top" command will still be running, however the client cannot connect to the daemon after the torrent was added. The Daemon can not be killed with pkill or kill, restarting the machine and deluged yields no paused downloads. Below is the last few entries of the debug logs. |
|||
#2389 | Fixed | [win32] Deluge crashes with libtorrent.pyd fault | ||
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 |
|||
#2388 | Duplicate | Can't open a torrent file with an unicode filename directly from browser | ||
Description |
Hello, I'm on Windows and I tried to download and open from the browser a torrent with an unicode filename(it contained a ☆ character), I got the following error message: [Errno2] No such file or directory: u'filename with ☆ goes here.torrent' This happens with both Firefox and Chrome, but I am able to add the torrent from deluge itself using the add torrent dialog with the file browser. I think this might be related to how Deluge handles interoperability through arguments? Perhaps it parsed u'<filename>' instead of <filename> as the filename string? |