I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00library.rpy", line 28, in script call
call _errorhandling
File "renpy/common/00library.rpy", line 28, in script call
call _errorhandling
File "game/saveload.rpy", line 45, in save_per_label
store.store_state = renpy.game.log.freeze()
AttributeError: 'NoneType' object has no attribute 'stores'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "renpy/common/00library.rpy", line 28, in script call
call _errorhandling
File "renpy/common/_errorhandling.rpym", line 46, in script
init label _errorhandling:
File "renpy/common/00library.rpy", line 28, in script call
call _errorhandling
File "renpy/common/_errorhandling.rpym", line 46, in script
init label _errorhandling:
File "renpy/ast.py", line 879, in execute
renpy.config.label_callback(self.name, renpy.game.context().last_abnormal)
File "game/saveload.rpy", line 45, in save_per_label
store.store_state = renpy.game.log.freeze()
File "renpy/python.py", line 2142, in freeze
self.complete(False)
File "renpy/python.py", line 1726, in complete
self.current.stores[name], self.current.delta_ebc[name] = sd.get_changes(begin)
AttributeError: 'NoneType' object has no attribute 'stores