EXCEPTION ACCESS VIOLATION error – how to fix

When starting a game or program, and sometimes while working with them, you may encounter an Exception Access Violation error, the title of the window may contain information about Unhandled Exception, Unexpected Error or Fatal Error, in the text – codes like 0xc0000005 or an indication of a DLL. The error is typical for Windows 10, previous versions of the system and, with a high probability, will remain in Windows 11.

This manual describes possible ways to fix the Exception Access Violation error, which, in fact, usually boils down to the inability of any program or game module to access the desired area of ​​RAM.

  • Antivirus software and Exception Access Violation
  • DEP (Data Execution Prevention)
  • Additional methods to fix the error
  • Video instruction

Exception Access Violation as a result of antivirus software

Among the most common reasons for an error in a Russian-speaking user, especially when using unlicensed games or programs, is an antivirus: built-in Windows Defender or some third-party.

Possible actions to fix Exception Access Violation for this case:

  1. Check if the error persists if you temporarily disable your antivirus.
  2. Add the program or game folder to the antivirus exclusions. If you are using Windows Defender, you can do this by opening Windows Security – Virus & Threat Protection – Manage Settings and adding the desired folder in the Exceptions section.

DEP

Memory Execution Prevention may also cause the error in question for some programs, try disabling it. For this:

  1. Press Win + Rkeys on your keyboard, type cpl and press Enter.
  2. On the Advanced tab, in the Performance section, click the Options button.
  3. Click the Data Execution Prevention tab, select Enable DEP for all programs and services except those selected below, and add the executable file of the program or game that is causing the Exception Access Violation error to the list. Apply the settings.

Additional ways to fix the error

The above two methods most often return operability and are a solution to the problem, but not always. Additionally, you can try the following methods:

  1. For relatively old software, try running the program or game in compatibility mode with the previous version of the OS, for more details: Windows 10 compatibility mode .
  2. If the error began to appear in a program that previously worked properly on the same computer, try using system restore points for the date when the problem was not yet observed.
  3. In case you encounter a problem after reinstalling Windows on your computer or laptop, manually install all the original device drivers, including the chipset drivers. Manually – this is not using “Update driver” in the device manager, but by downloading drivers from the official website of the manufacturer of the motherboard or laptop.
  4. Try to run the program or game as administrator .
  5. Check the RAM for errors , this factor can also be the cause of the Exception Access Violation error.
  6. Sometimes the error occurs after manually adding DLLs to the system in the C: \ Windows \ SysWOW64 and C: \ Windows \ System32 folders. Sometimes these are not working DLLs, sometimes – the bitness of the library does not match the location.
  7. For JAVA programmers: it is reported that an error can occur when x64 systems in the PATH specify SysWOW64 before System32.

Also, if we are talking about a program downloaded from the Internet (from an unofficial site), you can try to remove it and then download it from another source.

 

by Abdullah Sam
I’m a teacher, researcher and writer. I write about study subjects to improve the learning of college and university students. I write top Quality study notes Mostly, Tech, Games, Education, And Solutions/Tips and Tricks. I am a person who helps students to acquire knowledge, competence or virtue.

Leave a Comment