Page 1 of 1

1.30 rc2 Fail to run

Posted: Sat Aug 28, 2010 7:56 am
by xernos
Hi I have problem to run deluge previus rc hang up when i exit this version didnt'a start at all.
What i do
1) Unistaled previus wersion deluge and GTK.
2) Instaled gtk2-runtime-2.16.6-2010-05-12-ash.exe.
3) Instaled gtk2-themes-2009-09-07-ash.exe
4) Instaled deluge-1.3.0-rc2-win32-setup.exe

And when i run from command i see this:

Code: Select all

C:\Program Files\Deluge\Deluge-Python>deluge.exe
[ERROR   ] 09:50:17 __init__:1080 DLL load failed: The specified module could no
t be found.
Traceback (most recent call last):
  File "deluge\ui\ui.py", line 127, in __init__
  File "deluge\ui\gtkui\__init__.py", line 1, in <module>
  File "deluge\ui\gtkui\gtkui.py", line 45, in <module>
  File "gtk/glade.py", line 14, in <module>
ImportError: DLL load failed: The specified module could not be found.
[ERROR   ] 09:50:17 ui:147 There was an error whilst launching the request UI: g
tk
[ERROR   ] 09:50:17 ui:148 Look at the traceback above for more information.
Normal script don't show anything -by

Re: 1.30 rc2 Fail to run

Posted: Sat Aug 28, 2010 8:52 pm
by CoinTos
Well, there are multiple ways to fix this error but the one I use is:

Browse to your Deluge folder (Eg. C:\Program Files\Deluge\)
Right click on the deluge.cmd and click Edit.
Change the line with SET DELUGEFOLDER, change the folder between the quotes to where your gtk-runtime is installed (ie. SET DELUGEFOLDER="C:\Program Files\GTK2-Runtime\bin")
Save it and run deluge as normal.