sudoku started crashing when trying to start it

Bug #342984 reported by Anthony Borrow
This bug report is a duplicate of:  Bug #270644: Sudoku crashes on startup. Edit Remove
2
Affects Status Importance Assigned to Milestone
gnome-games (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: gnome-games

When trying to start sudoku - it crashes immediately. This seems like new behavior. It was running fine previously on Ubuntu 8.10.

~$ gnome-sudoku
Traceback (most recent call last):
  File "/usr/games/gnome-sudoku", line 50, in <module>
    start_game()
  File "/var/lib/python-support/python2.5/gnome_sudoku/gnome_sudoku.py", line 21, in start_game
    main.start_game()
  File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 1051, in start_game
    u = UI()
  File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 195, in __init__
    if self.select_game():
  File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 60, in _
    ret = fun(ui,*args,**kwargs)
  File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 209, in select_game
    choice = game_selector.NewOrSavedGameSelector().run_swallowed_dialog(self.swallower)
  File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 191, in run_swallowed_dialog
    self.setup_dialog()
  File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 76, in setup_dialog
    self.make_saved_game_model()
  File "/var/lib/python-support/python2.5/gnome_sudoku/game_selector.py", line 151, in make_saved_game_model
    sudoku.sudoku_grid_from_string(g['game'].split('\n')[1].replace(' ','')).grid,
  File "/var/lib/python-support/python2.5/gnome_sudoku/sudoku.py", line 232, in sudoku_grid_from_string
    assert(len(s)<=GROUP_SIZE**2)
AssertionError

Revision history for this message
Anthony Borrow (arborrow) wrote :

This is a duplicate of #270644. I deleted the files in ~./sudoku and was able to get sudoku running again. This can be closed as a duplicate. Peace - Anthony

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.