I would wait for the next version.Hi, I'm having issues saving the game. I'm at ~ day 110 and loading a game or saving takes minutes. I searched the thread but found now solution. Someone mentioned a restart. If it means just quitting and then just starting the game again then it doesn't work. It even managed to crash while attempting to save.
It seems it ran out of memory, I have plenty - 32GB
Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/common/00action_file.rpy", line 364, in __call__ renpy.save(fn, extra_info=save_name) MemoryError: out of memory -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 3451, in interact_core rv = root_widget.event(ev, x, y, 0) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\behavior.py", line 906, in event return handle_click(self.clicked) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\behavior.py", line 841, in handle_click rv = run(action) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\behavior.py", line 308, in run new_rv = run(i, *args, **kwargs) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\display\behavior.py", line 315, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 364, in __call__ renpy.save(fn, extra_info=save_name) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\loadsave.py", line 402, in save dump((roots, renpy.game.log), logf) File "E:\Games\F95Zone\SummertimeSaga-0-18-2-pc\renpy\loadsave.py", line 48, in dump pickle.dump(o, f, pickle.HIGHEST_PROTOCOL) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1370, in dump File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 224, in dump File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 548, in save_tuple File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 331, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 419, in save_reduce File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 649, in save_dict File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 681, in _batch_setitems File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 600, in save_list File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 633, in _batch_appends File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 331, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 419, in save_reduce File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 649, in save_dict File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 681, in _batch_setitems File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 331, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 419, in save_reduce File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 649, in save_dict File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 681, in _batch_setitems File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 600, in save_list File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 633, in _batch_appends File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 432, in save_bool MemoryError: out of memory Windows-8-6.2.9200 Ren'Py 7.0.0.196 SummertimeSaga 0.18.2 Wed May 08 17:24:49 2019
It starting to act like virus got into it even if you start a new game.
My suggestion is erase your computer and start fresh if you continue playing this version.
Even using the same saves on a different pc will be the same results.