here something for the Exception code: 0xc0000005
there is no guarantee this will work if think you need to reboot you pc try doing a ram check and that before you reboot your pc
- Windows Installation Error
The error halts the Windows OS installation and is mostly related to temporary hardware issues with the RAM or corrupt hard drive due to bad sectors.
Error: Windows installation encountered an unexpected error ….
- Access Violation Error
The error occurs when a program in Windows attempts to access a location or data from a location that is not assigned to it. This can occur with any Windows application due to registry issue, faulty RAM, corrupt drivers, virus infection, or incorrect security update, etc.
Error: Exception: Access violation error (0xc0000005) at ….
- Application unable to start
The error pops up when you launch a program installed on your Windows PC such as Mozilla, VLC, Chrome browser, game, etc. Mostly, re-installation doesn’t help in fixing the issue as it’s caused by some invalid, unsigned, or incomplete DLL files that helps software to run on Windows platform.
Error: The application was unable to start correctly (0xc0000005)
- Check RAM
Turn off the system and replace the RAM with other RAM. You may also swap RAM slots and then boot the system. Check if the error still persists. Swapping of RAM is required when there is a physical damage to RAM connectors or hardware.
Also, run a memory diagnostic test on your RAM using Memtest86
+ to fix the issue.
- Fix Registry
Corrupt registry files lead to serious issues in the system including this error code. If you have a backup of your registry files, you can restore your system’s registry and fix the problem. However, modifying registry files is a bit complex and can be dangerous for the system. Any invalid or improper alteration can lead to serious system consequences. Therefore, backup your current registry files before making any change. To fix registry, perform the following steps:
- Press ‘Windows + R’, type regedit, and hit ‘Enter’
- Navigate to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_Dlls
- Double click LoadAppInit_DLLs and modify the value from 1 to 0
- Click ‘OK’ to confirm the changes
- Close the Registry Editor Window and restart the system
Check if the error still pops up when you try to launch an application.
- Run SFC
SFC or System File Checker can help fix Windows system file corruption that might be causing this error. Running SFC scan is easy,
- Press Windows key and type cmd
- Right-click on ‘Command Prompt’ and choose ‘Run as Administrator’. A command prompt window appears
- Type sfc /scannow and hit Enter key
- Let the SFC scan to finish (It will automatically detect corrupt system files and will replace them with new from the cache)
- Turn off DEP
DEP or Data Execution Prevention is a Windows in-built system-level memory protection feature that protects your system from damage caused by viruses and other security threats. However, some programs are not compatible with DEP feature in Windows and cause a 0xc0000005 error. To turn DEP off,
- Sign in to Windows as Administrator
- Press ‘Windows+R’ and type sysdm.cpl. Hit Enter
- Click ‘Advanced’ tab and then click the ‘Settings’ button
- Click on Data Execution Protection tab and click ‘Turn on DEP for all programs and services except those I select’
- Click ‘Add’ button and then browse and add all the executable (.exe) files that are causing the issue
- Click ‘OK’
- Restart the system and try running the programs
- Run CHKDSK Utility
A corrupt hard drive or bad sectors on the drive can also lead to error code 0x0000005. You can run CHKDSK (check disk) utility to try to fix the disk corruption due to bad sectors.
Open command prompt in administrator mode and type chkdsk X: /f /r where X is the hard drive letter that needs repair and hit ‘Enter’ key.
- Use Hardware Troubleshooter
- Press Windows key, type Troubleshooting in Search Bar and press Enter
- In Windows 8 and later, click on ‘View All’ in the top left corner to display all built-in troubleshooters and then click on ‘Hardware and Devices’ to run the troubleshooter
- In Windows 10, scroll down and click on ‘Hardware and Devices’ and click ‘Run the troubleshooter’
- Wait for the troubleshooter to find the fixes. Click ‘Apply fixes’ and then restart the system
- Update Disk Drivers or Re-install them
Most probably, your system already has the latest driver. However, if you are facing any issue with the device, updating device driver fixes most of it and will ensure that your system has the latest fix for errors and bugs.
- Click ‘Windows’ key, type Device Manager and click on ‘Device Manager’
- Double-click on the Disk Drives and then right-click on the drive where the Windows and other programs are installed
- Choose Update Driver and then click Search automatically for updated driver software in the Update Driver dialog box
- Wait till Windows finds the driver. If it doesn’t find a new driver, download it from your disk manufacturer’s site and update by clicking on Browse my computer for driver software in the Update Drivers dialog box