When downloading a torrent on RC8, after a few hours daemon disconnected on its own. I tried to manually reconnect several times to no avail. In some cases, I was able to reconnect for a couple seconds. I tried to close exit the client to no avail. In fact, it was completely unresponsive. In the mean time, it appeared that I was still connected to the torrent based on the network stats on windows task manager. I am even view extremely high CPU level (70%) while using RC8.
Needless to say, I rebooted and lost my entire download.
Is there a memory/CPU issue with the new version of Deluge?
I will probably be dropping back to 0.5.9.3 until this is resolved.
Deluge Does Not Open
Re: Deluge Does Not Open
same problem, dosbox opens and closes, nothing happens
1.0.0 final
winxp 32 bit sp3
1.0.0 final
winxp 32 bit sp3
Code: Select all
C:\Programme\Deluge>set PATH=C:\Programme\Deluge;C:\Programme\deluge;C:\Programm
e\deluge\Lib\site-packages\deluge-1.0.0-py2.5-win32.egg\deluge;C:\Programme\delu
ge\Lib\site-packages\deluge-1.0.0-py2.5-win32.egg\deluge\lib;C:\Programme\deluge
\Lib\site-packages\deluge-1.0.0-py2.5-win32.egg\deluge\share;C:\Programme\deluge
\Lib\site-packages\deluge-1.0.0-py2.5-win32.egg\deluge\etc;C:\WINDOWS\system32;C
:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\ATI Technologies\ATI.ACE\Core-St
atic;C:\Programme\Gemeinsame Dateien\GTK\2.0\bin;C:\Programme\Gemeinsame Dateien
\Nero\Lib\;
C:\Programme\Deluge>set PYTHONPATH=C:\Programme\deluge\Lib;C:\Programme\deluge\D
LLs;C:\Programme\deluge\Lib\site-packages;C:\Programme\deluge\Lib\site-packages\
deluge-1.0.0-py2.5-win32.egg\deluge;C:\Programme\deluge\Lib\site-packages\deluge
-1.0.0-py2.5-win32.egg\deluge-1.0.0-py2.5-win32.egg;
C:\Programme\Deluge>set FOLDER=C:\Programme\deluge\scripts
C:\Programme\Deluge>C:\WINDOWS\StartX.exe /b /D"C:\Programme\deluge\scripts" "C:
\Programme\deluge\scripts\deluge.exe @QUOTE@@QUOTE@"
C:\Programme\Deluge>PAUSE
Re: Deluge Does Not Open
I had this problem as my drive is not C:/ but rather I:/
I changed deluge-script and deluged-script to change C to I and it worked after that. This is an install bug which should be fixed please.
I changed deluge-script and deluged-script to change C to I and it worked after that. This is an install bug which should be fixed please.
Re: Deluge Does Not Open
can somebody please tell me how to fix this? it makes the program completely useless
i use WinXP SP3 32-bit
i use WinXP SP3 32-bit
Re: Deluge Does Not Open
that wont work for me, so i still stick on 0.9.3Mis wrote:I had this problem as my drive is not C:/ but rather I:/
I changed deluge-script and deluged-script to change C to I and it worked after that. This is an install bug which should be fixed please.
the batch uses system variables, looks like your windows system is installed on drive i ?!
fix your system var!
open a dosbox and type SET
it echos your system vars, one string should look like "ProgramFiles=C:\Program Files"
if your system is installed on drive i fix it with:
SET ProgramFiles=I:\Program Files
Re: Deluge Does Not Open
Is there a fix/workaround for this? WIndows XP MCE (SP3) here. Trying to find a way to control the deluged running on my Ubuntu (Hardy) server without killing the daemon when the client exits.deluge001 wrote:can somebody please tell me how to fix this? it makes the program completely useless
i use WinXP SP3 32-bit
Right now, the Win32 version exhibits the same behavior as explained above...DOS cmd window pops up and disappears without starting the UI.
Re: Deluge Does Not Open
Same problem here with latest version....
What a shame... i hope someone finds a workaround soon

What a shame... i hope someone finds a workaround soon
Re: Deluge Does Not Open
I reply to myself, i know is unpolite but here we have the workaround,....
Quoting Arawn:
http://forum.deluge-torrent.org/viewtop ... 805#p40805
Deluge is written in Python, and last night I wasn't thinking clearly. Today I checked the scripts '...\Deluge\scripts\deluge-script.py' and '...\Deluge\scripts\deluged-script.py' and there it is, the hard coded path. I changed it to 'C:\Programas\Deluge\...' and it worked!
So, anyone who hasn't a English based Windows, or doesn't install by default on 'C:\Program Files\...', should edit these 2 scripts and change the path. Done!
As a suggestion to the developers, I think these scripts should be generated during the install, with the correct path.
Gracias!!
Quoting Arawn:
http://forum.deluge-torrent.org/viewtop ... 805#p40805
Deluge is written in Python, and last night I wasn't thinking clearly. Today I checked the scripts '...\Deluge\scripts\deluge-script.py' and '...\Deluge\scripts\deluged-script.py' and there it is, the hard coded path. I changed it to 'C:\Programas\Deluge\...' and it worked!

So, anyone who hasn't a English based Windows, or doesn't install by default on 'C:\Program Files\...', should edit these 2 scripts and change the path. Done!
As a suggestion to the developers, I think these scripts should be generated during the install, with the correct path.
Gracias!!
Re: Deluge Does Not Open
thats the fix! thanks!Xi0N wrote:I reply to myself, i know is unpolite but here we have the workaround,....
Quoting Arawn:
http://forum.deluge-torrent.org/viewtop ... 805#p40805
Deluge is written in Python, and last night I wasn't thinking clearly. Today I checked the scripts '...\Deluge\scripts\deluge-script.py' and '...\Deluge\scripts\deluged-script.py' and there it is, the hard coded path. I changed it to 'C:\Programas\Deluge\...' and it worked!
So, anyone who hasn't a English based Windows, or doesn't install by default on 'C:\Program Files\...', should edit these 2 scripts and change the path. Done!
As a suggestion to the developers, I think these scripts should be generated during the install, with the correct path.
Gracias!!
but it wasnt included in the new 1.0.2 release
