GNOME Bugzilla – Bug 575306
crash in Chess: TRying to play a network...
Last modified: 2009-03-14 01:02:12 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)
+ Trace 213463
self.handler.endElement(name)
self.parser.endElement(name)
method()
self.decoder.feedback.onConnected()
language = os.environ['LANG']
-------------------------------------------------- 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)
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
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 ***