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 402751 - glchess crashed with TypeError in addGame()
glchess crashed with TypeError in addGame()
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-31 08:32 UTC by Sebastien Bacher
Modified: 2007-02-01 04:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-01-31 08:32:21 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-games/+bug/82409

"I can't even open glchess because of this error.
...
Package: gnome-games 1:2.17.90.1-0ubuntu1
...
LANGUAGE=en_US:en
...
Traceback (most recent call last):
  • File "/usr/games/glchess", line 12 in <module>
    start_game()
  • File "/usr/lib/python2.5/site-packages/glchess/glchess.py", line 4 in start_game
    app.start()
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 919 in start
    self.__autoload()
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 994 in __autoload
    self.addPGNGame(pgnGame, None)
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 882 in addPGNGame
    pgnGame.getTag(pgnGame.PGN_TAG_BLACK), b)
  • File "/usr/lib/python2.5/site-packages/glchess/main.py", line 843 in addGame
    msg += "AI '" + blackType + "' is not installed, black player is now human"
TypeError: cannot concatenate 'str' and 'tuple' objects"

Comment 1 Robert Ancell 2007-02-01 04:01:58 UTC
Fixed, thanks