Google Earth crashes when opened

I recently downloaded the Google Earth .deb file for 64-bit from here. And I installed it with:

sudo dpkg -i google-earth-stable_current_amd64.deb

And I of course also installed all of the other necessary dependencies with:

sudo apt-get install -f

Which Google Earth depends on. But now when I start Google Earth with:

google-earth

It launches, stays open for about 10 seconds, and then exits. From opening it to it closing this is what I see in Terminal:

[0628/171243:ERROR:net_util.cc(2195)] Not implemented reached in bool net::HaveOnlyLoopbackAddresses()
[0628/171244:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171244:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171244:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171244:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/161245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/161245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171245:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171246:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171247:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171247:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171247:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171247:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171247:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171249:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171249:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171249:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171249:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171250:WARNING:backend_impl.cc(1875)] Destroying invalid entry.
[0628/171253:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171253:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171253:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171253:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.
[0628/171254:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler.


Another crash happened while handling crash!

I am not sure of the meaning of these error messages, and what I should do about them to stop it from only lasting 10 seconds. So is there anyway I can fix this? Or is this some sort of bug? If so, where should I report it?


OS Information:

Description:    Ubuntu 15.04
Release:    15.04

Package Information:

google-earth-stable:
  Installed: 7.1.4.1529-r0
  Candidate: 7.1.4.1529-r0
  Version table:
 *** 7.1.4.1529-r0 0
        100 /var/lib/dpkg/status

The solution is to remove (or rename) the ~/.googleearth directory.

  1. Close Google-Earth
  2. Rename the directory

    mv ~/.googleearth ~/old_googleearth 
    
  3. Start Google-Earth and be happy.

Well, with Fedora 23 this didn’t help. I had to install the 32 bit version of Google-Earth. At least it works now.


I have the same problem .. the only way to fix it as far as I know and according to the other forums about googe earth crashing on start up is on start - up just try not to move the mouse and wait for it to be stable (like when the earth has been fully loaded) It works for me .. so give it a try


The only workaround for me was to disconnect from the Internet before starting the program.

I downloaded the latest version of google-earth-stable_current_amd64.deb and installed it by Ubuntu Software. I am using Ubuntu 16.04.

The better solution to my mind is to install such unstable programs on Virtualbox. But what could I do if the Virtualbox didn't install?