Gateway GT4022 PC Desktop Logo
Malcolm Johnson Posted on Aug 09, 2013
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

0xc0000005 error Error 0xc0000005 can any body tell how to fix

1 Answer

Brian Sullivan

Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

  • Gateway Master 27,725 Answers
  • Posted on Aug 10, 2013
Brian Sullivan
Gateway Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Joined: Jul 19, 2010
Answers
27725
Questions
1
Helped
5669112
Points
79191

Click start control panel administrative tools computer management then select event viewer this may vary depending on what operating system you have
extend the events there you will see errors in red you will no what exactly what the error was and at what time it occured
Right click on the error message select properties you will see all details about the error
or click start type in event viewer press ENTER
this should give you some sort of understanding of the error and
you might be able work your way through the problem Stop Error 0Xc0000005 in Internet Explorer
"Access Violation (0Xc0000005 exception)" is a known problem with Internet Explorer 6.
When you try to open a web page in Internet Explorer 6 that has an opening HTML tag "<SPAN>" without a closing "</SPAN>" tag, this error can appear and render Internet Explorer nonfunctional.
Microsoft provides a hotfix to update versions of Internet Explorer 6 affected by this problem.

Visit the Microsoft Hotfix Request page for this error (see Below).
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=832823&kbln=en-us
Check the box next to "Internet Explorer 6.0."

Enter your email address in both boxes.
Microsoft will email the hotfix to this address, so be sure it is a valid email that you can access from the computer at which you are experiencing the error.

Type the letters you see in the box.
This confirms you are a human and not an automated bot.

Click "Request Hotfix."
Check your email for a message from Microsoft.
Click the download link in that email.
Save the .EXE download to your computer.
Double-click on the downloaded .EXE file when the download completes.
Follow the onscreen wizard instructions to complete the hotfix installation process.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How do I Fix Application Error 0xc0000005 on Windows 7 64-bit

why not ask the makers this, MS.

https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/application-error-0xc0000005/6224ae45-a251-4f21-b076-74524618d00a

the PC is corrupted OS. and may be virus infected.
test the HDD first then reload OS is only SURE cure.

w7 is not supported now so, good luck there...
0helpful
1answer

Why is it sayin unable to start correctly [0xc0000005]?

Go to http://windows-exe-errors.com/fix-windows-7-installation-error-code-0xc0000005/ and check everything
0helpful
1answer

0xc0000005 error

Its a system error.
  • 1st of all update the drivers that control your computer.
  • Scan your computer with an updated antivirus.
  • Use a system utility tool like RegInout to fix corrupt registry and windows files. It will also remove junk files from your computer.
Hope it works for you
1helpful
3answers

Whenever i click on my c drive it shows hmwfln.exe application error. application failed to initialize properly 0xc0000005. when i click d drive it shows hlgajw.exe application error 0xc0000005 and on e...

0xc0000005 error is one of the errors a PC user can face. This is a critical access violation error that needs a quick response. If this error is not addressed immediately, this problem might destroy the computer system. Because this error relates the computer memory, there is a huge tendency that you are going to experience computer freezes and slow down. The Windows operating system will run slow because of some system defects.
3helpful
1answer

Application error - the application failed to initialize properly (0xc0000005) when launch Import Media (HandyCam/Dics) application

The error 0xC0000005 is generated by an illegal "memory access violation". This can be caused by anything from faulty RAM, an incorrect/corrupt device driver, poorly written/updated software and more commonly under Windows XP Service pack 2, malware/adware installations.
Usually you get this error message when performing a specific task, and if that happens you need to check the corresponding 3rd party's website/support department to see if they are aware of the problem
..a while back symantec Antivirus caused the 0xC0000005 error with an additional message about a file called SAVRT.SYS . A simple software update to the Symantec Antivirus cured the problem.
So what can you do...? well below are a couple of suggestions:
0xC0000005 - Resolution Suggestion One:
In many cases this error has been generated by faulty RAM memory. So if you have just upgraded your computer with some new memory and you started getting this error then I would remove them and see if the error goes away. If it does then send the memory back and get a refund!

0xC0000005 - Resolution Suggestion Two:
In Windows XP Service Pack 2 Microsoft introduced Data execution prevention (DEP), a set of hardware and software technologies that perform additional checks on memory to help protect against malicious code exploits. In Windows XP SP2, DEP is enforced by both hardware and software.
Some software/application behaviors are incompatible with DEP - data execution prevention. Applications which perform dynamic code generation
(such as Just-In-Time code generation) and that do not explicitly mark generated code with Execute permission might have compatibility issues with data execution prevention. Applications which are not built with Safe SEH must have their exception handlers located in executable memory regions.
Applications that attempt to violate DEP will receive an exception with status code STATUS_ACCESS_VIOLATION (0xC0000005).
If an application requires executable memory, it must explicitly set this attribute on the appropriate memory by specifying PAGE_EXECUTE, PAGE_EXECUTE_READ, PAGE_EXECUTE_READWRITE or PAGE_EXECUTE_WRITECOPY in the memory protection argument of the Virtual* memory allocation functions.
If you are having issues with 0xC0000005 errors in DEP and a particular piece of software is causing the offense, contact the vendor for a resolution...
Note: It is possible to "Turn Off" DEP in the boot.ini file but this really would be a last step!
/NOEXECUTE
This option is only available on 32-bit versions of Windows when running on processors supporting no-execute protection. It enables no-execute protection (also known as Data Execution Protection - DEP), which results in the Memory Manager marking pages containing data as no-execute so that they cannot be executed as code. This can be useful for preventing malicious code from exploiting buffer overflow bugs with unexpected program input in order to execute arbitrary code. No-execute protection is always enabled on 64-bit versions of Windows on processors that support no-execute protection.
There are several options you can specify with this switch:
/NOEXECUTE=OPTIN Enables DEP for core system images and those specified in the DEP configuration dialog.
/NOEXECUTE=OPTOUT Enables DEP for all images except those specified in the DEP configuration dialog.
/NOEXECUTE=ALWAYSON Enables DEP on all images.
/NOEXECUTE=ALWAYSOFF Disables DEP. (This setting doesn't provide any DEP coverage for any part of the system, regardless of hardware DEP support. The processor doesn't run in Physical Address Extension (PAE) mode unless the /PAE option is present in the boot.ini file.)
0xC0000005 - Resolution Suggestion Three:
I have also seen this error in the gaming community when folks have updated drivers for their graphics card. If this happens just roll back your drivers.

0xC0000005 - Resolution Suggestion Four:
Microsoft Internet Explorer 6.0 stops responding when you try to open an HTML document or a Web page. Additionally, you receive the following error message:
Access Violation (0xC0000005 exception)
CAUSE:
This problem may occur when you use Internet Explorer 6.0 to open an HTML document or a Web page that contains SPAN tags. If a SPAN tag is not closed correctly by using the </SPAN> tag, an access violation may occur.
WHY are you using IE6 still??? Upgrade to IE 7 today!
...and that should have now resolved the 0xC0000005 error for you!

Please rate this fixya
Not finding what you are looking for?

185 views

Ask a Question

Usually answered in minutes!

Top Gateway Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Gateway Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...