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 543203 - crash in Chess: [gentoo] emerging compiz...
crash in Chess: [gentoo] emerging compiz...
Status: RESOLVED DUPLICATE of bug 535256
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.20.x
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-16 01:15 UTC by HyungDon Lee
Modified: 2008-07-16 03:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description HyungDon Lee 2008-07-16 01:15:49 UTC
Version: 2.20.3

What were you doing when the application crashed?
[gentoo] emerging compiz-fusion


Distribution: Gentoo Base System release 1.12.11.1
Gnome Release: 2.20.3 2008-07-14 (Gentoo)
BugBuddy Version: 2.20.1

System: Linux 2.6.25.10 #2 SMP Wed Jul 16 00:57:33 KST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
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 ---------------------
RENDERER=Radeon X1950 Series
VERSION=2.1.7659 Release
EXTENSIONS=GL_AMD_performance_monitor GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel
  • File "/usr/lib/python2.4/site-packages/glchess/gtkui/chessview.py", line 200 in __button_press
    self.view.feedback.select(event.x, event.y)
  • File "/usr/lib/python2.4/site-packages/glchess/main.py", line 480 in select
    self.scene.select(x, y)
  • File "/usr/lib/python2.4/site-packages/glchess/scene/human.py", line 117 in select
    coord = self.getSquare(x, y)
  • File "/usr/lib/python2.4/site-packages/glchess/main.py", line 306 in getSquare
    return self.controller.getSquare(x, y)
  • File "/usr/lib/python2.4/site-packages/glchess/scene/opengl/opengl.py", line 388 in getSquare
    rank = chr(ord('a') + coord[0])
IndexError: tuple index out of range
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.4/site-packages/glchess/gtkui/chessview.py", line 200 in __button_press
    self.view.feedback.select(event.x, event.y)
  • File "/usr/lib/python2.4/site-packages/glchess/main.py", line 480 in select
    self.scene.select(x, y)
  • File "/usr/lib/python2.4/site-packages/glchess/scene/human.py", line 117 in select
    coord = self.getSquare(x, y)
  • File "/usr/lib/python2.4/site-packages/glchess/main.py", line 306 in getSquare
    return self.controller.getSquare(x, y)
  • File "/usr/lib/python2.4/site-packages/glchess/scene/opengl/opengl.py", line 388 in getSquare
    rank = chr(ord('a') + coord[0])
IndexError: tuple index out of range

Comment 1 Robert Ancell 2008-07-16 03:31:17 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 535256 ***