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 538687 - No network.GGZConfig
No network.GGZConfig
Status: RESOLVED INVALID
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
unspecified
Other All
: High critical
: ---
Assigned To: Jason Clinton
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-16 23:59 UTC by mnajib
Modified: 2008-07-17 23:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description mnajib 2008-06-16 23:59:42 UTC
Version: 2.22.1.1

What were you doing when the application crashed?
open/start Chess from xfce4 menu


Distribution: Unknown
Gnome Release: 2.22.1 2008-05-10 (FreeBSD GNOME Project)
BugBuddy Version: 2.22.0

System: FreeBSD 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Wed Apr 23 18:06:27 MYT 2008     root@dodol.localdomain:/usr/obj/usr/src/sys/DODOL i386
X Vendor: The X.Org Foundation
X Vendor Release: 10400000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

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 ---------------------
(xfce4-menu-plugin:10081): libxfce4util-WARNING **: Could not get contents of file /usr/local/share/applications//gimp-2.2.desktop
(xfdesktop:10069): libxfce4util-WARNING **: Could not get contents of file /usr/local/share/applications//gimp-2.2.desktop
Traceback (most recent call last):
  • File "/usr/local/bin/glchess", line 61 in <module>
    start_game()
  • File "/usr/local/lib/python2.5/site-packages/glchess/glchess.py", line 21 in start_game
    app = main.Application()
  • File "/usr/local/lib/python2.5/site-packages/glchess/main.py", line 427 in __init__
    self.ui = UI(self)
  • File "/usr/local/lib/python2.5/site-packages/glchess/main.py", line 320 in __init__
    self.ggzConfig = network.GGZConfig()
AttributeError: 'module' object has no attribute 'GGZConfig'
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/local/bin/glchess", line 61 in <module>
    start_game()
  • File "/usr/local/lib/python2.5/site-packages/glchess/glchess.py", line 21 in start_game
    app = main.Application()
  • File "/usr/local/lib/python2.5/site-packages/glchess/main.py", line 427 in __init__
    self.ui = UI(self)
  • File "/usr/local/lib/python2.5/site-packages/glchess/main.py", line 320 in __init__
    self.ggzConfig = network.GGZConfig()
AttributeError: 'module' object has no attribute 'GGZConfig'

Comment 1 Simos Xenitellis 2008-07-15 17:52:52 UTC
This appears to be a packaging or distribution issue, rather than an issue in glchess.
Comment 2 Jason Clinton 2008-07-17 21:11:04 UTC
Your packager did not include or depend on the GGZ libraries.


Comment 3 Robert Ancell 2008-07-17 23:43:11 UTC
glChess doesn't use the GGZ libraries. This is an odd bug as the network module contains a GGZConfig class. It does look like a packaging/corruption issue and suggest we close it if no duplicates.