Opened 14 years ago

Last modified 14 years ago

#1093 closed bug

Can't start the RC-version of Deluge in Windows 7. — at Version 2

Reported by: Umeaboy Owned by: andar
Priority: blocker Milestone:
Component: GTK UI Version: 1.2.0_rc4
Keywords: Cc: kristoffer.grundstrom1983@…

Description (last modified by damoxc)

I got this message when running it via Powershell (Windows version of Terminal-window):

[ERROR   ] 07:03:42 __init__:1082 DLL load failed: The applied module can'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 40, in <module>
  File "twisted/internet/gtk2reactor.py", line 35, in <module>
  File "gobject/__init__.py", line 30, in <module>
  File "gobject/constants.py", line 22, in <module>
  File "gobject/_gobject.py", line 14, in <module>
ImportError: DLL load failed: The applied module can't be found.
[ERROR   ] 07:03:42 ui:147 There was an error whilst launching the request UI: gtk
[ERROR   ] 07:03:42 ui:148 Look at the traceback above for more information.

Note that I have hade this installed for a while.

Change History (2)

comment:1 Changed 14 years ago by Umeaboy

Sorry, the last row should read: Note that I've had this installed for a while.

comment:2 Changed 14 years ago by damoxc

  • Description modified (diff)

Go to where gtk installed (C:\Program Files\GTK2-Runtime\bin for me), and run:

regsvr32 libgobject-2.0-0.dll

Least that is what has solved the problem for me in the past.

Note: See TracTickets for help on using tickets.