Same here, crash on starting.
********************
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/core/variables_at_start.rpy", line 342, in <module>
IOError: [Errno 9] Bad file descriptor
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "events/ep1/ep1_start.rpyc", line 4, in script call
File "core/variables_at_start.rpyc", line 307, 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/core/variables_at_start.rpy", line 342, 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
********************