I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/gallery.rpy", line 1, in execute
screen gallery():
File "game/scripts/gallery.rpy", line 1, in execute
screen gallery():
File "game/scripts/gallery.rpy", line 11, in execute
grid maxnumx maxnumy:
File "game/scripts/gallery.rpy", line 15, in execute
for i in range(start, end + 1):
File "game/scripts/gallery.rpy", line 17, in execute
if gallery_items[i].is_locked:
File "game/scripts/gallery.rpy", line 18, in execute
add gallery_items[i].locked:
Exception: DynamicImage [u'lockedthumb10']: could not find image. (u'lockedthumb10')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, 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 3101, 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 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/scripts/gallery.rpy", line 1, in execute
screen gallery():
File "game/scripts/gallery.rpy", line 1, in execute
screen gallery():
File "game/scripts/gallery.rpy", line 11, in execute
grid maxnumx maxnumy:
File "game/scripts/gallery.rpy", line 15, in execute
for i in range(start, end + 1):
File "game/scripts/gallery.rpy", line 17, in execute
if gallery_items[i].is_locked:
File "game/scripts/gallery.rpy", line 18, in execute
add gallery_items[i].locked:
File "renpy/sl2/sldisplayables.py", line 430, in sl2add
d = renpy.easy.displayable(d, scope=scope)
File "renpy/easy.py", line 130, in displayable
return renpy.display.image.DynamicImage(d, scope=scope)
File "renpy/display/image.py", line 571, in __init__
self.find_target(scope)
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage [u'lockedthumb10']: could not find image. (u'lockedthumb10')
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Shooting Star 0.9.5
Wed Mar 8 19:36:57 2023