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 540919 - Crash clicking on very hard mode: ValueError: invalid literal for int()
Crash clicking on very hard mode: ValueError: invalid literal for int()
Status: RESOLVED DUPLICATE of bug 493886
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
2.21.x
Other All
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-30 12:53 UTC by ludicien
Modified: 2008-12-12 17:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description ludicien 2008-06-30 12:53:05 UTC
Version: 2.21.2

What were you doing when the application crashed?
Gnome-sudoku take near 5 minutes to open. After that, everething is fine but if clic on the Very Hard sudoku, Gnome-sudoku crash. No other application is open.


Distribution: PCLinuxOS release 2008 (PCLinuxOS Gnome) for i586
Gnome Release: 2.21.2 2007-11-30 (%vendor)
BugBuddy Version: 2.22.0

System: Linux 2.6.25 #2 PREEMPT Sat May 17 22:39:10 EDT 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: SlicknesS
Icon Theme: nuoveXT-aero

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 36 in ?
    start_game()
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py", line 1008 in start_game
    u = UI()
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py", line 192 in __init__
    if self.select_game():
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py", line 64 in _
    ret = fun(ui,*args,**kwargs)
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py", line 212 in select_game
    self.gsd.change_grid(choice[1],9)
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/gsudoku.py", line 1016 in change_grid
    self.setup_grid(grid,group_size)
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/gsudoku.py", line 1048 in setup_grid
    self.grid = sudoku.InteractiveSudoku(grid,group_size=group_size)
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/sudoku.py", line 614 in __init__
    SudokuSolver.__init__(self,grid,verbose,group_size)
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/sudoku.py", line 255 in __init__
    SudokuGrid.__init__(self,grid,verbose=verbose,group_size=group_size)
  • File "/usr/lib/python2.4/site-packages/gnome_sudoku/sudoku.py", line 92 in __init__
    grid.append([int(i) for i in g[start:start+side]])
ValueError: invalid literal for int():

Comment 1 Tero Keinänen 2008-12-12 17:17:23 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


*** This bug has been marked as a duplicate of 493886 ***