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 568961 - Typo in GGZ config load exception handler
Typo in GGZ config load exception handler
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.25.x
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
: 569045 570103 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-01-24 10:29 UTC by Martin Olsson
Modified: 2009-02-02 00:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Martin Olsson 2009-01-24 10:29:20 UTC
Version: 2.25.5

What were you doing when the application crashed?
I just selected "Applications::Games::Chess" and it crashes on startup. Before that I had been successfully been playing Chromium BSU for a like 5 minutes or so.


Distribution: Ubuntu 9.04 (jaunty)
Gnome Release: 2.25.5 2009-01-20 (Ubuntu)
BugBuddy Version: 2.24.1

System: Linux 2.6.28-5-generic #15-Ubuntu SMP Fri Jan 23 01:16:33 UTC 2009 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10599901
Selinux: No
Accessibility: Disabled
GTK+ Theme: Dust
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 ---------------------
http://chromium-bsu.sourceforge.net/
 
Traceback (most recent call last):
  • File "/usr/games/glchess", line 77 in <module>
    start_game()
  • File "/var/lib/python-support/python2.5/glchess/glchess.py", line 4 in start_game
    app = main.Application()
  • File "/var/lib/python-support/python2.5/glchess/main.py", line 446 in __init__
    self.ui = UI(self)
  • File "/var/lib/python-support/python2.5/glchess/main.py", line 339 in __init__
    self.ggzConfig = network.GGZConfig()
  • File "/var/lib/python-support/python2.5/glchess/network.py", line 73 in __init__
    print 'Failed to load GGZ config: %s' % e.message
NameError: global name 'e' is not defined
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/games/glchess", line 77 in <module>
    start_game()
  • File "/var/lib/python-support/python2.5/glchess/glchess.py", line 4 in start_game
    app = main.Application()
  • File "/var/lib/python-support/python2.5/glchess/main.py", line 446 in __init__
    self.ui = UI(self)
  • File "/var/lib/python-support/python2.5/glchess/main.py", line 339 in __init__
    self.ggzConfig = network.GGZConfig()
  • File "/var/lib/python-support/python2.5/glchess/network.py", line 73 in __init__
    print 'Failed to load GGZ config: %s' % e.message
NameError: global name 'e' is not defined

Comment 1 Martin Olsson 2009-01-24 10:30:36 UTC
After this I tried to start Chess once more and the second time it started just fine.
Comment 3 Robert Ancell 2009-02-02 00:46:13 UTC
*** Bug 569045 has been marked as a duplicate of this bug. ***
Comment 4 Robert Ancell 2009-02-02 00:46:19 UTC
*** Bug 570103 has been marked as a duplicate of this bug. ***