[问题]郁闷的数独BUG

游戏讨论
回复
kuiying
帖子: 3
注册时间: 2008-08-04 14:16

[问题]郁闷的数独BUG

#1

帖子 kuiying » 2008-08-04 14:46

最近我的数独游戏玩不了,请帮忙解决!


查阅崩溃细节
如下
Distribution: Ubuntu 8.04 (hardy)
Gnome Release: 2.22.2 2008-06-03 (Ubuntu)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Blubuntu
Icon Theme: Tango

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 ---------------------
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
/usr/share/themes/Blubuntu/gtk-2.0/gtkrc:169: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
--------------------------------------------------
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
附件
1.png
kuiying
帖子: 3
注册时间: 2008-08-04 14:16

#2

帖子 kuiying » 2008-08-05 17:19

等了一天,怎么没个高手帮忙解决啊?
行行好啊
跪求帮忙啊
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#3

帖子 luojie-dune » 2008-08-05 17:50

。。。这里没有多少高手~~~精通python的更少。
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
spider5
帖子: 351
注册时间: 2005-12-15 21:52

#4

帖子 spider5 » 2008-08-07 10:51

把你~/.sudoku 下面的存档删掉。
香草天空
帖子: 3
注册时间: 2008-08-11 11:45

#5

帖子 香草天空 » 2008-08-11 11:47

:wink: :wink:
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#6

帖子 BigSnake.NET » 2008-08-11 12:03

保存的进度文件损坏了吧
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
头像
bones7456
帖子: 8495
注册时间: 2006-04-12 20:05
来自: 杭州
联系:

#7

帖子 bones7456 » 2008-08-11 12:03

LZ换个主题试试...
关注我的blog: ε==3
kevin.c
帖子: 145
注册时间: 2008-04-01 12:28

#8

帖子 kevin.c » 2008-08-20 10:26

看错误报告是加载存档列表时出错
把存档目录删了试试
kuiying
帖子: 3
注册时间: 2008-08-04 14:16

#9

帖子 kuiying » 2008-08-25 12:39

存档怎么删除啊?
谢谢帮忙!
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#10

帖子 luojie-dune » 2008-08-25 12:50

怀疑楼主篡改 /var权限~~~
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
回复