Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

i've played for the 1st frew chapters (i'm on the infirmary part now) and when i tried to open the gallery it gives an error, is it supposed to only work after we get farther into the story? is it a paid thing? (i saw you have another app for that) ... or is it a bug?


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00action_menu.rpy", line 117, in __call__

    raise Exception("%r is not a screen or a label." % orig_screen)

Exception: u'replay_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 823, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 1178, 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 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 2166, 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 3208, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/transition.py", line 53, in event

    return self.new_widget.event(ev, x, y, st) # E1101

  File "renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/screen.py", line 793, in event

    rv = self.child.event(ev, x, y, st)

  File "renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1202, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/behavior.py", line 1174, in event

    return handle_click(self.clicked)

  File "renpy/display/behavior.py", line 1095, in handle_click

    rv = run(action)

  File "renpy/display/behavior.py", line 395, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_menu.rpy", line 117, in __call__

    raise Exception("%r is not a screen or a label." % orig_screen)

Exception: u'replay_gallery' is not a screen or a label.

Windows-10-10.0.19041 AMD64

Ren'Py 7.7.2.24061201

Worlds Crossing Academy 1.3.5.4

Tue Jan  7 18:04:59 2025

[/code]

Yeah that version shipped with an empty FantasiesCollection.rpa file in the Game folder. That's a paid feature and the presence of the RPA unlocks it, but without any data in the RPA it doesn't work. That's fixed in 1.4.0.0, which also includes a whole new Main Story episode.