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 632493 - gnome-sudoku crashed with KeyError in setup_tree()
gnome-sudoku crashed with KeyError in setup_tree()
Status: RESOLVED OBSOLETE
Product: gnome-sudoku
Classification: Applications
Component: general
git master
Other Linux
: High critical
: ---
Assigned To: gnome-sudoku-maint
gnome-sudoku-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-18 18:36 UTC by Pedro Villavicencio
Modified: 2014-05-30 23:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pedro Villavicencio 2010-10-18 18:36:42 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gnome-games/+bug/638877

the report got this crash during the startup :

Traceback (most recent call last):
  • File "/usr/games/gnome-sudoku", line 67 in <module>
    start_game()
  • File "/usr/lib/pymodules/python2.6/gnome_sudoku/gnome_sudoku.py", line 22 in start_game
    main.start_game()
  • File "/usr/lib/pymodules/python2.6/gnome_sudoku/main.py", line 1008 in start_game
    u = UI()
  • File "/usr/lib/pymodules/python2.6/gnome_sudoku/main.py", line 159 in __init__
    self.setup_gui()
  • File "/usr/lib/pymodules/python2.6/gnome_sudoku/main.py", line 221 in setup_gui
    self.setup_tracker_interface()
  • File "/usr/lib/pymodules/python2.6/gnome_sudoku/main.py", line 614 in setup_tracker_interface
    self.tracker_ui = TrackerBox(self)
  • File "/usr/lib/pymodules/python2.6/gnome_sudoku/main.py", line 733 in __init__
    self.setup_tree()
  • File "/usr/lib/pymodules/python2.6/gnome_sudoku/main.py", line 759 in setup_tree
    STOCK_PIXBUFS['tracks'],
KeyError: 'tracks'

Comment 1 gQuigs 2014-05-30 19:46:29 UTC
The lp bug has been marked obsolete... Does anyone still have this issue?
Comment 2 Michael Catanzaro 2014-05-30 23:35:27 UTC
The original report is against GNOME 2.22.  If anyone can still reproduce, please do reopen.