Issue Game Crash when Sleeping

UlyanaLeyana

Planter
I know this has happened with others, but I don't know what fixes will work with me. I do have mods and want to know how to fix them properly to prevent the issue from continuing.

Here's a parsed log.


Any help would be appreciated.
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
 

BarcodeHorse

Newcomer
Aaah, so that's what's happening. I'll have to read into those 64 bit options and see if I don't somehow screw it up to fix the problem. Thanks!
 
Top