Search found 30 matches

by Polygon
Thu May 30, 2024 6:58 am
Forum: Support
Topic: Slow downloads on W11 compared to Linux Mint
Replies: 3
Views: 3559

Re: Slow downloads on W11 compared to Linux Mint

vms are usually slower than a host OS, and it could be using a virtual network card that is set to being a slower speed, less amount of ram than the host, etc
by Polygon
Mon May 27, 2024 9:14 pm
Forum: Support
Topic: Deluge cannot add large torrent
Replies: 1
Views: 2792

Re: Deluge cannot add large torrent

An update, apparently there seems to be a few issues: 1: invalid torrents are just dropped silently , and errors are not logged anywhere it seems 2: it seems this torrent is going past a hardcoded limit in libtorrent: 14:06:30.854 [DEBUG ][deluge_autoadd.core :1622] File checked for auto-loading is ...
by Polygon
Mon May 27, 2024 8:25 pm
Forum: Support
Topic: Deluge cannot add large torrent
Replies: 1
Views: 2792

Deluge cannot add large torrent

I have a 33MB torrent file that deluge seems incapable of adding in the windows client (thin), it freezes for 5 minutes, shows the add dialog window, and then clicking "add" does nothing, and no relevant logs seem to be added to daemon.log at all , other than a line for 13:14:55.262 [DEBUG...
by Polygon
Thu Jan 20, 2011 10:50 pm
Forum: Windows OS
Topic: deluge.exe not starting properly (Windows 7)
Replies: 9
Views: 17927

Re: deluge.exe not starting properly (Windows 7)

same for me, won't start =/ C:\Program Files (x86)\Deluge>deluge-debug.exe [ERROR ] 15:45:21 __init__:1080 DLL load failed: The specified procedure could not be found. Traceback (most recent call last): File "deluge\ui\ui.py", line 127, in __init__ File "deluge\ui\gtkui\__init__.py&qu...
by Polygon
Fri Jul 18, 2008 12:48 am
Forum: Support
Topic: Deluge is killing my computer!!!
Replies: 7
Views: 6118

Re: Deluge is killing my computer!!!

I don't think deluge is killing your computer. what exactly is happening? the whole computer hangs? the program hangs?
by Polygon
Fri Jul 18, 2008 12:46 am
Forum: Support
Topic: Deluge logging Keystrokes?
Replies: 3
Views: 3783

Re: Deluge logging Keystrokes?

its not a keylogger...deluge might be monitoring keystrokes for shortcuts or something?
by Polygon
Fri Jul 18, 2008 12:44 am
Forum: Support
Topic: Data Checking works really badly
Replies: 5
Views: 4963

Re: Data Checking works really badly

how big are the pieces in this torrent? Im pretty sure the progress bar only shows completed pieces after a recheck and if your torrent has large pieces (mb maybe?) and all you have are a bunch of half completed pieces, then it will show the progress is really low but then it will start going really...
by Polygon
Tue May 20, 2008 10:13 pm
Forum: Support
Topic: crash on deluge 0.5.9.1
Replies: 5
Views: 4706

crash on deluge 0.5.9.1

mark@Aurora:~$ deluge no existing Deluge session Starting new Deluge session... Traceback (most recent call last): File "/usr/bin/deluge", line 132, in <module> start_deluge() File "/usr/bin/deluge", line 115, in start_deluge interface = deluge.interface.DelugeGTK(config_dir=del...
by Polygon
Thu Jan 31, 2008 5:21 am
Forum: Development
Topic: Suggestion: Don't follow Azureus' path!
Replies: 3
Views: 3597

Re: Suggestion: Don't follow Azureus' path!

with azureus, you can disable vuze.

and also, with deluge, its completely plugin based, so it can be as light or as heavy as you want it.
by Polygon
Fri Jan 18, 2008 6:40 am
Forum: Support
Topic: Get error while downloading if already got more than 1GB
Replies: 9
Views: 8229

Re: Get error while downloading if already got more than 1GB

FAT32 has the size limit of 4GB which is less then the size of your file. Just a guess, but the problem could have started after 1 GB because it tried to allocate disk space for the rest of the file. Lets wait and see what the devs have to say. Actually fat32 can only handle 1GB files max. Its weir...