A lot of I/O errors when picking choices after this update, don't know why.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/chapter1/chapter1_scene1.rpy", line 249, in <module>
File "game/script/scripts.rpy", line 526, in passed_choice
OSError: [Errno 5] Input/output error
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/chapter1/chapter1_scene1.rpyc", line 249, in script
File "~/Her Last Piece/renpy/ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "~/Her Last Piece/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script/chapter1/chapter1_scene1.rpy", line 249, in <module>
File "game/script/scripts.rpy", line 526, in passed_choice
File "~/Her Last Piece/renpy/minstore.py", line 80, in print
_print(*args, **kwargs)
File "~/Her Last Piece/renpy/log.py", line 256, in write
self.real_file.flush()
OSError: [Errno 5] Input/output error
```