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 554316 - crash in Chess: I clicked with the middl...
crash in Chess: I clicked with the middl...
Status: RESOLVED DUPLICATE of bug 554315
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.24.x
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-29 15:32 UTC by Arnaud B.
Modified: 2008-09-29 15:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Arnaud B. 2008-09-29 15:32:06 UTC
Version: 2.24.0

What were you doing when the application crashed?
I clicked with the middle-button of the mouse (in fact, with 1st and 2nd, because I'm on a laptop, but I have the 3rd-button emulation activated) during a 3d gnu-chess human-vs-gnuchess game.


Distribution: Ubuntu 8.10 (intrepid)
Gnome Release: 2.24.0 2008-09-22 (Ubuntu)
BugBuddy Version: 2.24.0

System: Linux 2.6.27-4-generic #1 SMP Wed Sep 24 01:29:06 UTC 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10501000
Selinux: No
Accessibility: Disabled
GTK+ Theme: NewHuman
Icon Theme: Human

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 (9509 sec old) ---------------------
(polkit-gnome-authorization:26595): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed
(polkit-gnome-authorization:26595): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed
(polkit-gnome-authorization:26595): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed
(polkit-gnome-authorization:26595): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed
(polkit-gnome-authorization:26595): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed
(polkit-gnome-authorization:26595): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed
(polkit-gnome-authorization:26595): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `tree_view->priv->tree != NULL' failed
...Too much output, ignoring rest...
--------------------------------------------------
Traceback (most recent call last):
  • File "/var/lib/python-support/python2.5/glchess/gtkui/chessview.py", line 205 in __button_press
    self.view.feedback.select(event.x, event.y)
  • File "/var/lib/python-support/python2.5/glchess/display.py", line 487 in select
    self.scene.select(x, y)
  • File "/var/lib/python-support/python2.5/glchess/scene/human.py", line 95 in select
    coord = self.getSquare(x, y)
  • File "/var/lib/python-support/python2.5/glchess/display.py", line 229 in getSquare
    return self.controller.getSquare(x, y)
  • File "/var/lib/python-support/python2.5/glchess/scene/opengl/opengl.py", line 359 in getSquare
    glRenderMode(GL_SELECT)
  • File "/usr/lib/python2.5/site-packages/OpenGL/GL/pointers.py", line 261 in glRenderMode
    currentMode = currentMode[0]
IndexError: invalid index to scalar variable.

Comment 1 Arnaud B. 2008-09-29 15:34:35 UTC

*** This bug has been marked as a duplicate of 554315 ***