How to Fix DarkSoulsIII.exe Application Error on Windows

The DarkSoulsIII.exe application error is a super dumb error that can occur randomly, sometimes at launch or sometimes mid-game. Which usually leads to crashes, freezes, or the game going unresponsive. It's also often accompanied by error messages related to DirectX or Visual C++ Redistributables. So in this guide, we'll be walking you through all the currently known solutions.

How to Fix DarkSoulsIII.exe Application Error on Windows

For whatever reason Visual C++ Redistributables are always causing problems but they are easily fixed by doing the following.

Alternatively, you can grab a bulk Visual C++ Redistributables installer and use it.

Solutions to Fix the DarkSoulsIII.exe Error

If it isn't Visual C++ issues causing this problem it is probably a DirectX issues so work through the following steps.

Repair .NET Framework

Another really dumb issue that you wouldn't think could happen on Windows 10 or 11. But it still doesn't. So here's the fix.

Reinstall your GPU Drivers using Display Driver Uninstaller (DDU)

Clean install your graphics drivers with DDU. Don't bother using the Windows tools.

The reason we do things this way is to prevent Windows from installing Generic Drivers as soon as it detects an issue.

Repair Corrupted System Files

System file corruption can cause application errors. To repair them:

sfc /scannow

dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth

Verify Integrity of Game Files

Steam provides an option to check and repair corrupted game files:

Reinstall Dark Souls III

This ones quite obvious, but give it a go anyway.

Comments