I recently solved this problem by removing the duplicate of my account in the beginning of the Preferences file.
Open: %UserProfile%\AppData\Local\Google\Chrome\User Data\Default\Preferences
And locate (probably at the top of the file)
"account_info": [ {
"account_id": "address@gmail.com",
"email": "adress@gmail.com",
"gaia": "256524851203586575245"
}, {
"account_id": "adress@gmail.com",
"email": "adress@gmail.com",
"gaia": "256524851203586575245"
} ],
I removed the duplicate, so i ended up with:
"account_info": [ {
"account_id": "address@gmail.com",
"email": "adress@gmail.com",
"gaia": "256524851203586575245"
} ],
This kept all my extensions and preferences. And this hasn't opened multiple tabs after start-up or given the "Google Chrome didn't shut down correctly" message even after shutting down windows without closing chrome.
(I did notice that the array contained a duplicate account again after a while but it didn't cause any problems.)
I'm having this same problem. Whenever I shut down my computer, and then open Chrome after signing in again, I get the "Chrome didn't shut down correctly" message. It always happens when I don't close Chrome before shutting down, but sometimes it happens even when I do. – Michael Hoffmann – 2014-12-16T07:19:41.947
Are you exiting out of Chrome before your shut down? Do you also have Chrome running in background checkbox on? – Sun – 2014-12-18T18:57:52.870
Chrome shouldn't be crashing. You should disable your extensions to verify the error message still happens. – Ramhound – 2014-01-06T13:27:51.573
@Ramhound the only extension I have is adblock plus – user44517 – 2014-01-06T15:57:42.033
@avirk I tried that among different methods but it keeps showing that message, I uninstalled chrome several times but the problem keeps coming back – user44517 – 2014-01-06T16:02:01.663
It could be that extension have you tried my suggestion? – Ramhound – 2014-01-06T17:07:27.090
@Ramhound yes, I uninstalled all extensions, but it still shows that error after I exit and open chrome – user44517 – 2014-01-06T17:10:22.693