📎 AI Summary:
The thread discusses a user's issue with game crashes on Windows, and several responses provide troubleshooting steps including system scans with sfc and DISM, updating graphics drivers, and using DDU to clean uninstall and reinstall GPU drivers. The overall focus is on resolving possible system corruption or driver issues causing the crashes. The initial poster thanks others for sharing the useful troubleshooting advice.
The thread discusses a user's issue with game crashes on Windows, and several responses provide troubleshooting steps including system scans with sfc and DISM, updating graphics drivers, and using DDU to clean uninstall and reinstall GPU drivers. The overall focus is on resolving possible system corruption or driver issues causing the crashes. The initial poster thanks others for sharing the useful troubleshooting advice.
Solution
Hi,
please run these scans to check on system corruption:
Open an admin command prompt:
You can find it in the start menu under windows system, simply right click and choose the following prompts:
Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
Download a fresh copy of the latest driver for your card:
Download The Latest Official GeForce Drivers
Download this application called DDU or Display driver uninstaller:
Display Driver Uninstaller (DDU) V18.0.2.4 released. - Wagnardsoft Forum
Boot into safe mode and run the DDU as administrator, this...
please run these scans to check on system corruption:
Open an admin command prompt:
You can find it in the start menu under windows system, simply right click and choose the following prompts:
Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
Download a fresh copy of the latest driver for your card:
Download The Latest Official GeForce Drivers
Download this application called DDU or Display driver uninstaller:
Display Driver Uninstaller (DDU) V18.0.2.4 released. - Wagnardsoft Forum
Boot into safe mode and run the DDU as administrator, this...
kemical
Essential Member
- Joined
- Aug 28, 2007
- Messages
- 36,163
Hi,
please run these scans to check on system corruption:
Open an admin command prompt:
You can find it in the start menu under windows system, simply right click and choose the following prompts:
Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
Download a fresh copy of the latest driver for your card:
Download The Latest Official GeForce Drivers
Download this application called DDU or Display driver uninstaller:
Display Driver Uninstaller (DDU) V18.0.2.4 released. - Wagnardsoft Forum
Boot into safe mode and run the DDU as administrator, this will remove not only the driver but any associated corruption.
Boot back into windows and reinstall the fresh driver.
Post back if this doesn't help
please run these scans to check on system corruption:
Open an admin command prompt:
You can find it in the start menu under windows system, simply right click and choose the following prompts:
Type:
sfc /scannow
press enter and await results
In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).
Download a fresh copy of the latest driver for your card:
Download The Latest Official GeForce Drivers
Download this application called DDU or Display driver uninstaller:
Display Driver Uninstaller (DDU) V18.0.2.4 released. - Wagnardsoft Forum
Boot into safe mode and run the DDU as administrator, this will remove not only the driver but any associated corruption.
Boot back into windows and reinstall the fresh driver.
Post back if this doesn't help
Last edited by a moderator:
blackmagicislam
Well-Known Member
- Joined
- Jan 18, 2018
- Messages
- 185
This information is really unique thanks for share it.