- May 19, 2017
- 1,378
- 2,037
I even tried recompiling the game ising the Renpy SDK but even the compile crashes. I don't think I have seen that happen for a released game before.About the saving problem....
I used the standard base Ren'py functionality for saving and loading. So I don't understand why there are so many problems.
I set:
define config.save_directory = None
as stated in Ren'py documentation:
"Setting this to None creates a "saves" directory underneath the game directory."
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gui.rpy", line 418, in <module>
AttributeError: 'StoreModule' object has no attribute 'variant'