Access violation error (0xc0000005) whenever I try to open any program

1

I have a problem with my ASUS laptop (Windows 7 x64 Home Premium), where whenever I try to start any program (cmd.exe, explorer.exe, and various tools in control panel still work, but any 3rd party .exe files, iexplore.exe, MS Office apps - don't) - it crashes instantly with the following error message:

The application was unable to start correctly (0xc0000005). Click OK to close the application.

That error code, as far as I know, stands for STATUS_ACCESS_VIOLATION. And the problem started after windows update on (2016-Feb-10).

I am posting here as a last resort, since no matter how I tried to resolve this issue - it didn't work. The only remaining action would be complete reinstall, and I am trying to avoid that if possible.


What I tried:

  • Running sfc /scannow command in command prompt, since I've read that it might fix corrupted windows files. It found everything to be in order.
  • Running memtest (3 passes), since I've read that it might be an issue related to RAM failing. I doubted that it would find something, since the issues were related to non-essential, for Windows execution, applications, and I wasn't getting any BSODs. It didn't find any issues either.
  • Then, I thought that there may be some kind of virus infecting the computer. So, I created a Live Rescue USB stick with antivirus scanner on it, and booted the laptop from it, and ran full hard drive, In-Depth scan. No infected files detected.
  • Then, I thought that there may be issues with hard drive itself. So I ran chkdsk C: /F /R. No issues.
  • Then, I wanted to check S.M.A.R.T records of the hard drive, to see if it is failing. I downloaded a portable app which can check that. And then I realized that I can't run it, since it crashes, on startup like any other app. Then, I boot to safe mode, where, apparently, everything works fine, and applications don't crash on startup. But still, no issues reported in S.M.A.R.T records.
  • Then I tried to use tools such as Process Monitor to figure out what is happening before the applications crash. It had the same problem as any other application.
  • Then I tried to run System Restore to restore to a point before those updates. After doing the restore, and a reboot of a laptop, it said that it wasn't able to complete the process to to the error code 0x80070005 which stands for General access denied error, so it is more or less the same as the original error.
  • I started googling again, and found this article. But, since my Windows boot loader path doesn't contain xOsload.exe, but rather winload.efi, I assumed that it wouldn't help in my case.
  • Then, I saw this post. And, seeing that it is 2.5 years old, I didn't put much hope into it. I was right, after uninstalling the update in question, nothing changed.

So, I will be waiting on tips on how to solve this problem, without full reinstall (since that is, truly, the last resort). Thank you in advance.

windows-7
asked on Super User Feb 13, 2016 by Algirdas Preidžius • edited Mar 20, 2017 by Community

1 Answer

1

Had the exact same issues after the february 9 security updates hit my x64 Windows 7. Managed to narrow the issue down to update 3126587, just deleted it from command prompt and I'm no longer getting the xc0000005's.

So in command prompt, just enter: wusa.exe /uninstall /kb:3126587

You could also delete the update using windows updater in safe mode, the updater wouldn't show the list of installed updates for me in normal mode.

Hope that helps!

answered on Super User Feb 13, 2016 by IAA

User contributions licensed under CC BY-SA 3.0