Deluge Does Not Open

Specific support for Deluge on Microsoft Windows OS
hordak
Leecher
Leecher
Posts: 59
Joined: Thu Apr 10, 2008 10:59 pm

Re: Deluge Does Not Open

Post by hordak »

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.
andy
Member
Member
Posts: 11
Joined: Sun Oct 07, 2007 12:30 pm

Re: Deluge Does Not Open

Post by andy »

same problem, dosbox opens and closes, nothing happens

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
Mis

Re: Deluge Does Not Open

Post by Mis »

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.
deluge001
Member
Member
Posts: 37
Joined: Fri Sep 12, 2008 8:36 am

Re: Deluge Does Not Open

Post by deluge001 »

can somebody please tell me how to fix this? it makes the program completely useless
i use WinXP SP3 32-bit
andy
Member
Member
Posts: 11
Joined: Sun Oct 07, 2007 12:30 pm

Re: Deluge Does Not Open

Post by andy »

Mis 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.
that wont work for me, so i still stick on 0.9.3

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
eckertd
New User
New User
Posts: 3
Joined: Tue Oct 07, 2008 1:14 am

Re: Deluge Does Not Open

Post by eckertd »

deluge001 wrote:can somebody please tell me how to fix this? it makes the program completely useless
i use WinXP SP3 32-bit
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.

Right now, the Win32 version exhibits the same behavior as explained above...DOS cmd window pops up and disappears without starting the UI.
Xi0N
Leecher
Leecher
Posts: 56
Joined: Mon Oct 06, 2008 7:23 am

Re: Deluge Does Not Open

Post by Xi0N »

Same problem here with latest version.... :x

What a shame... i hope someone finds a workaround soon
Xi0N
Leecher
Leecher
Posts: 56
Joined: Mon Oct 06, 2008 7:23 am

Re: Deluge Does Not Open

Post by Xi0N »

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! :D

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!!
andy
Member
Member
Posts: 11
Joined: Sun Oct 07, 2007 12:30 pm

Re: Deluge Does Not Open

Post by andy »

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! :D

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!!
thats the fix! thanks!

but it wasnt included in the new 1.0.2 release :o
Post Reply