Comment 6 for bug 270644

Revision history for this message
albannach1 (albannach1) wrote : Re: [Bug 270644] Re: Sudoku crashes on startup

Ok. Sorry. Thanks for the help though.

On Tue, Dec 9, 2008 at 8:15 AM, Dimitrios Symeonidis <email address hidden>wrote:

> albannach, it seems the problem is caused by your custom installation of
> python 2.6.1, and thus unrelated to this bug report
>
> --
> Sudoku crashes on startup
> https://bugs.launchpad.net/bugs/270644
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in The GNOME games package: Confirmed
> Status in "gnome-games" source package in Ubuntu: Triaged
>
> Bug description:
> Binary package hint: gnome-games
>
> Distribution: Ubuntu 8.04 (hardy)
> Gnome Release: 2.22.3 2008-07-09 (Ubuntu)
> BugBuddy Version: 2.22.0
>
> System: Linux 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686
> X Vendor: The X.Org Foundation
> X Vendor Release: 10400090
> Selinux: No
> Accessibility: Disabled
> GTK+ Theme: Human
> Icon Theme: Human
>
> 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
>
>
>
> ----------- .xsession-errors ---------------------
> if self.select_game():
> File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 64, in
> _
> ret = fun(ui,*args,**kwargs)
> File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 214,
> 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
> --------------------------------------------------
> Traceback (most recent call last):
> File "/usr/games/gnome-sudoku", line 55, 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 1039,
> in
> start_game
> u = UI()
> File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 200,
> in
> __init__
> if self.select_game():
> File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 64, in
> _
> ret = fun(ui,*args,**kwargs)
> File "/var/lib/python-support/python2.5/gnome_sudoku/main.py", line 214,
> 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
>