1.30 rc2 Fail to run

Specific support for Deluge on Microsoft Windows OS
Post Reply
xernos
New User
New User
Posts: 6
Joined: Sun Mar 21, 2010 10:27 am

1.30 rc2 Fail to run

Post 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
CoinTos
New User
New User
Posts: 4
Joined: Sat Aug 28, 2010 8:44 pm

Re: 1.30 rc2 Fail to run

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