14

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.

kmote
  • 2,582

4 Answers4

3

The problem is related to Chrome and a black list service that is new and apparently not ready. The blacklist service (wrongly) blocks some dll's, most common being one that is used by an internet filtering software called Covenant Eyes. According to Covenant Eyes customer support, the problem only exists on versions 4.5.3 and earlier. Upgrading to version 5, which requires a full uninstall of the previous version, will fix the issue.

There is a workaround that involves a simple registry edit. This is useful if you cannot upgrade Covenant Eyes for some reason or your issue is related to the Chrome blacklist service, but not Covenant Eyes.

Change registry value HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon\state from 1 to 0.

The registry edit workaround has mixed reviews on this page. Some say it works, but reverts back after closing Chrome. Others report that it works perfectly and they can close Chrome and it will not revert. The reason is not clear, but most with the Covenant Eyes issue are reporting that it is working perfectly for them. A few users without the Covenant Eyes issue have reported that the registry edit worked for them as well.


  1. I have personally tried the Regedit option and it worked and has not reverted after two opens and closes of Chrome. I have not tried upgrading Covenant Eyes. I will try that on a different computer without making the registry edit and report back.
  2. How to use the registry editor. Be cautious when using the registry editor. If you don't know what you are doing you can really mess up your computer.
1

The following link provides a workaround. Basically you run RegEdit from cmd and change HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon\status from 1 to 0.

After this you can close / open Chrome and it will keep working.

Mokubai
  • 95,412
0

You could try launching chrome in safe/no extensions/unsafe or some other mode (I know there are some options but dont remember which). Try connecting to a site typing ip address directly http://n.n.n.n ... maybe an issue with chrome using different dns path thanother browsers.

0

I found a solution in my case. My issue seems to be related Bitdefender anti-virus. When Bitdefender was in "Game mode" I could not connect to any site using Chrome. I turned "Game mode" off and restarted Chrome. This worked for me, even after turning "Game mode" back on. Let's see how long this solution lasts.