A user reports that a CAD rendering application unexpectedly crashes every time a 3D model export is initiated on a Windows 11 workstation. The technician inspects the Windows Event Viewer Application log and identifies Event ID 1000 indicating an application crash with faulting module `nvlddmkm.sys` and exception code `0xc0000005`. Task Manager confirms that overall CPU and system RAM usage remain below 35% prior to the crash. Which of the following is the most appropriate next step to resolve the application crash?
- Update or perform a clean reinstallation of the dedicated graphics card driver.Answer
- BExecute `sfc /r` from an elevated Command Prompt to repair the corrupted driver file.
- CUse the System Control Panel applet to increase the virtual memory paging file size.
- DPerform an immediate clean reinstallation of the Windows operating system.
Answer
Update or perform a clean reinstallation of the dedicated graphics card driver.
In Windows Event Viewer, Event ID 1000 signifies an application crash and specifies the faulting module name. The file extension `.sys` and prefix `nvlddmkm` point directly to the Nvidia graphics driver subsystem. Because resource monitoring showed low RAM and CPU usage, hardware exhaustion is ruled out, making a clean reinstallation or update of the graphics display driver the correct targeted solution.
Step-by-Step Solution
Key Concept
Troubleshooting Application Crashes using Event Viewer Log Analysis