Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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

```