1.0.0_RC9 (0.9.09) Released

Suggestions and discussion of future versions
Locked
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0.0_RC5 (0.9.05) Released

Post 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?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: 1.0.0_RC5 (0.9.05) Released

Post 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.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 1.0.0_RC5 (0.9.05) Released

Post by loki »

Yes, I also fully uninstalled previous RC's and deleted the folder left behind before installing new.
devil81
Member
Member
Posts: 27
Joined: Sun Jun 08, 2008 1:24 pm

Re: 1.0.0_RC5 (0.9.05) Released

Post 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.
Major_Kong
Member
Member
Posts: 26
Joined: Sat Nov 24, 2007 10:01 pm

Re: 1.0.0_RC5 (0.9.05) Released

Post 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.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 1.0.0_RC5 (0.9.05) Released

Post by loki »

Exactly what I was talking about in my post 'devil81.' That is what I believe the problem to be as well.
devil81
Member
Member
Posts: 27
Joined: Sun Jun 08, 2008 1:24 pm

Re: 1.0.0_RC5 (0.9.05) Released

Post 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 :)
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: 1.0.0_RC5 (0.9.05) Released

Post 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...
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0.0_RC5 (0.9.05) Released

Post 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.
Major_Kong
Member
Member
Posts: 26
Joined: Sat Nov 24, 2007 10:01 pm

Re: 1.0.0_RC5 (0.9.05) Released

Post 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.
Locked