Page 16 of 29

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Wed Aug 06, 2008 10:05 pm
by andar
johnnyg wrote:I can confirm deluge not starting on Vista x64 with RC5 as well.
Did you uninstall any previous RCs prior to installing RC5?

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Thu Aug 07, 2008 2:18 am
by johnnyg
andar wrote:
johnnyg wrote:I can confirm deluge not starting on Vista x64 with RC5 as well.
Did you uninstall any previous RCs prior to installing RC5?
yes I did.
the only unusual thing is that I have python already installed.
when I try to run deluge by double clicking the icon the cmd window just pops up and disappears.
however when I change into that directory and try and run deluge.cmd from cmd prompt I get the same error message that loki gets.

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Thu Aug 07, 2008 4:30 am
by loki
Yes, I also fully uninstalled previous RC's and deleted the folder left behind before installing new.

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Thu Aug 07, 2008 9:07 pm
by devil81
Hi:

I think I know what is wrong with loading of this RC simply that the deluge command scripts are pointing to the wrong directory and there is throwing an error when loading torrent or failing silently when loading the deluge application. For Instance:

Code: Select all

@echo off
set PATH=%CD%;%PROGRAMFILES%\deluge;%PROGRAMFILES%\deluge\Lib\site-packages\deluge-0.9.05-py2.5-win32.egg\deluge;%PROGRAMFILES%\deluge\Lib\site-packages\deluge-0.9.05-py2.5-win32.egg\deluge\lib;%PROGRAMFILES%\deluge\Lib\site-packages\deluge-0.9.05-py2.5-win32.egg\deluge\share;%PROGRAMFILES%\deluge\Lib\site-packages\deluge-0.9.05-py2.5-win32.egg\deluge\etc;%PATH%;
set PYTHONPATH=%PROGRAMFILES%\deluge\Lib;%PROGRAMFILES%\deluge\DLLs;%PROGRAMFILES%\deluge\Lib\site-packages;
set FOLDER=%PROGRAMFILES%\deluge\scripts
%WINDIR%\StartX.exe /b /D"%FOLDER%" "%FOLDER%\deluge.exe @QUOTE@%~1@QUOTE@"
EXIT
This is the Output from the deluge windows command script located in the Deluge install folder in the scripts folder, I think the problem lies in the file paths starting PROGRAMFILES which I think points to the install folder for x64 programs on vista on my machine is C:\Program Files and not actually where deluge is actually installed being an x86 program which on my machine would be C:\Program Files (x86)\Deluge

This is only an educated guess on my part so apologizes if Im wrong only trying to be helpful.

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Thu Aug 07, 2008 9:09 pm
by Major_Kong
Enhancement (?)

In the add torrents dialog, any option made is reset after choosing/changing the source torrent. It could be a better choice making deluge save the previous state.

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Thu Aug 07, 2008 9:38 pm
by loki
Exactly what I was talking about in my post 'devil81.' That is what I believe the problem to be as well.

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Thu Aug 07, 2008 9:46 pm
by devil81
loki wrote:Exactly what I was talking about in my post 'devil81.' That is what I believe the problem to be as well.
Apologies, Great minds and all that, must have missed that post thats just hope the developers take some notice and sort out the problem with the Windows port in the next RC :)

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Thu Aug 07, 2008 10:22 pm
by loki
I just tried replacing those %PROGRAMFILES% in the cmd's with a definitive path if that's the right word... to C:\program files (x86). Still doesn't run but no more error message...

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Fri Aug 08, 2008 1:58 am
by andar
Major_Kong wrote:Enhancement (?)

In the add torrents dialog, any option made is reset after choosing/changing the source torrent. It could be a better choice making deluge save the previous state.
I'm not quite sure I follow.. The options you set are per-torrent unless you click the 'Apply to All' button.

Re: 1.0.0_RC5 (0.9.05) Released

Posted: Fri Aug 08, 2008 2:26 pm
by Major_Kong
andar wrote:
Major_Kong wrote:Enhancement (?)

In the add torrents dialog, any option made is reset after choosing/changing the source torrent. It could be a better choice making deluge save the previous state.
I'm not quite sure I follow.. The options you set are per-torrent unless you click the 'Apply to All' button.
No, it just concerns the add torrent dialog. All the options on the dialog are reset if you set/change the source torrent.