After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560001 - crash in Chess: Activated 3D view I'm u...
crash in Chess: Activated 3D view I'm u...
Status: RESOLVED DUPLICATE of bug 552981
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
unspecified
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-09 11:34 UTC by Gilles Dartiguelongue
Modified: 2008-11-10 04:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Gilles Dartiguelongue 2008-11-09 11:34:06 UTC
Version: 2.24.1.1

What were you doing when the application crashed?
Activated 3D view

I'm using pyopengl-3.0.0 beta 6 since pyopenl 2 doesn't work on amd64.


Distribution: Gentoo Base System release 2.0.0
Gnome Release: 2.24.1 2008-10-25 (Gentoo)
BugBuddy Version: 2.24.1

System: Linux 2.6.24-gentoo-r8-mactel #1 SMP Fri Jun 27 00:13:30 CEST 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10502000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Glossy
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)
  • File "/usr/lib64/python2.5/site-packages/glchess/scene/opengl/new_models.py", line 110 in drawPiece
    if glGetBoolean(GL_TEXTURE_2D):
  • File "//usr/lib64/python2.5/site-packages/OpenGL/wrapper.py", line 1631 in __call__
    return self.finalise()( *args, **named )
  • File "//usr/lib64/python2.5/site-packages/OpenGL/wrapper.py", line 683 in wrapperCall
    converter( pyArgs, index, self )
  • File "/usr/lib64/python2.5/site-packages/OpenGL/converters.py", line 195 in __call__
    return self.arrayType.zeros( self.getSize(pyArgs) )
  • File "//usr/lib64/python2.5/site-packages/OpenGL/arrays/arraydatatype.py", line 98 in zeros
    return cls.returnHandler().zeros( dims, typeCode or cls.typeConstant )
  • File "/usr/lib64/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 0x10f2ed8>', [GL_TEXTURE_2D], 1, <OpenGL.wrapper.glGetIntegerv object at 0x1
--------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/glchess/gtkui/chessview.py", line 169, in __expose
    self.view.feedback.renderGL()
  File "/usr/lib64/python2.5/site-packages/glchess/display.py", line 477, in renderGL
    self.scene.controller.render()
  File "/usr/lib64/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 341, in render
    self.drawPieces()
  File "/usr/lib64/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 864, in drawPieces
    piece.draw()
  File "/usr/lib64/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 109, in draw
    self.chessSet.drawPiece(self.name, state, self.scene)
  • File "/usr/lib64/python2.5/site-packages/glchess/scene/opengl/new_models.py", line 110 in drawPiece
    if glGetBoolean(GL_TEXTURE_2D):
  • File "//usr/lib64/python2.5/site-packages/OpenGL/wrapper.py", line 1631 in __call__
    return self.finalise()( *args, **named )
  • File "//usr/lib64/python2.5/site-packages/OpenGL/wrapper.py", line 683 in wrapperCall
    converter( pyArgs, index, self )
  • File "/usr/lib64/python2.5/site-packages/OpenGL/converters.py", line 195 in __call__
    return self.arrayType.zeros( self.getSize(pyArgs) )
  • File "//usr/lib64/python2.5/site-packages/OpenGL/arrays/arraydatatype.py", line 98 in zeros
    return cls.returnHandler().zeros( dims, typeCode or cls.typeConstant )
  • File "/usr/lib64/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 0x10f2ed8>', [GL_TEXTURE_2D], 1, <OpenGL.wrapper.glGetIntegerv object at 0x1
101950>)
Comment 1 Robert Ancell 2008-11-10 04:39:21 UTC
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 ***