PC Need help; game won't load after save....SYSTEM OUT OF MEMORY

ShannLee19

Newcomer
I need help fixing my game as it keeps crashing after i try saving. I can play for a few days then it will give me the system out of memory. My husband updated my computer but it still continues to do this. There are also a few mods that get skipped and i know nothing about modding or how to fix them. I did manage to be able to save my last game log which is as follows....PLEASE SOMEONE HELP ME

https://smapi.io/log/14d22af5e35c465d9a6f073505c07be9
 

UlyanaLeyana

Planter
I need help fixing my game as it keeps crashing after i try saving. I can play for a few days then it will give me the system out of memory. My husband updated my computer but it still continues to do this. There are also a few mods that get skipped and i know nothing about modding or how to fix them. I did manage to be able to save my last game log which is as follows....PLEASE SOMEONE HELP ME

https://smapi.io/log/14d22af5e35c465d9a6f073505c07be9
Code:
---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
Your log shows OutOfMemoryException errors in the console, and the game may severely lag or crash. That means your game ran out of available memory mid-session. Since the game is 32-bit, it can only use the first ≈3GB of memory even if your computer has more available. (All 32-bit programs on your computer also need to share that 3GB block, so the game may have access to much less than 3GB.)
More info here OutOfMemoryException errors
Solution is Migrate to 64-bit on Windows
 
Top