Comment #56 on issue 124 by sergio.rod: Can't open any page http://code.google.com/p/chromium/issues/detail?id=124
Well, My system is running Windows XP Pro SP2, but this really doesn't matter, since there was no update to the Chrome version since the build 1.0.154.48 (check yours from the About option in the Chrome main window). The workaround to this problem was given on post 49. All you need to do is to pass the parameters: -no-sandbox to the chrome.exe executable instance. Modify the properties for the Google Chrome shortcut. Target: "D:\Documents and Settings\XXXXyourUserNameXXXXX\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" -no-sandbox If you selected Chrome as your default browser you will have to modify the registry entry for the command associated with the http protocol: Copy this into a .reg file and then double click it. Take into account, replace xxxxx with your username, the one you use to initiate a windows session onto your windows system. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\http\shell\open\command] @="\"D:\\Documents and Settings\\xxxxx\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe\" -no-sandbox \"%1\"" Thats it!, until the Google software boys decide to release a new version of this awesome browser without this restriction. It's a beta release after all ;) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
