出現這樣的錯誤訊息與畫面

Google了一下, 在Google官方的一個網站 code.google.com 找到了下面這篇文章
The application failed to initialize properly (0xC0000005). Sandbox conflict with Symantec Security.
兩位網友寫出了方法,引用如下:
Comment 38 by chw131, Today (8 hours ago)
Adding --no-sandbox at the end of the "target" line in the Google Chrome shortcut on
the desktop icon. This work around works for my PC w/ XP, SP3, SEP 11.0.2010.25.
Comment 39 by matt...@marcuccio.com, Today (8 hours ago)
Right click your shortcut to "Google Chrome" and click Properties. In the target
text field, add a space then --no-sandbox right after the ending quotation mark. Run
using this shortcut and it should work :)
引用網址為 http://code.google.com/p/chromium/issues/detail?id=38
------------------------------------------------------------------------------------------------------------------------------
也就是說在你的捷徑上按右鍵-->內容 找到他的路徑, 把原先的路徑

"C:\Documents and Settings\User name\Local Settings\Application Data\Google\Chrome\Application\chrome.exe"
加上 " --no-sandbox" 改成
"C:\Documents and Settings\User name\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --no-sandbox
請注意使用者名稱的地方,不要也跟著複製進去耶!!! 然後 --前面是有"空格"喔!
目前測試起來就都OK了,希望新版能改善嘍....
==============================================================
補充一下...
當使用Chrome的 "建立應用程式捷徑"時... 也會有一樣的問題發生, 例如我在"工具列"的捷徑,
一樣要加上" --no-sandbox"
那如果是在Rocket Dock 上的捷徑呢?
在參數的欄位打上"--no-sandbox" 這裡就不用空格了!





























































































