CaptJS

New Member
Apr 26, 2022
5
0
Hey Dev, thank you for your awesome game. But after the latest update, game crashes. I tried changing rendering modes, closing all my programs, deleting persistent file. I have 32GB RAM so memory capacity shouldn't be an issue. This is my first time experiencing a game crash among all the RenPy games I have played. Here's the traceback:

Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
MemoryError:
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "D:\IDM Temp\DwnlData\PaleCarnations-Ch4Up5Public-pc\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "D:\IDM Temp\DwnlData\PaleCarnations-Ch4Up5Public-pc\renpy\main.py", line 581, in main
    renpy.persistent.update(True)
  File "D:\IDM Temp\DwnlData\PaleCarnations-Ch4Up5Public-pc\renpy\persistent.py", line 364, in update
    need_save = find_changes()
  File "D:\IDM Temp\DwnlData\PaleCarnations-Ch4Up5Public-pc\renpy\persistent.py", line 175, in find_changes
    backup[f] = safe_deepcopy(new)
  File "D:\IDM Temp\DwnlData\PaleCarnations-Ch4Up5Public-pc\renpy\persistent.py", line 128, in safe_deepcopy
    rv = copy.deepcopy(o)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/copy.py", line 163, in deepcopy
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/copy.py", line 257, in deepcopydict
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/copy.py", line 163, in deepcopy
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/copy.py", line 249, in deepcopytuple
MemoryError:
 
4.90 star(s) 508 Votes