ELDEN RING

ELDEN RING

View Stats:
borvachov Dec 13, 2022 @ 10:05pm
Can't play, crash on loading a saved game
The game launches fine. When I select the "Continue" option the game starts to load and then crashes.

I already verified the integrity of the game files, uninstalled and installed again, updated my video card driver. I don't know what to do now. This happened right after the last update that added the colliseum.
< >
Showing 61-67 of 67 comments
CazadorDeLobo Jan 6, 2023 @ 3:35pm 
Originally posted by dark-breed:
Originally posted by borvachov:
The thing is that the bios update was to make my processor compatible, also I have very limited space in my maindrive C. I only use it for the OS.

this is bad, if the bios update is needed for CPU support the option to downgrade it is not possible without causing problems.

so you stuck at the point where you are not able to test anything further to find out if your mainboard is effected by this AHCI driver problem.
Somehow you make ER specific problems into "your computer is sick" problems daily, and the mods let you take advantage of computer-illiterate folks to waste their time. A shame that this is occurring and that you defend the game to the point of suggesting users fully-reinstall Windows, which you've managed to trick a few people into doing. I'd find that funny if you were trying to be funny, but there's def something else going on here that you'd go this far down so many rabbit trails and insist that people listen to you. No report'll cover that ♥♥♥♥. But feel free to throw one my way, you troll.
borvachov Jan 26, 2023 @ 7:15pm 
I just fixed it, I can play Elden Ring again!

The fix was done by allocating virtual memory, previously I had no virtual memory allocated. Via system properties > performance options > virtual memory > change.
dark-breed Jan 26, 2023 @ 11:19pm 
Originally posted by borvachov:
I just fixed it, I can play Elden Ring again!

The fix was done by allocating virtual memory, previously I had no virtual memory allocated. Via system properties > performance options > virtual memory > change.
interesting this game should run at 16 GB RAM without virtual memory
JellyPuff Jan 27, 2023 @ 12:54am 
Originally posted by dark-breed:
Originally posted by borvachov:
I just fixed it, I can play Elden Ring again!

The fix was done by allocating virtual memory, previously I had no virtual memory allocated. Via system properties > performance options > virtual memory > change.
interesting this game should run at 16 GB RAM without virtual memory
It never did on any of my systems and always paged out after around 6-7GB. ER always crashes without a pagefile, when loading in a character or upon reaching the pagefile limit (either manually set or not enough space on the drive, the game pages out to) after some time in-game. I've seen the pagefile bloat up to 24GB. ER is just poorly memory optimized (as originally identified as an issue by VALVe devs, when optimizing for the Steam Deck) and one reason for the issues, many folks still have. This makes more sense, if you consider how DX12 shifted responsibility for handling memory management more towards game developers.
dark-breed Jan 27, 2023 @ 12:57am 
Originally posted by JellyPuff:
Originally posted by dark-breed:
interesting this game should run at 16 GB RAM without virtual memory
It never did on any of my systems and always paged out after around 6-7GB. ER always crashes without a pagefile, when loading in a character or upon reaching the pagefile limit (either manually set or not enough space on the drive, the game pages out to) after some time in-game. I've seen the pagefile bloat up to 24GB. ER is just poorly memory optimized (as originally identified as an issue by VALVe devs, when optimizing for the Steam Deck) and one reason for the issues, many folks still have. This makes more sense, if you consider how DX12 shifted responsibility for handling memory management more towards game developers.
i have a system with 32GB pagefiles is deactivated, game never crashed.

i have to test if less memory let it crash

so tested now some things:

i removed 16 GB RAM, the game runs fine (except i first time experience stutters), no crash since test begin, no crash at character creation. RAM usage: the game uses as always about 4.8 GB RAM, directx uses as always 4.5 GB RAM and the rest of the system uses about 2 GB RAM (including the RAM that is used by the steam app) what end up in about 11,5 till 12 GB RAM for a clean system so it is possible a big background app can cause a memory overflow if you reach 16 GB usage with all stuff that is running.

i do not know what you are running in background that eats 24 GB RAM.

assumption: at use of a NVIDIA GPU and setting shader cache to unlimited it can cause that the own shader cache of the GPU driver can fill up your system because directx has only 500 MB shader cache and the NVIDIA driver is constantly swaping this out with a own cache, maybe this feature can cause crashes with elden ring because data from this cachsystem of the driver get swapped to the pagefile during the bad coding NVIDIA use for it but i think there is too much stuff running in background at your system that 24 GB get swapped to pagefile.

BTW it makes no sense what you are want to telling us, the pagefile is only used for data that is not in use, by apps that running in background, like browsers, discord and other apps that do not interact with the infront running program.

the information it is a virtual RAM has nothing to do with it is used as active used RAM because this is not the case. The pagefile can not be used as active RAM it just stores Data (like websites, opend files) and not in use RAM segments of in background running apps, nothing more. If you alt tab to a app where the RAM segments are stored in the pagefile the system exchange RAM segments from the now in background running app with the data from the pagefiles and elden ring uses a secure memory allocation what means elden rings memory segments can not get stored in the pagefile at all because this function does not allow any swap to pagefiles of such a app.

in the case the secured allocated RAM uses most of the memory (what is not the case this game allocates always 4.8 GB and directx always 4.5 GB (what is the maximum directx can allocate this way) you will encounter a massive slowdown because windows has to swap many own RAM parts.

i now also tried to reach the maximum usage by open many browser windows and like expected i get a windows error that there is not enough memory to open a new window but elden ring runs and does not crash (like expected by the secure memory allocation it uses).

i checked now at my other system where the pagefiles are not deactivated and set to automatic, since this system is running the pagefiles never reached more than 5 GB so indeed something you are running in background or the NVIDIA unlimited shader caching cause your massive pagefile usage.
Last edited by dark-breed; Jan 27, 2023 @ 2:25am
JellyPuff Jan 27, 2023 @ 2:35am 
Originally posted by dark-breed:
BTW it makes no sense what you are want to telling us, the pagefile is only used for data that is not in use, by apps that running in background, like browsers, discord and other apps that do not interact with the infront running program.
Aside from games being able to page out too that's not what i was even claiming. A common reason for stutter in games, is having less RAM, then what the game needs so when a game loads paged-out data into memory again in order to be processed, it can cause stuttering.

At this point, you're reading what you want to read and seem to argue just for the sake of it, while needlessly overcomplicating things for no apparent reason. OP's game crashed. OP enabled the page-file and the game stopped crashing. End of story.
dark-breed Jan 27, 2023 @ 2:37am 
Originally posted by JellyPuff:
Originally posted by dark-breed:
BTW it makes no sense what you are want to telling us, the pagefile is only used for data that is not in use, by apps that running in background, like browsers, discord and other apps that do not interact with the infront running program.
Aside from games being able to page out too that's not what i was even claiming. A common reason for stutter in games, is having less RAM, then what the game needs so when a game loads paged-out data into memory again in order to be processed, it can cause stuttering.

At this point, you're reading what you want to read and seem to argue just for the sake of it, while needlessly overcomplicating things for no apparent reason. OP's game crashed. OP enabled the page-file and the game stopped crashing. End of story.

games can not pageout anything to the pagefile this is nonsense, the pagefile is only controlled by windows and the memory sheduler of windows.
If a game want to cache something it has a own cachefile.

a other app/software is not able to access the pagefile because the access to the pagefile is SYSTEM only (elevated security rights, root rights) there is also no function for a software existant that can force writes from memory segments or data in memory to the pagefile.

i do not reading what i want, i tell you that you have false knowledge about what the pagefile is and how it works.
Last edited by dark-breed; Jan 27, 2023 @ 2:42am
< >
Showing 61-67 of 67 comments
Per page: 1530 50

Date Posted: Dec 13, 2022 @ 10:05pm
Posts: 67