Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

BigJorges

3
Posts
4
Following
A member registered Oct 21, 2021

Recent community posts

Really cool game! It's got a few bugs, but I really like the atmosphere. I definitely got a few jump scares, both from the sound design and some of the visuals. All in all, I'd say it's a solid game considering it was made in just 7 days for a jam.

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

```

(1 edit)

Hello there!

I'm really enjoying your game, but I'm having a problem with the gallery. When I try to open the gallery , I get an error. I just started the game, so it's not an issue with an old save file.

Here is the error message I'm seeing:

init python:

    def unlock_image(character_name, image_name):

        source_path = f"images/Gallery/{character_name}/{image_name}"

        

        if renpy.file(source_path):

            setattr(persistent, f"{character_name}_{os.path.splitext(image_name)[0]}_unlocked", True)

            print(f"Image {image_name} unlocked for {character_name}")

        else:

            print(f"Image {image_name} not found in archive")

    def load_images(character_name):

        images = []

        directory = f"images/Gallery/{character_name}/"

        # Check the unlocked status of each image before adding it to the list

        for file in renpy.list_files():

            if file.startswith(directory) and file.endswith(('.png', '.jpg', '.jpeg', '.webp')):

                image_name = os.path.basename(file)

                if getattr(persistent, f"{character_name}_{os.path.splitext(image_name)[0]}_unlocked", False):

Any help with this would be greatly appreciated. Thanks again for the fantastic game!