Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 2449)

Ticket Resolution Summary Owner Reporter
#2940 Duplicate VC++ Runtime Error huhel.0
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
  • Cleaning %appdata%\deluge won't solve this problem.
  • Reinstalling deluge won't solve this problem.
  • Reinstalling VC++ Runtime 2008 x86 won't solve this problem.
  • Turning off firewall (Comodo) won't solve this problem.
#2939 Duplicate Reconnecting to daemon from client Durpn
Description

After disconnecting and attempting to reconnect to the daemon via both the webclient and the thinclient, the following error is raised:

[INFO    ] 02:07:06 rpcserver:204 Deluge Client connection made from: 172.17.0.1:51980
[ERROR   ] 02:07:06 rpcserver:304 Exception calling RPC request: list index out of range
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/core/rpcserver.py", line 299, in dispatch
    ret = self.factory.methods[method](*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 461, in get_torrents_status
    status_dict[torrent_id] = self.get_torrent_status(torrent_id, keys, diff)
  File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 440, in get_torrent_status
    status = self.torrentmanager[torrent_id].get_status(keys, diff)
  File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 795, in get_status
    status_dict[key] = fns[key]()
  File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 590, in get_file_progress
    ret.append(float(file_progress[i]) / float(f["size"]))
IndexError: list index out of range

All of the stats about the added torrents along the left side populate, but none of the torrents do.

#2938 Duplicate Crash on start Fabri
Description

When i start Deluge 1.3.13 it crash. My OS is Windows 7 x64 SP1 with all updates.

The first message is visible in the file "Runtime error". Following two messages appear with the following data:

Problem signature:

Problem Event Name: APPCRASH Application Name: deluge.exe Application Version: 1.3.13.0 Application Timestamp: 530bd002 module name with error: msvcr90.dll Module version with errors: 9.0.30729.6161 Timestamp form with errors: 4dace5b9 Exception code: 40000015 except offset: 0005beae OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1040 Additional Information 1: 0246 Additional information 2: 0246f015659d81c1808cb14bcac08ac5 Additional Information 3: 88e5 More information 4: 88e5e8be7dcd421d3e73842deacc6bbc

Problem signature:

Problem Event Name: APPCRASH Application Name: deluge.exe Application Version: 1.3.13.0 Application Timestamp: 530bd002 module name with errors: ntdll.dll Module version with errors: 6.1.7601.23569 Timestamp form with errors: 57f7bb79 Exception code: c0000005 except offset: 00032ed5 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1040 Additional information 1: 73b2 Additional information 2: 73b2945666f7489f662079b35c5be603 Additional Information 3: eebf More information 4: eebf3a84b7be798c347136c131fb12c7

On my PC are present VirtualBox v5.1.8 and VMWare v12.5.1.

Deluge is installed on the Host.

These programs install some Virtual Network Adapter. If I disable these network adapter, Deluge no longer crash.

The problem does not occur in Deluge v1.3.12 py2.7.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.