Page 1 of 1

[resolved]crash in xp

Posted: Tue Jan 12, 2010 5:46 am
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.

Re: crash in xp

Posted: Tue Jan 12, 2010 6:50 am
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

Re: crash in xp

Posted: Tue Jan 12, 2010 7:07 am
by johnnyg
This has been fixed in 1.2 final.

Re: crash in xp

Posted: Tue Jan 12, 2010 7:28 am
by teratosis
johnnyg wrote:This has been fixed in 1.2 final.
Thanks you were right. :)