Page 1 of 1

Saves / Load Limit?

Posted: Mon Jun 29, 2015 5:32 pm
by TheBlackChicken
Hi there,

One of our players has almost 2,000 save files for one Ren'py game. They are experiencing intermittent loading issues. A save file will load correctly many times, but then crash every now and then. No particular save file - seems to be happening to any. We think it has to do with the large amount of save files, but wanted to check if this was a known issue?

The error msg below:
--------------------------
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/valentine.rpy", line 759, in script call
File "renpy/common/00start.rpy", line 67, in script
label _after_load:
File "renpy/common/000window.rpy", line 76, in _window_auto_callback
if not store._window_auto:
NameError: global name 'store' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "C:\Program Files (x86)\Steam\steamapps\common\Scheherazade\renpy\bootstrap.py", line 289, in bootstrap
renpy.main.main()
File "C:\Program Files (x86)\Steam\steamapps\common\Scheherazade\renpy\main.py", line 357, in main
run(restart)
File "C:\Program Files (x86)\Steam\steamapps\common\Scheherazade\renpy\main.py", line 77, in run
renpy.execution.run_context(True)
File "C:\Program Files (x86)\Steam\steamapps\common\Scheherazade\renpy\execution.py", line 598, in run_context
context.run()
File "game/valentine.rpy", line 759, in script call
File "renpy/common/00start.rpy", line 67, in script
label _after_load:
File "C:\Program Files (x86)\Steam\steamapps\common\Scheherazade\renpy\ast.py", line 728, in execute
statement_name("label")
File "C:\Program Files (x86)\Steam\steamapps\common\Scheherazade\renpy\ast.py", line 41, in statement_name
i(name)
File "renpy/common/000window.rpy", line 76, in _window_auto_callback
if not store._window_auto:
NameError: global name 'store' is not defined

Windows-post2008Server-6.2.9200
Ren'Py 6.18.3.761

--------------------------------------------------------------------------------------
Thanks for any help!