Skip to main content

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

Thanks for reporting Could you please send me the exact error message (a screenshot or the text) so I can check what’s causing it?

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/rpy/script.rpy", line 106, in script

  File "game/rpy/script.rpy", line 106, in <module>

  File "game/questmanager/engine/classes.rpy", line 49, in load

OSError: [Errno 9] Bad file descriptor

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

Traceback (most recent call last):

  File "game/rpy/script.rpy", line 106, in script

  File "renpy/ast.py", line 1187, in execute

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

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1260, in py_exec_bytecode

    exec(bytecode, globals, locals)

    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/rpy/script.rpy", line 106, in <module>

  File "game/questmanager/engine/classes.rpy", line 49, in load

  File "renpy/minstore.py", line 87, in print

    _print(*args, **kwargs)

    ~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/log.py", line 256, in write

    self.real_file.flush()

    ~~~~~~~~~~~~~~~~~~~~^^

OSError: [Errno 9] Bad file descriptor

Windows-11-10.0.26100-SP0 AMD64

Ren'Py 8.5.0.25080801+nightly

SLust In Suburbs 0.4

Wed Sep 24 04:07:17 2025

```

(+1)

I just tried ignoring it this time and it actually worked... At least getting to next screen. I will follow up on this with you later if I see anymore issue from it.