MallonFeon 发布于二月 19 分享 发布于二月 19 (已修改) 写这篇报道帖的心情很复杂。我忘记了我是什么时候注册的论坛,只看到自己的注册时间是2022年,而且没有发过任何内容。我大概是真的只下了很多转载的资源,今天还是因为在DC和台湾友人聊天才想起来我好像也有SSTM的账号。 登录进来后发现连谷歌验证器都不知道放在哪里了。我一直自诩是个黄油玩家,但是现在感到十分惭愧。不过人总是难逃真香定律,为了走出新手村,我还是决定写这篇报道帖。 新手报到应该是和自我介绍类似的东西,最近在玩腐败王国,应该是比较老的游戏了。遇到了一个bug 角色维罗妮卡的相关脚本出现了一大堆报错,借此机会也是希望在后续有机会穿越到其他板块看看有没有办法完善一下,当然如果有现成的就更好了。后面附上日志 就当我水水字数,如果有大佬直接告诉我怎么改就更好了饭来! 报错: ``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/flat.rpy", line 118, in script call call time_change from _call_time_change_5 File "game/script/lily.rpy", line 1351, in script call call time_change from _call_time_change_6 File "game/script/lily.rpy", line 1351, in script call call time_change from _call_time_change_6 File "game/script/lily.rpy", line 1351, in script call call time_change from _call_time_change_6 File "game/script/time.rpy", line 368, in script call call jessica_visit_one from _call_jessica_visit_one File "game/script/sleep.rpy", line 189, in script call call time_change from _call_time_change_122 File "game/script/manor_garden.rpy", line 465, in script call call time_change from _call_time_change_342 File "game/script/lily2.rpy", line 903, in script call call time_change from _call_time_change_88 File "game/script/myroom.rpy", line 158, in script call call time_change from _call_time_change_21 File "game/script/manor_gwenroom.rpy", line 203, in script call call time_change from _call_time_change_148 File "game/script/scenes_livingroom.rpy", line 659, in script call call time_change from _call_time_change_124 File "game/script/time.rpy", line 351, in script call call impreg_birthcheck from _call_impreg_birthcheck File "game/script/veronica2.rpy", line 104, in script menu: Exception: DynamicImage 'pd veronica outfit [pdVeronicaOutfit]': could not find image. ('pd veronica outfit normal') -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script/flat.rpy", line 118, in script call call time_change from _call_time_change_5 File "game/script/lily.rpy", line 1351, in script call call time_change from _call_time_change_6 File "game/script/lily.rpy", line 1351, in script call call time_change from _call_time_change_6 File "game/script/lily.rpy", line 1351, in script call call time_change from _call_time_change_6 File "game/script/time.rpy", line 368, in script call call jessica_visit_one from _call_jessica_visit_one File "game/script/sleep.rpy", line 189, in script call call time_change from _call_time_change_122 File "game/script/manor_garden.rpy", line 465, in script call call time_change from _call_time_change_342 File "game/script/lily2.rpy", line 903, in script call call time_change from _call_time_change_88 File "game/script/myroom.rpy", line 158, in script call call time_change from _call_time_change_21 File "game/script/manor_gwenroom.rpy", line 203, in script call call time_change from _call_time_change_148 File "game/script/scenes_livingroom.rpy", line 659, in script call call time_change from _call_time_change_124 File "game/script/time.rpy", line 351, in script call call impreg_birthcheck from _call_impreg_birthcheck File "game/script/veronica2.rpy", line 104, in script menu: File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\ast.py", line 1922, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\exports.py", line 1106, in menu rv = renpy.store.menu(new_items) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\exports.py", line 1345, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 3579, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 4052, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\screen.py", line 481, in visit_all self.child.visit_all(callback, seen=None) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) [Previous line repeated 4 more times] File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\core.py", line 671, in visit_all for d in self.visit(): File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\image.py", line 785, in visit self.find_target() File "D:\Hgame\CorruptedKingdoms-0.20.0\renpy\display\image.py", line 683, in find_target raise Exception(error) Exception: DynamicImage 'pd veronica outfit [pdVeronicaOutfit]': could not find image. ('pd veronica outfit normal') Windows-10-10.0.22621 AMD64 Ren'Py 8.1.1.23060707 Corrupted Kingdoms 0.20.0 Mon Feb 19 14:50:38 2024 ``` 二月 19,由MallonFeon修改 注释 赤紅の涙 55.00节操 欢迎 链接到点评
推荐贴