Custom Query (2447 matches)
Results (97 - 99 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2940 | Duplicate | VC++ Runtime Error | ||
Description |
Deluge won't start. Displays UI, then immediately displays error message (This application has requested the Runtime to terminate it in an unusual way.) followed by Program not responding. Tried running deluged-debug, same error, might suggests it's not an GTK memory leak issue. C:\Program Files (x86)\Deluge>deluged-debug.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Traceback (most recent call last): File "logging/__init__.py", line 861, in emit File "logging/__init__.py", line 734, in format File "logging/__init__.py", line 481, in format File "logging/__init__.py", line 439, in formatException File "traceback.py", line 125, in print_exception File "traceback.py", line 67, in print_tb File "traceback.py", line 13, in _print MemoryError: out of memory Logged from file main.py, line 245 Traceback (most recent call last): File "logging/__init__.py", line 861, in emit File "logging/__init__.py", line 734, in format File "logging/__init__.py", line 467, in format File "logging/__init__.py", line 425, in formatTime MemoryError Logged from file main.py, line 245
|
|||
#2941 | Fixed | Deluge 1.3.13 crash after add torrent | ||
Description |
deluged -v: deluged: 1.3.13 /usr/lib/python2.7/dist-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored. import libtorrent as lt libtorrent: 1.1.1.0 error log: File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1195, in run self.mainLoop() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1204, in mainLoop self.runUntilCurrent() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 825, in runUntilCurrent call.func(*call.args, **call.kw) File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 1058, in on_alert_tracker_error torrent.set_tracker_status("%s: %s" % (_("Error"), error_message)) exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 1: ordinal not in range(128) |
|||
#2942 | Fixed | crash connecting while checking | ||
Description |
connect to a host that's checking a torrent and this happens. [INFO ] 19:02:34 rpcserver:206 Deluge Client connection made from: 127.0.0.1:37992 [ERROR ] 19:02:34 rpcserver:306 Exception calling RPC request: list index out of range Traceback (most recent call last):
IndexError: list index out of range [DEBUG ] 19:02:34 core:110 Handled Notification Events: [('TorrentFinishedEvent', 'Emitted when a torrent finishes downloading.')] after that nothing works. torrent list doesn't get updated, etc. the main problem is when you exit it doesn't save fastresume. |