Crashing Issues

Fixing any crash issues.

  • Make sure your window mode is "Fullscreen Borderless"

  • Turn your graphics down ( Using cheats does hurt fps slightly due to all the extra stuff on screen )

  • Make sure you followed ALL the first steps.

  • Disable any overlay software you might be using.

    • How to disable Overlays.

      If you have other Overlays, please use Google to assist you.

  • Make sure the product is updated.

  • Download and install DXSDK_Jun10.exe and all Visual C++ Redistributable.

  • Laptops are not fully supported, if you are on a laptop and are crashing, try uninstalling ALL Visual Studio Runtime Packages and reinstalling them with the provided links above. Not guaranteed to work.

Clean/Repair Corrupted files in your PC

Run Command Prompt as Administrator and paste following command and hit enter.

  1. Scans all system files and replaces corrupted or incorrect files

SFC /scannow
  1. Scans all system files at once

SFC /scanonce
  1. Scans all system files at boot each time the system is restarted.

SFC /scanboot

Last updated