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 562294 - Program crashes on startup
Program crashes on startup
Status: RESOLVED DUPLICATE of bug 516491
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
2.22.x
Other All
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-26 03:35 UTC by ckozack
Modified: 2008-11-26 15:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description ckozack 2008-11-26 03:35:23 UTC
Steps to reproduce:
1. Just open the program from the menu or the commandline
2. 
3. 


Stack trace:
Distribution: Ubuntu 8.04 (hardy)
Gnome Release: 2.22.3 2008-07-09 (Ubuntu)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-21-generic #1 SMP Tue Oct 21 23:43:45 UTC 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Crux
Icon Theme: gnome

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 (58 sec old) ---------------------
'utf8' codec can't decode bytes in position 7-11: unexpected end of data
'utf8' codec can't decode bytes in position 13-17: unexpected end of data
'utf8' codec can't decode bytes in position 1-3: invalid data
'utf8' codec can't decode bytes in position 11-14: invalid data
'utf8' codec can't decode bytes in position 16-17: unexpected end of data
'utf8' codec can't decode bytes in position 27-30: invalid data
'utf8' codec can't decode bytes in position 9-13: unsupported Unicode code range
'utf8' codec can't decode bytes in position 17-19: invalid data
'utf8' codec can't decode bytes in position 1-3: invalid data
'utf8' codec can't decode bytes in position 8-10: invalid data
'utf8' codec can't decode bytes in position 5-7: invalid data
'utf8' codec can't decode bytes in position 10-12: invalid data
'utf8' codec can't decode bytes in position 6-8: invalid data
'utf8' codec can't decode bytes in position 5-6: invalid data
'utf8' codec can't decode bytes in position 7-8: invalid data
--------------------------------------------------
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/simple_debug.py", line 27 in _
    return f(self,*args,**kwargs)
  • 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/simple_debug.py", line 27 in _
    return f(self,*args,**kwargs)
  • 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


Other information:
Using Ubuntu 8.10 2.6.24-21-generic
Comment 1 palfrey 2008-11-26 15:59:22 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 516491 ***