I found another one . Guess I'm just doing weird pathing through the glossary. The link to Cestrescir through The Court page is giving me an error, though it works if I go through the main Glossary page.
[code]
I'm sorry, but an uncaught exception occurred.
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/00defaults.rpy", line 197, in hyperlink_function
return config.hyperlink_handlers[protocol](value)
File "renpy/common/00defaults.rpy", line 167, in showmenu_handler
renpy.run(ShowMenu(value))
File "renpy/common/00action_menu.rpy", line 107, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'wiki_cestrescir' is not a screen or a label.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/viewport.py", line 299, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/text/text.py", line 2024, in event
rv = self.style.hyperlink_functions[1](target)
File "renpy/common/00defaults.rpy", line 197, in hyperlink_function
return config.hyperlink_handlers[protocol](value)
File "renpy/common/00defaults.rpy", line 167, in showmenu_handler
renpy.run(ShowMenu(value))
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 107, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'wiki_cestrescir' is not a screen or a label.
Windows-8.1-6.3.9600
Ren'Py 7.4.10.2178
Gilded Shadows 1.1
Fri May 13 00:09:12 2022
[/code]