#1093: Can't start the RC-version of Deluge in Windows 7.
---------------------+------------------------------------------------------
Reporter: Umeaboy | Owner: andar
Type: bug | Status: new
Priority: blocker | Milestone:
Component: gtkui | Version: 1.2.0_rc4
Keywords: |
---------------------+------------------------------------------------------
Old description:
> 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.
New description:
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.
--
Comment(by damoxc):
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.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1093#comment:2>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.