Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(-1)

When i try to launch the newer version, this error pops up.


While running game code:

  File "game/unren-rollback.rpy", line 14, in <module>

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 558, in main

    renpy.game.context().run(node)

  File "unren-rollback.rpyc", line 2, in script

  File "unren-rollback.rpyc", line 2, in script

  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 "game/unren-rollback.rpy", line 14, in <module>

  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