12
3
All of a sudden a couple days ago, my Chrome browser (v. 37, on Win7 desktop) stopped working. It just displays the "Google Dinosaur" with the message "Unable to connect to the Internet" (Error code: DNS_PROBE_FINISHED_NO_INTERNET). However, IE and Firefox have no problems. Also, another computer on my home network has no problems with Chrome, which rules out any router issues. I have tried:
- rebooting the computer
- resetting Chrome (deleting all Content & Cookies; restoring all default browser settings)
- launching Chrome with no extensions, as well as in incognito mode
- disabling all extensions manually
- uninstalling and re-installing Chrome
- temporarily disabling my virus protector (Microsoft Security Essentials)
- typing in IP addresses directly
- Command Prompt (Run as Admin):
netsh winsock reset
(+ Restart) - Clear the host cache (in chrome://net-internals/#dns)
- growling fiercely at the computer
Nothing helped. (Except the last one, which made me feel slightly better, but didn't resolve the issue). Any other suggestions?
UPDATE: I just realized that I can't even access my router using Chrome (typing the direct IP address), although, again, IE and FF have no problems there either.
UPDATE #2: After following the suggestion to Clear the Host Cache, the cache list began populating with several entries (all **.google.com sites) with this note in the Address field: error: -137 (ERR_NAME_RESOLUTION_FAILED)
(a problem which was discussed, though not solved, recently). I assume it is all part of the same underlying problem.
UPDATE #3: As @FredsBend's link pointed out, this is a known (and apparently widespread) issue that is being tracked and investigated by the fine folks at Chromium. Star the bug at crbug.com/399968 to get notified of a fix.
Win+R -> netsh winsock reset -> Restart – crazypotato – 2014-09-01T07:46:20.790
@crazypotato: Good idea, but it didn't help. – kmote – 2014-09-01T17:55:46.527
1
Try check portable chrome for make sure its only issue with your current installed Chrome. People says help if reinstall or update wi-fi router(have you it?) driver.
– crazypotato – 2014-09-03T08:15:04.570I have the same problem as the poster. @crazypotato portable chrome worked for me... – robev – 2014-09-04T11:21:59.863
http://superuser.com/questions/203674/how-to-clear-flush-the-dns-cache-in-google-chrome – crazypotato – 2014-09-04T21:12:16.420
1@crazypotato: your link had a good suggestion ("Clear host cache"), but unfortunately it still didn't resolve the issue. – kmote – 2014-09-05T04:28:52.103
initial install of portable chrome does seem to work. I've never heard of it before, however, so I don't know what the differences are between it and regular Chrome, or whether it can be a suitable alternative. I'll play with it for a while and see. – kmote – 2014-09-05T04:40:13.307
Try turning off any proxy that might be on. Open the Setting tab in Chrome, select the Change Proxy Settings button, click the LAN Settings button and unselect any proxy. – LDC3 – 2014-09-05T04:54:03.803
You should try everything what was in previously link. Not only accepted answer. Also you should check whole PC for malware for example with Malwarebytes Anti-Malware or another software.
– crazypotato – 2014-09-05T11:31:20.530Have you tried kicking it yet? This also recently happened to me (can't connect to router either), and it seems others as well. There might be some kind of bug. Good luck getting an earlier version of Chrome. There doesn't seem to be any page to get one version or another. Just the current one. – 287352 – 2014-09-05T21:41:44.723
1
This is apparently common: https://productforums.google.com/forum/#%21msg/chrome/ryQ4d-ai3zg/89MzruutA2oJ I'm tending toward a windows update sending chrome down a fubar path. I recall allowing an update just before mine stopped working.
– 287352 – 2014-09-05T21:56:08.510@fredsbend here or here some old versions chrome. Installers have digital sign so its probably safe to use. Probably some old versions already in your hard drive.
– crazypotato – 2014-09-06T12:13:39.233What happens when you browse to yourself? Instant death or a timeout/connection refused error?
– Daniel B – 2014-09-06T21:12:02.280I know for certain now that it is not any specific version number. I have the issue on three computers and not on a fourth. The most up to date Chrome version today is
Version 37.0.2062.120 m
I completely uninstalled on one computer and reinstalled to get this newest version on one computer and the issue persists. I updated to this version on the computer without the issue and the problem does not manifest. I will try a windows update on that computer to see if it screws it up. – 287352 – 2014-09-11T00:42:04.937I can't seem to submit a new answer, so I'm dropping a comment here even though this question is really old. I followed the chromium bug linked in #3 update from OP, and the latest update goes to a youtube video which has this solution: Solution 1 Commands: Start> Find or Search> Type " cmd"> Right click the CMD Icon> Select "Run as Admin.."> Copy & Paste and Enter each of the following comands one at the time.> then type EXIT > Enter > Restart Computer.
This fixed it for me. – Fuzz Evans – 2016-09-30T21:00:07.087