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 440233 - crash in Chess:
crash in Chess:
Status: RESOLVED DUPLICATE of bug 435035
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: 2007-05-21 17:52 UTC by cacu100
Modified: 2007-05-22 13:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description cacu100 2007-05-21 17:52:18 UTC
What were you doing when the application crashed?



Distribution: Ubuntu 7.04 (feisty)
Gnome Release: 2.18.1 2007-04-10 (Ubuntu)
BugBuddy Version: 2.18.1

System: Linux 2.6.20-15-386 #2 Sun Apr 15 07:34:00 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70200000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Nuvola
Icon Theme: Nuvola

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 ---------------------
Traceback (most recent call last):
  • File "/usr/games/glchess", line 20 in <module>
    start_game()
  • File "/usr/lib/python2.5/site-packages/glchess/glchess.py", line 3 in start_game
    app = main.Application()
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 770 in __init__
    self.ui = UI(self)
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 674 in __init__
    gtkui.GtkUI.__init__(self)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 586 in __init__
    self._gui = loadGladeFile('glchess.glade')
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 54 in loadGladeFile
    return gtk.glade.XML(os.path.join(GLADE_DIR, name), root, domain = DOMAIN)
RuntimeError: could not create GladeXML object
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/games/glchess", line 20 in <module>
    start_game()
  • File "/usr/lib/python2.5/site-packages/glchess/glchess.py", line 3 in start_game
    app = main.Application()
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 770 in __init__
    self.ui = UI(self)
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 674 in __init__
    gtkui.GtkUI.__init__(self)
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 586 in __init__
    self._gui = loadGladeFile('glchess.glade')
  • File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 54 in loadGladeFile
    return gtk.glade.XML(os.path.join(GLADE_DIR, name), root, domain = DOMAIN)
RuntimeError: could not create GladeXML object

Comment 1 Bruno Boaventura 2007-05-22 10:52:09 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Robert Ancell 2007-05-22 13:11:58 UTC
Bruno - No stack trace is required as this is an interpreted language.

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 435035 ***