[SOLVED] deluge 1.2.0 + win 7 = missing module?

General support for problems installing or using Deluge
mickidutzu

[SOLVED] deluge 1.2.0 + win 7 = missing module?

Post by mickidutzu »

Hi,

I've been using Deluge installed on windows 7 x64 for some time without any problem.
But starting with v. 1.2 any RC, when there was an update deluge was crashing at startup.
After update was working again.
Now with the final version it happens again.
At startup looks like an popup will show, like the one with update window and deluge crashes.
I've tried all the above solutions but nothing works.
I've discovered that only in classic mode it happens.

I don't know if it helps but here's the text that I get when I'm running deluge.exe from c:\Program Files (x86)\Deluge\Deluge-Python\

Code: Select all

c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\ui\gtkui\mainwindow.py:62: GtkWarning: Mixing deprecated and non-deprecated Gt
kToolbar API is not allowed
c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\ui\gtkui\mainwindow.py:62: GtkWarning: Failed to set text from markup due to e
rror parsing markup: Error on line 1 char 46: Element 'markup' was closed, but t
he currently open element is 'b'
c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\ui\gtkui\torrentdetails.py:188: GtkWarning: Failed to set text from markup due
 to error parsing markup: Error on line 1 char 46: Element 'markup' was closed,
but the currently open element is 'b'
c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\ui\gtkui\preferences.py:57: GtkWarning: Failed to set text from markup due to
error parsing markup: Error on line 1 char 42: Element 'b' was closed, but the c
urrently open element is 'i'
c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\core\core.py:502: DeprecationWarning: Use get_session_status().
c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\core\core.py:508: DeprecationWarning: Use get_session_status().
c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\core\core.py:496: DeprecationWarning: Use get_session_status().
c:\program files (x86)\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\delug
e\core\core.py:611: DeprecationWarning: Use get_session_status().
C:\Program Files (x86)\Deluge\Deluge-Python\library.zip\twisted\internet\gtk2rea
ctor.py:256: GtkWarning: gdkpixmap-win32.c:199: GetDC failed: Invalid window han
dle.
C:\Program Files (x86)\Deluge\Deluge-Python\library.zip\twisted\internet\gtk2rea
ctor.py:256: GtkWarning: gdkpixmap-win32.c:114: DeleteObject failed: The operati
on completed successfully.
C:\Program Files (x86)\Deluge\Deluge-Python\library.zip\twisted\internet\gtk2rea
ctor.py:256: GtkWarning: _gdk_drawable_ref_cairo_surface: assertion `GDK_IS_DRAW
ABLE (drawable)' failed
Please tell me what to do to resolve this issue.

Thanks in advance for any reply.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge 1.2.0 + win 7 = missing module?

Post by johnnyg »

From the log you pasted, it looks like you're still running 1.2rc5.
The error that's occurring in that log has been fixed in 1.2 final.
mickidutzu

Re: deluge 1.2.0 + win 7 = missing module?

Post by mickidutzu »

You're right, the final version works. I just didn't notice it.
I hope also the crashing at update window popup is fixed.

Keep up the good work.
Post Reply