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 522013 - crash in Chess: Just launched glchess on...
crash in Chess: Just launched glchess on...
Status: RESOLVED DUPLICATE of bug 503238
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.22.x
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-12 13:48 UTC by Eric Piel
Modified: 2008-03-12 19:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Eric Piel 2008-03-12 13:48:46 UTC
Version: 2.22.0

What were you doing when the application crashed?
Just launched glchess on a x86_64, the window appeared and before the board get drawn, it crashed.

This happens always on this platform, and never on a 32 bit one (having all the same packages, at the same version, but with a i815 instead of i965).

cf https://qa.mandriva.com/show_bug.cgi?id=37463

More info on OpenGL:
VENDOR=Tungsten Graphics, Inc
RENDERER=Mesa DRI Intel(R) 965GM 4.1.3002
VERSION=1.4 Mesa 7.0.3-rc2




Distribution: Mandriva Linux release 2008.1 (Cooker) for x86_64
Gnome Release: 2.22.0 2008-03-10 (Mandriva)
BugBuddy Version: 2.22.0

System: Linux 2.6.25-rc4-eric #9 SMP PREEMPT Wed Mar 5 20:25:10 CET 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Ia Ora Smooth
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 (346602 sec old) ---------------------
IMAP connection to imap.free.fr failed: Connection refused
fetchmail: getaddrinfo("imap.free.fr","imap") error: Temporary failure in name resolution
IMAP connection to imap.free.fr failed: Connection refused
fetchmail: getaddrinfo("imap.free.fr","imap") error: Temporary failure in name resolution
IMAP connection to imap.free.fr failed: Connection refused
fetchmail: getaddrinfo("imap.free.fr","imap") error: Temporary failure in name resolution
IMAP connection to imap.free.fr failed: Connection refused
fetchmail: getaddrinfo("imap.free.fr","imap") error: Temporary failure in name resolution
IMAP connection to imap.free.fr failed: Connection refused
fetchmail: getaddrinfo("imap.free.fr","imap") error: Temporary failure in name resolution
IMAP connection to imap.free.fr failed: Connection refused
fetchmail: getaddrinfo("imap.free.fr","imap") error: Temporary failure in name resolution
IMAP connection to imap.free.fr failed: Connection refused
...Too much output, ignoring rest...
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/chessview.py", line 162 in __expose
    self.view.feedback.renderGL()
  • File "/usr/lib/python2.5/site-packages/glchess/display.py", line 464 in renderGL
    self.scene.controller.render()
  • File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 315 in render
    self.drawBoard()
  • File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/opengl.py", line 667 in drawBoard
    self.whiteTexture.bind() #blackTexture
  • File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/texture.py", line 135 in bind
    self.__texture = self.__generate()
  • File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/texture.py", line 113 in __generate
    except GLUError, e:
NameError: global name 'GLUError' is not defined

Comment 1 Thomas Andersen 2008-03-12 18:17:59 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 503238 ***
Comment 2 Eric Piel 2008-03-12 19:20:05 UTC
Sorry for the duplicate. Surprisingly typing "GLUError" in bugzilla doesn't return _any_ bug... oh well, I guess it's not time to think of those kinds of bug ;-)