GNOME Bugzilla – Bug 599629
crash in Chess: I check 3d view
Last modified: 2009-10-26 13:10:34 UTC
Version: 2.26.1 What were you doing when the application crashed? I check 3d view Distribution: Ubuntu 9.04 (jaunty) Gnome Release: 2.26.1 2009-05-06 (Ubuntu) BugBuddy Version: 2.26.0 System: Linux 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10600000 Selinux: No Accessibility: Disabled GTK+ Theme: Human-Clearlooks Icon Theme: Human GTK+ Modules: canberra-gtk-module Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 Traceback (most recent call last):
+ Trace 218572
self.view.feedback.renderGL()
self.scene.controller.render()
self.drawPieces()
piece.draw()
self.chessSet.drawPiece(self.name, state, self.scene)
if glGetBoolean(GL_TEXTURE_2D):
return self.finalise()( *args, **named )
converter( pyArgs, index, self )
return self.arrayType.zeros( self.getSize(pyArgs) )
return cls.returnHandler().zeros( dims, typeCode or cls.typeConstant )
raise TypeError( """Can't create NULL pointer filled with values""" )
----------- .xsession-errors (360 sec old) --------------------- /usr/lib/python2.6/dist-packages/pychess/Players/engineNest.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, md5, imp (pychess:10525): libglade-WARNING **: could not find glade file '/usr/lib/python2.6/glade/tipoftheday.glade' Traceback (most recent call last): File "/usr/games/pychess", line 87, in <module> import pychess.Main File "/usr/lib/python2.6/dist-packages/pychess/Main.py", line 20, in <module> from pychess.widgets import tipOfTheDay File "/usr/lib/python2.6/dist-packages/pychess/widgets/tipOfTheDay.py", line 7, in <module> widgets = GladeWidgets("tipoftheday.glade") File "/usr/lib/python2.6/dist-packages/pychess/System/uistuff.py", line 198, in __init__ self.widgets = gtk.glade.XML(addDataPrefix("glade/%s" % filename)) RuntimeError: could not create GladeXML object --------------------------------------------------
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 552981 ***