Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Since it is Windows 11 it could be related to the actual problems Windows 11 has, this offset appeared the last two weeks for some ppl and in every case it was Windows 11.
Actuall there is not much left, i would say wait till Microsoft fixed the actual problems of the os before starting a system check and repair process.
Hi @dark-breed , I actually just saw someone with a similar post last week and read all your responses and came to the same conclusion. Thanks a lot for responding & for the good work helping people! seems like windows 11 might be the huge culprit. hopefully things can get some changes and differences for the better and the OS can run Elden ring better.
Take a look at this[support.microsoft.com] read carefully and follow instructions if you feel it's relevant to you.
Ty for the link. it seems informative and i've seen other people mention the same troubleshooting, but in this link specifically it never mentioned windows 11 so i'm not sure if it's relevant to me exactly. let me know though if i'm wrong.
sfc /scannow is a part of normal troubleshooting (beside the dism /online /cleanup-image /restorehealth command), the problem is ppl have to know a lot of stuff about the error logs to determine if this could help.
with your specific log the chance is low that both commands will find any error that could be related to the problem you have because it was tested before with ppl that got the same error log in windows 11 and it found nothing.
but yes you could go the whole repair process if you want to find out if it helps.
here it is: (it is the same for windows 10 and 11)
Open command prompt as Administrator and run these commands
type into your taskbar
cmd
click with the right mouse button onto the command prompt and use the option start as administrator
run this command
dism /online /cleanup-image /restorehealth
After this is finished
Sfc /scannow
Repair the c++ redistributables
https://aka.ms/vs/17/release/vc_redist.x86.exe
https://aka.ms/vs/17/release/vc_redist.x64.exe
Check device Manager for faulty drivers
Do a clean reinstall of the gpu driver by deinstall it with DDU and install it fresh.
delete shader cache and temporary files too to prevent errors related version conflicts of the GPU driver related shaders.
have to add: you could also check for bios updates, GPU firmware updates and reinstall the motherboard drivers form the manufacturer support page.
Windows 11 22H2
ryzen 5 5600
rx 6750 xt (23.11.1 driver)
16gb ram
Strange thing is the crash is not immediate. Visuals would freeze but the game still accepts input and I can hear the audio. It would crash maybe 10 seconds later.
It's unlikely to be an issue with the GPU driver then.
Maybe you've both stumbled on a bug in the game.
They both have the same error address.
If one GPU is AMD and the other is Nvidia, then the driver code is different. There is no chance at all the addresses of the errors would be the same in the drivers.
It has to be in the calling code. That'd be the game or the at the very least in DX12.
The communication offsets are identical with all gpu's in use because this game is using the OS api and not a direct gpu driver call.
Just to add: i analyse and fix problems of this kind since the release of this game.