there's a bug in
"Gallery " ?
( Only in 4.1 'cause all previous
" Scene Gallery" worked fine
AND .......
simarimas in any case iALWL t is an excellent job and the courtesy you use in being present on the forum certainly puts you in the top of the favorite DEVs
```I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_menu.rpy", line 113, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception:
u'gallery' is not a screen or a label.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "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 "renpy/display/core.py", line 4540, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1138, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1071, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 113, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallery' is not a screen or a label.
Windows-7-6.1.7601-SP1 AMD64
Ren'Py 7.6.1.23060707
A Life Worth Living Chapter 4 Ch4.1
Tue Oct 24 21:56:13 2023
```