GNOME Bugzilla – Bug 609226
crash in Sudoku: nothing
Last modified: 2010-02-07 18:03:20 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):
+ Trace 220463
start_game()
main.start_game()
u = UI()
if self.select_game():
ret = fun(ui,*args,**kwargs)
choice = game_selector.NewOrSavedGameSelector().run_swallowed_dialog(self.swallower)
self.setup_dialog()
self.make_saved_game_model()
durationText = _("Played for %(duration)s") % {'duration': format_time(g['timer.tot_time'],round_at=15,friendly=True)}
----------- .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' --------------------------------------------------
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 ***