Skip to main content

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

i get error when launching game.

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00start.rpy", line 192, in script

    python:

  File "renpy/common/00start.rpy", line 192, in script

    python:

  File "renpy/common/00start.rpy", line 193, in <module>

    renpy.execute_default_statement(True)

  File "game/BattleCard/characters/char_define.rpy", line 228, in <module>

  File "game/BattleCard/characters/char_class.rpy", line 591, in __init__

IOError: [Errno 9] Bad file descriptor

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

Full traceback:

  File "renpy/bootstrap.py", line 277, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 660, in main

    run(restart)

  File "renpy/main.py", line 146, in run

    renpy.execution.run_context(True)

  File "renpy/execution.py", line 938, in run_context

    context.run()

  File "renpy/common/00start.rpy", line 192, in script

    python:

  File "renpy/common/00start.rpy", line 192, in script

    python:

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

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

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

    exec(bytecode, globals, locals)

  File "renpy/common/00start.rpy", line 193, in <module>

    renpy.execute_default_statement(True)

  File "renpy/exports.py", line 3797, in execute_default_statement

    i.set_default(start)

  File "BattleCard/characters/char_define.rpyc", line 222, in set_default

  File "renpy/python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/BattleCard/characters/char_define.rpy", line 228, in <module>

  File "game/BattleCard/characters/char_class.rpy", line 591, in __init__

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

    _print(*args, **kwargs)

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

    self.real_file.flush()

IOError: [Errno 9] Bad file descriptor

Windows-10-10.0.22000 AMD64

Ren'Py 7.5.3.22090809

Knightly Passions 0.10a

Sat Oct  1 19:38:19 2022

Do not install the game from the itch application. For some reason, the itch app doesn't install the game correctly. Download the game from the browser and the problem will be solved :)

Apparently, i can just launch the game from the folder itch app installed it too, only when using the launch button in the itch app it gives that error.