Home » Browsers & Hacks

The application failed to initialize properly (0xc0000005):Google chrome

 September 4, 2008 34 Comments

Google chrome’s “application failed to initialize properly (0xc0000005)error have some temporary fixes.Google chrome (chrome.exe) did not work for me initially, and I got the Google chrome error
 

“The application failed to initialize properly (0xc0000005).Click on OK to terminate the application.”


I was disappointed and doing a search revealed that several people were reporting the same problem on various windows platforms including windows vista (SP1, ultimate), windows XP3 or windows XP2.So the error seem to have been triggered in different versions of windows vista and windows XP platforms and it is not specific to any one of them.Also, the bug was reportedly caused by “Symantec Endpoint Protection“, though in my case, I was not using any symantec product. 
 
If you faced “The application failed to initialize properly (0xc0000005).Click on OK to terminate the application.” error with google chrome (chrome.exe) and you are using symantec, then you could try the following steps: 

  • Back up the registry on an affected system
  • Open the registry on the Agent system by entering regedit from a run prompt
  • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysPlant
  • Open the Start DWORD
  • Change the value to 4 to disable the drivers
  • Reboot the system to commit the changes

The above registry solution to fix the Google chrome error was issued in symantec forums.Read it here.
 
 

The other easier solution is to run Google Chrome with --no-sandbox (with two dashes before “no”). To run it with the above option, edit the property of the shortcut you use to launch Google chrome and add the above option at the end of the “target” line (after the path to the chrome exe) i.e. Right click your shortcut to “Google Chrome” and click Properties. In the target text field, add a space then add --no-sandbox (with two dashes before “no”) right after the ending quotation mark. Run using this shortcut.However make sure that there is a space in between the ending quotation mark and the --no-sandbox option that you add.You could find a shortcut to google chrome on your desktop.Also note that you should use two dashes before “no”.See the pic. below. 

google-chrome-0xc0000005
 
You are in effect loosing the sandbox effect of Google Chrome.

What is sandboxing in Google chrome?

Sandboxing is a special feature in Google chrome, to prevent malware from installing itself onto computer/PC.It also prevents what happens in one tab from affecting the other tabs i.e each tab runs as a seperate process and for each of these processes, all the rights have been stripped. 

processes sandboxed in google chrome
 
Hence, each of these processes are isolated and the websites/web applications you run via these processes can compute but they cannot write files to your hard drive or read files from sensitive areas like your documents or desktop
 

From the above, it is clear that sandboxing has lots of goodness and one would not like to loose this feature of google chrome. However note that sandboxing is only an additional security feature in google. 
 
Update: If you are facing crashes with Google chrome, it might be due to winhttp.dll. Read here how to resolve Google chrome crashes due to winhttp.dll

Filed under: Browsers & Hacks

34 Responses to “The application failed to initialize properly (0xc0000005):Google chrome”

  1. Soichi Hayashi said:

    I appreciate posting this article. I had exactly the same issue since Google released Chrome, and I haven’t been able to run it until today. I have Symantec Endpoint installed, and I couldn’t find information that was causing it until I read this article.

  2. Seo said:

    Great, it worked, thank you very much:)

  3. Yianis said:

    The registry solution worked for me like a charm.
    I am using WinXP SP2 and have Symantec Endpoint installed
    No problems with the machine afterwards (do shut-down and then restart)

  4. Aleria said:

    I was running into this problem and did not have any symantec software installed.
    Creating the –no-sandbox shortcut fixed the problem if I were opening Chrome from that shortcut to use it. But I have a few different programs that open a page in the default browser and do not access it using the shortcut. So this obviously meant that any pages these programs pulled up would still generate the error.
    I dug around in the registry and found out after trying a few different tweaks that there is a simple change that will make all chrome windows open in “no sandbox” mode. If people are happy with having to go without sandbox for now until Google can fix it, then this is a much heavier fix to make sure all Chrome windows that open will not get the error.

    In the registry you will need to use Find and locate a string listed as:
    “C:\Documents and Settings\jwaller\Local Settings\Application Data\Google\Chrome\Application\chrome.exe” — “%1″
    There will be many of them, so once you find the first one, double click on that string and replace it with:
    “C:\Documents and Settings\jwaller\Local Settings\Application Data\Google\Chrome\Application\chrome.exe” –no-sandbox — “%1″

    Just hit f3 to find the next one in the list and continue replacing them all with the –no-sandbox string.
    This will add the no sandbox rule to all Chrome windows no matter how they are being opened. Hope this helps.

  5. amit said:

    yes yes man it worked thank u very much

  6. Zubiar said:

    hey u really solved my gr8 problem with chrome.thanks

  7. Bila said:

    Thx a lot for this trick. It works for me ;)

  8. ally said:

    Omg thank you so much. My Chrome works again!

  9. bonyka said:

    Thank you so much. It does work. :)

  10. Chris said:

    FIXED!!!!

    thanks for posting the solution

Leave a Reply