|
40金币
目前在玩新版本游戏时发现几个错误,请教下论坛大佬们有没有遇到过,然后有无解决方法,跪谢ORZ
存档重新打就算了,图库打不开的话真心难受。
1.读取Special Scenes时报错
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 100, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'co_character_gallery_tab_4_pose_1' is not a screen or a label.
2. 读取旧版本存档时
情况1:While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
ImportError: No module named rollback
情况2:While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
|
最佳答案
查看完整内容
作者在新版本的更新里写的:
这是以防万一的说明。我下载了一个新版本的 Renpy,看看它会给我带来什么样的错误,在这样做的过程中,它破坏了我所有的保存文件。我设法从所做的事情中恢复过来,现在我的扑救也很好。但是,我想提醒人们这是可能发生的事情。我建议在更新到新版本之前备份“Script”文件夹(解压所有内容时它位于游戏文件夹中)。如果您的所有保存都崩溃了,请取出您的备份文件夹并覆盖新文件夹。老实说,我不确定 ...
|