I finished chapter 1 and trying to open ch 2 gave me this traceback, the game simply doesn't open.
"
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/saveload.rpy", line 45, in save_per_label
AttributeError: 'NoneType' object has no attribute 'stores'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
File "renpy/main.py", line 540, in main
File "00library.rpyc", line 28, in script call
File "_errorhandling.rpymc", line 46, in script
File "00library.rpyc", line 28, in script call
File "_errorhandling.rpymc", line 46, in script
File "renpy/ast.py", line 874, in execute
File "game/saveload.rpy", line 45, in save_per_label
File "renpy/python.py", line 2132, in freeze
File "renpy/python.py", line 1726, in complete
AttributeError: 'NoneType' object has no attribute 'stores'
"
I'm running Joiplay on Android (no mods installed btw)
I want to play through joiplay to install mods instead of playing the APK version.
Does anyone know the solution to this or have any tips?
Thank you in advance.