Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
It appears that your current installation of the Visual C++ Runtime is corrupted, which is preventing both the game from running and the installer from repairing itself. You can resolve this by following these steps:
- Use the Microsoft Install and Uninstall Troubleshooter
Since the standard uninstaller cannot find the .msi file, use this official tool to force-remove the corrupted registry keys:
Download the tool from the official Microsoft Support page.
Run the program and select "Uninstalling."
Look for any entries labeled "Microsoft Visual C++ 2015-2022 Redistributable (x64)" or "2017" / "2019" and select them to be removed.
- Download and Install the Latest All-in-One Redistributable
Once the corrupted versions are removed, you must reinstall the latest package:
Go to the Official Microsoft Download Page.
Download and install both the vc_redist.x86.exe (for 32-bit support) and vc_redist.x64.exe (for 64-bit support). Most modern games require both to function correctly.
- Run a System File Check (SFC)
If you still encounter issues, your Windows system files might be damaged:
Search for CMD in your Start menu, right-click it, and select "Run as Administrator."
Type sfc /scannow and press Enter.
Once the process reaches 100%, restart your computer and try launching the game again.