google earth 启动崩溃
-
- 帖子: 14
- 注册时间: 2009-08-05 20:50
google earth 启动崩溃
下载安装google earth最新版,安装QT4,然后删除安装目录下四个qt文件,中文乱码问题解决了,但启动1秒就崩溃。呃...不知道大家有没有遇到这个问题。
-
- 帖子: 68
- 注册时间: 2009-04-23 15:37
Re: google earth 启动崩溃
我以前装过,一开始那几次没什么问题。后来不知道为什么一进去就一直停在黑色星空里,没有地球出现。那可真是相当的郁闷啊。
-
- 帖子: 68
- 注册时间: 2009-04-23 15:37
Re: google earth 启动崩溃
我以前装过,一开始那几次没什么问题。后来不知道为什么一进去就一直停在黑色星空里,没有地球出现。那可真是相当的郁闷啊。
-
- 帖子: 7
- 注册时间: 2008-02-08 10:31
Re: google earth 启动崩溃
和楼主有同样的遭遇, 似乎没有好的解决方法.
不过有CrashLog可以查阅
位置在:
~/.googleearth/crashlogs/
不过有CrashLog可以查阅
位置在:
~/.googleearth/crashlogs/
-
- 帖子: 18
- 注册时间: 2010-04-26 8:59
Re: google earth 启动崩溃
ibuntu@ibuntu-671DX-968 ~ $ googleearth
/usr/bin/googleearth: line 5: warning: setlocale: LC_NUMERIC: cannot change locale (en_US.UTF-8): 没有那个文件或目录
(process:2277): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Google Earth has caught signal 11.
We apologize for the inconvenience, but Google Earth has crashed.
This is a bug in the program, and should never happen under normal
circumstances. A bug report and debugging data have been written
to this text file:
/home/ibuntu/.googleearth/crashlogs/crashlog-4d21b93d.txt
Please include this file if you submit a bug report to Google.
这个是啥原因 我也是启动不了。。。
/usr/bin/googleearth: line 5: warning: setlocale: LC_NUMERIC: cannot change locale (en_US.UTF-8): 没有那个文件或目录
(process:2277): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Google Earth has caught signal 11.
We apologize for the inconvenience, but Google Earth has crashed.
This is a bug in the program, and should never happen under normal
circumstances. A bug report and debugging data have been written
to this text file:
/home/ibuntu/.googleearth/crashlogs/crashlog-4d21b93d.txt
Please include this file if you submit a bug report to Google.
这个是啥原因 我也是启动不了。。。
-
- 帖子: 97
- 注册时间: 2006-10-15 14:20
- Boneflame
- 帖子: 420
- 注册时间: 2010-07-10 1:19
- 系统: 洗发水
- 来自: G+阿卡林部
- 联系:
Re: google earth 启动崩溃
我也一样啊,GE 6 beta,官网上下的deb包SivaCoHan 写了:我googleearth无法启动
∧_∧::
(´・ω・`)::
/⌒ ⌒)::
/ へ__/ /::
(_\\ミ)/::
| `-イ::
/y )::
// /::
/ /::
( く:::
|\ ヽ:::
(´・ω・`)::
/⌒ ⌒)::
/ へ__/ /::
(_\\ミ)/::
| `-イ::
/y )::
// /::
/ /::
( く:::
|\ ヽ:::
-
- 帖子: 1
- 注册时间: 2011-08-12 20:52
Re: google earth 启动崩溃

替换文件,在终端运行下面代码:
cd /opt/google/earth/free/
sudo rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-webkit libfreeimage3
修改文件:
sudo gedit /opt/google/earth/free/googleearth
在(最后一行):
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin “$@”
前面加上:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
然后保存。
接着从新打开谷歌地球就可以了。



-
- 帖子: 2
- 注册时间: 2011-09-01 19:18
Re: google earth 启动崩溃
[quote="leixiaozeng"]
办法我有呀!!
替换文件,在终端运行下面代码:
cd /opt/google/earth/free/
sudo rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-webkit libfreeimage3
修改文件:
sudo gedit /opt/google/earth/free/googleearth
在(最后一行):
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin “$@”
前面加上:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
然后保存。
接着从新打开谷歌地球就可以了。
按照楼上方法尝试依然启动google-earth不到2秒后自动关闭!
无解中……
出现的问题如同以下
[quote="lsxzx"]ibuntu@ibuntu-671DX-968 ~ $ googleearth
/usr/bin/googleearth: line 5: warning: setlocale: LC_NUMERIC: cannot change locale (en_US.UTF-8): 没有那个文件或目录
(process:2277): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Google Earth has caught signal 11.
We apologize for the inconvenience, but Google Earth has crashed.
This is a bug in the program, and should never happen under normal
circumstances. A bug report and debugging data have been written
to this text file:
/home/ibuntu/.googleearth/crashlogs/crashlog-4d21b93d.txt
Please include this file if you submit a bug report to Google.

替换文件,在终端运行下面代码:
cd /opt/google/earth/free/
sudo rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-webkit libfreeimage3
修改文件:
sudo gedit /opt/google/earth/free/googleearth
在(最后一行):
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin “$@”
前面加上:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
然后保存。
接着从新打开谷歌地球就可以了。
按照楼上方法尝试依然启动google-earth不到2秒后自动关闭!
无解中……
出现的问题如同以下
[quote="lsxzx"]ibuntu@ibuntu-671DX-968 ~ $ googleearth
/usr/bin/googleearth: line 5: warning: setlocale: LC_NUMERIC: cannot change locale (en_US.UTF-8): 没有那个文件或目录
(process:2277): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Google Earth has caught signal 11.
We apologize for the inconvenience, but Google Earth has crashed.
This is a bug in the program, and should never happen under normal
circumstances. A bug report and debugging data have been written
to this text file:
/home/ibuntu/.googleearth/crashlogs/crashlog-4d21b93d.txt
Please include this file if you submit a bug report to Google.
-
- 帖子: 1
- 注册时间: 2011-09-22 13:24
Re: google earth 启动崩溃
办法我有呀!!
替换文件,在终端运行下面代码:
cd /opt/google/earth/free/
sudo rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-webkit libfreeimage3
修改文件:
sudo gedit /opt/google/earth/free/googleearth
在(最后一行):
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin “$@”
前面加上:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
然后保存。
接着从新打开谷歌地球就可以了。
--------------------------------------------------------------------
启动没有问题,但进入后查看图片会自动弹出!求解!
替换文件,在终端运行下面代码:
cd /opt/google/earth/free/
sudo rm libQtCore.so.4 libQtGui.so.4 libQtNetwork.so.4 libQtWebKit.so.4
sudo apt-get install libqt4-core libqt4-gui libqt4-network libqt4-webkit libfreeimage3
修改文件:
sudo gedit /opt/google/earth/free/googleearth
在(最后一行):
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin “$@”
前面加上:
export LD_PRELOAD=/usr/lib/libfreeimage.so.3
然后保存。
接着从新打开谷歌地球就可以了。
--------------------------------------------------------------------
启动没有问题,但进入后查看图片会自动弹出!求解!