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 609226 - crash in Sudoku: nothing
crash in Sudoku: nothing
Status: RESOLVED DUPLICATE of bug 601377
Product: gnome-games-superseded
Classification: Deprecated
Component: BugBuddyBugs
2.26.x
Other All
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-07 11:36 UTC by lxorgl
Modified: 2010-02-07 18:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description lxorgl 2010-02-07 11:36:21 UTC
Version: 2.26.3

What were you doing when the application crashed?
nothing


Distribution: Gentoo Base System release 2.0.1
Gnome Release: 2.26.3 2009-12-02 (Gentoo)
BugBuddy Version: 2.26.0

System: Linux 2.6.31-gentoo-r6 #1 SMP PREEMPT Mon Nov 30 15:23:51 Local time zone must be set-- i686
X Vendor: The X.Org Foundation
X Vendor Release: 10605000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Glossy
Icon Theme: Neu
GTK+ Modules: canberra-gtk-module, gnomebreakpad

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

Traceback (most recent call last):
  • File "/usr/bin/gnome-sudoku", line 67 in <module>
    start_game()
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/gnome_sudoku.py", line 22 in start_game
    main.start_game()
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/main.py", line 970 in start_game
    u = UI()
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/main.py", line 172 in __init__
    if self.select_game():
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/main.py", line 65 in _
    ret = fun(ui,*args,**kwargs)
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/main.py", line 185 in select_game
    choice = game_selector.NewOrSavedGameSelector().run_swallowed_dialog(self.swallower)
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/game_selector.py", line 184 in run_swallowed_dialog
    self.setup_dialog()
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/game_selector.py", line 76 in setup_dialog
    self.make_saved_game_model()
  • File "/usr/lib/python2.6/site-packages/gnome_sudoku/game_selector.py", line 138 in make_saved_game_model
    durationText = _("Played for %(duration)s") % {'duration': format_time(g['timer.tot_time'],round_at=15,friendly=True)}
KeyError: 'timer.tot_time'


----------- .xsession-errors ---------------------
    u = UI()
  File "/usr/lib/python2.6/site-packages/gnome_sudoku/main.py", line 172, in __init__
    if self.select_game():
  File "/usr/lib/python2.6/site-packages/gnome_sudoku/main.py", line 65, in _
    ret = fun(ui,*args,**kwargs)
  File "/usr/lib/python2.6/site-packages/gnome_sudoku/main.py", line 185, in select_game
    choice = game_selector.NewOrSavedGameSelector().run_swallowed_dialog(self.swallower)
  File "/usr/lib/python2.6/site-packages/gnome_sudoku/game_selector.py", line 184, in run_swallowed_dialog
    self.setup_dialog()
  File "/usr/lib/python2.6/site-packages/gnome_sudoku/game_selector.py", line 76, in setup_dialog
    self.make_saved_game_model()
  File "/usr/lib/python2.6/site-packages/gnome_sudoku/game_selector.py", line 138, in make_saved_game_model
    durationText = _("Played for %(duration)s") % {'duration': format_time(g['timer.tot_time'],round_at=15,friendly=True)}
KeyError: 'timer.tot_time'
--------------------------------------------------
Comment 1 Fabio Durán Verdugo 2010-02-07 18:03:20 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 bug 601377 ***