Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Unfortunately that's not an actual error message, just a chunk of code from the gallery, so it doesn't tell me a great deal. Was there any more to it?

With that limited information, my only guess would be either that the files were somehow corrupted in the download/unzipping process, or you have a permissions issue.  I'm not sure it'll show anything helpful, but if you open the console on the main menu (press shift + O) it should show a list of the images that were loaded for the gallery if it's all working, which is actually the exact piece of code you posted. 

Would you mind telling me what platform you're using, and if you're using any third party mods? I have known translation mods to cause issues with the galleries.

Hello, I sent the wrong error code. The correct one is this:


```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00action_other.rpy", line 582, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/scripts/gallery_pax.rpy", line 206, in refresh_images

    unlock_image(char_name, image_name)

  File "game/scripts/gallery_pax.rpy", line 174, in unlock_image

    if renpy.file(source_path):

OSError: Couldn't find file 'images/Gallery/lucy/images/Gallery/lucy/img_main08_201.webp'.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\ast.py", line 821, in execute

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\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 "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\ui.py", line 301, in interact

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\core.py", line 2215, 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 "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\core.py", line 3278, in interact_core

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\layout.py", line 1294, in event

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\layout.py", line 1294, in event

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\layout.py", line 1294, in event

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\screen.py", line 793, in event

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\layout.py", line 1294, in event

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\layout.py", line 1294, in event

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\transform.py", line 1083, in event

    rv = d.event(ev, cx, cy, st)

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\layout.py", line 1523, in event

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

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\behavior.py", line 1180, in event

    return handle_click(self.clicked)

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\behavior.py", line 1101, in handle_click

    rv = run(action)

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\behavior.py", line 394, in run

    new_rv = run(i, *args, **kwargs)

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\display\behavior.py", line 401, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_other.rpy", line 582, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/scripts/gallery_pax.rpy", line 206, in refresh_images

    unlock_image(char_name, image_name)

  File "game/scripts/gallery_pax.rpy", line 174, in unlock_image

    if renpy.file(source_path):

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\exports\loaderexports.py", line 120, in file

    return open_file(fn, encoding=encoding)

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\exports\loaderexports.py", line 99, in open_file

    rv = renpy.loader.load(fn, directory=directory)

  File "C:\Users\guyny\OneDrive\Área de Trabalho\itch games\cosy-cafe-win-linux\CosyCafe-0.12.1-pc\renpy\loader.py", line 673, in load

    raise IOError("Couldn't find file '%s'." % name)

OSError: Couldn't find file 'images/Gallery/lucy/images/Gallery/lucy/img_main08_201.webp'.

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.2.24090902

Cosy Cafe 0.12.1

Wed Aug  6 06:11:08 2025

```

Is Annabelle planned for late game? I know you're already juggling a lot of plots, the meeting with Gilbert, Date with Akatsuki and the secret with Sarah all on the upcoming Saturday haha, but seems her and Elizabeth have been on the backburner forever. I'd rather them then another scene for misaki, she seems so jarring and out of place with the rest, but that's honestly a minor critique in the 8-10 times I've played it. That and the small little character details where theyll hint at something said to each other but were never privvy to it, like what Sarah made Lucy promise when she started off.