GNOME Bugzilla – Bug 604473
crash in Chess: switch chess to 3D
Last modified: 2009-12-14 04:15:42 UTC
Version: 2.26.2 What were you doing when the application crashed? switch chess to 3D Distribution: Gentoo Base System release 2.0.0 Gnome Release: 2.26.2 2009-06-09 (Gentoo) BugBuddy Version: 2.26.0 System: Linux 2.6.29-sabayon #1 SMP Wed Aug 19 22:16:39 UTC 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: No Accessibility: Disabled GTK+ Theme: ClearlooksSL Icon Theme: gnome-brave GTK+ Modules: canberra-gtk-module, gnomebreakpad 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 219586
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 --------------------- self.chessSet.drawPiece(self.name, state, self.scene) File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/new_models.py", line 111, in drawPiece if glGetBoolean(GL_TEXTURE_2D): File "/usr/lib/python2.5/site-packages/OpenGL/wrapper.py", line 1631, in __call__ return self.finalise()( *args, **named ) File "/usr/lib/python2.5/site-packages/OpenGL/wrapper.py", line 683, in wrapperCall converter( pyArgs, index, self ) File "/usr/lib/python2.5/site-packages/OpenGL/converters.py", line 195, in __call__ return self.arrayType.zeros( self.getSize(pyArgs) ) File "/usr/lib/python2.5/site-packages/OpenGL/arrays/arraydatatype.py", line 98, in zeros return cls.returnHandler().zeros( dims, typeCode or cls.typeConstant ) File "/usr/lib/python2.5/site-packages/OpenGL/arrays/nones.py", line 32, in zeros raise TypeError( """Can't create NULL pointer filled with values""" ) TypeError: ("Can't create NULL pointer filled with values", 'Failure in cConverter <OpenGL.converters.SizedOutput object at 0x9c5341c>', [GL_TEXTURE_2D], 1, <OpenGL.wrapper.glGetIntegerv object at 0xa --------------------------------------------------
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 552981 ***