Did you uninstall any previous RCs prior to installing RC5?johnnyg wrote:I can confirm deluge not starting on Vista x64 with RC5 as well.
1.0.0_RC9 (0.9.09) Released
Re: 1.0.0_RC5 (0.9.05) Released
Re: 1.0.0_RC5 (0.9.05) Released
yes I did.andar wrote:Did you uninstall any previous RCs prior to installing RC5?johnnyg wrote:I can confirm deluge not starting on Vista x64 with RC5 as well.
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
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
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:
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.
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 only an educated guess on my part so apologizes if Im wrong only trying to be helpful.
-
- Member
- Posts: 26
- Joined: Sat Nov 24, 2007 10:01 pm
Re: 1.0.0_RC5 (0.9.05) Released
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.
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
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
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 RCloki wrote: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
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
I'm not quite sure I follow.. The options you set are per-torrent unless you click the 'Apply to All' button.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.
-
- Member
- Posts: 26
- Joined: Sat Nov 24, 2007 10:01 pm
Re: 1.0.0_RC5 (0.9.05) Released
No, it just concerns the add torrent dialog. All the options on the dialog are reset if you set/change the source torrent.andar wrote:I'm not quite sure I follow.. The options you set are per-torrent unless you click the 'Apply to All' button.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.