After some time when I try to load a save file crashes and shows this error:
AttributeError: Can't get attribute '_sq_state' on <renpy.python.StoreModule object at 0x0000000009653790>
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 264, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
AttributeError: Can't get attribute '_sq_state' on <renpy.python.StoreModule object at 0x0000000009653790>
Or
While running game code:
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
AttributeError: Can't get attribute '_sq_state' on <renpy.python.StoreModule object at 0x0000000009633790>