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 575306 - crash in Chess: TRying to play a network...
crash in Chess: TRying to play a network...
Status: RESOLVED DUPLICATE of bug 572943
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: 2009-03-14 00:10 UTC by shwerm601
Modified: 2009-03-14 01:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description shwerm601 2009-03-14 00:10:31 UTC
Version: 2.24.3

What were you doing when the application crashed?
TRying to play a network game, selected GGZ gaming zone from the profile and it froze	


Distribution: Fedora release 10 (Cambridge)
Gnome Release: 2.24.3 2009-01-16 (Red Hat, Inc)
BugBuddy Version: 2.24.2

System: Linux 2.6.27.19-170.2.35.fc10.x86_64 #1 SMP Mon Feb 23 13:00:23 EST 2009 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10503000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Darklooks
Icon Theme: Foxtrot

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 ---------------------
    self._cont_handler.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 639 in endElement
    self.handler.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 93 in endElement
    self.parser.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 93 in endElement
    self.parser.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 100 in endElement
    method()
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 358 in end_server
    self.decoder.feedback.onConnected()
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/client.py", line 189 in onConnected
    language = os.environ['LANG']
NameError: global name 'os' is not defined
--------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/glchess/gtkui/gtkui.py", line 315, in __readData
    return self.feedback.onReadFileDescriptor(fd)
  File "/usr/lib/python2.5/site-packages/glchess/main.py", line 354, in onReadFileDescriptor
    result = handler.read()
  File "/usr/lib/python2.5/site-packages/glchess/network.py", line 154, in read
    self.feedback.registerIncomingData(data)
  File "/usr/lib/python2.5/site-packages/glchess/ggz/client.py", line 178, in registerIncomingData
    data = self.decoder.feed(data)
  File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 654, in feed
    self.xparser.feed(chunk)
  File "/usr/lib64/python2.5/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib64/python2.5/site-packages/_xmlplus/sax/expatreader.py", line 314, in end_element
    self._cont_handler.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 639 in endElement
    self.handler.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 93 in endElement
    self.parser.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 93 in endElement
    self.parser.endElement(name)
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 100 in endElement
    method()
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/protocol.py", line 358 in end_server
    self.decoder.feedback.onConnected()
  • File "/usr/lib/python2.5/site-packages/glchess/ggz/client.py", line 189 in onConnected
    language = os.environ['LANG']
NameError: global name 'os' is not defined

Comment 1 Fabio Durán Verdugo 2009-03-14 00:49:43 UTC
I have a question...
python is install ok?,
try open the terminal type python and:

>>import os
>> 	
if error is your python installation

look this:
fabio@fabio-laptop:~$ python
Python 2.6.1+ (r261:67515, Mar  2 2009, 13:10:18) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> 

--
look at http://bugzilla.gnome.org/show_bug.cgi?id=572943 the bug is the same
Comment 2 Gianluca Borello 2009-03-14 01:02:12 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 572943 ***