I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/core/credits.rpy", line 1, in <module>
File "game/scripts/core/credits.rpy", line 58, in _execute_python_hide
TypeError: read() should return bytes
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
File "renpy/main.py", line 552, in main
File "scripts/core/credits.rpyc", line 1, in script
File "scripts/core/credits.rpyc", line 1, in script
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2247, in py_exec_bytecode
File "game/scripts/core/credits.rpy", line 1, in <module>
File "game/scripts/core/credits.rpy", line 58, in _execute_python_hide
TypeError: read() should return bytes
I'm getting this error while using compressed version what should i do?