[resolved]crash in xp

Specific support for Deluge on Microsoft Windows OS
Post Reply
teratosis
Member
Member
Posts: 11
Joined: Thu Dec 31, 2009 2:54 am

[resolved]crash in xp

Post by teratosis »

latest build of deluge was working great. then all of a sudden it crashes on start up. Right before the crash a window appears inside deluge that says "new release". I have never seen that before either.
As i don't know programming i am unable to post any kind of code like I've seen on other posts. any help would be appreciated.
thanks.
Last edited by teratosis on Tue Jan 12, 2010 7:27 am, edited 1 time in total.
teratosis
Member
Member
Posts: 11
Joined: Thu Dec 31, 2009 2:54 am

Re: crash in xp

Post by teratosis »

ok i did some further reading, I think i have the code.

Code: Select all

c:\program files\deluge 1.2\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\
deluge\ui\gtkui\mainwindow.py:62: GtkWarning: Mixing deprecated and non-deprecat
ed GtkToolbar API is not allowed
c:\program files\deluge 1.2\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\
deluge\core\core.py:502: DeprecationWarning: Use get_session_status().
c:\program files\deluge 1.2\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\
deluge\core\core.py:508: DeprecationWarning: Use get_session_status().
c:\program files\deluge 1.2\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\
deluge\core\core.py:496: DeprecationWarning: Use get_session_status().
c:\program files\deluge 1.2\deluge\deluge-python\deluge-1.2.0_rc5_dev-py2.6.egg\
deluge\core\core.py:611: DeprecationWarning: Use get_session_status().
C:\Program Files\Deluge 1.2\Deluge\Deluge-Python\library.zip\twisted\internet\gt
k2reactor.py:256: GtkWarning: gdkpixmap-win32.c:199: GetDC failed: Invalid windo
w handle.
C:\Program Files\Deluge 1.2\Deluge\Deluge-Python\library.zip\twisted\internet\gt
k2reactor.py:256: GtkWarning: gdkpixmap-win32.c:114: DeleteObject failed: The op
eration completed successfully.
C:\Program Files\Deluge 1.2\Deluge\Deluge-Python\library.zip\twisted\internet\gt
k2reactor.py:256: GtkWarning: _gdk_drawable_ref_cairo_surface: assertion `GDK_IS
_DRAWABLE (drawable)' failed
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: crash in xp

Post by johnnyg »

This has been fixed in 1.2 final.
teratosis
Member
Member
Posts: 11
Joined: Thu Dec 31, 2009 2:54 am

Re: crash in xp

Post by teratosis »

johnnyg wrote:This has been fixed in 1.2 final.
Thanks you were right. :)
Post Reply