GNOME Bugzilla – Bug 561015
crash in Chess: Enabling 3D.
Last modified: 2008-11-16 19:07:49 UTC
Version: 2.22.3 What were you doing when the application crashed? Enabling 3D. Distribution: Fedora release 9 (Sulphur) Gnome Release: 2.22.3 2008-07-01 (Red Hat, Inc) BugBuddy Version: 2.22.0 System: Linux 2.6.27.5-37.fc9.x86_64 #1 SMP Wed Nov 12 18:31:37 EST 2008 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10502000 Selinux: Enforcing Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome 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 ----------- .xsession-errors --------------------- self.chessSet.drawPiece(self.name, state, self.scene)
+ Trace 209856
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""" )
-------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/glchess/gtkui/chessview.py", line 166, in __expose self.view.feedback.renderGL() File "/usr/lib/python2.5/site-packages/glchess/display.py", line 467, in renderGL self.scene.controller.render() File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 326, in render self.drawPieces() File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 728, in drawPieces piece.draw() File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 104, in draw self.chessSet.drawPiece(self.name, state, self.scene)
ac68>)
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 552981 ***