- Oct 7, 2023
- 199
- 94
Though I'm using walkthrough modification, trying to view at least one codex character (Lady Izumi) crashes the game, and ignoring goes back to current scene while hiding all menus (unless done before continuing/starting, which in that case works).
Code:
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "/home/user/games/Tribulations_of_A_Mage/renpy/ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/user/games/Tribulations_of_A_Mage/renpy/python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "/home/user/games/Tribulations_of_A_Mage/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/viewport.py", line 306, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/behavior.py", line 962, in event
return handle_click(self.clicked)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/behavior.py", line 897, in handle_click
rv = run(action)
File "/home/user/games/Tribulations_of_A_Mage/renpy/display/behavior.py", line 320, in run
return action(*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'charMiki_harem' is not a screen or a label.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/common/00action_menu.rpy", line 100, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'charMiki_harem' is not a screen or a label.
Last edited: