分页: 1 / 1

google earth 启动崩溃

发表于 : 2010-08-01 22:13
woc2006
下载安装google earth最新版,安装QT4,然后删除安装目录下四个qt文件,中文乱码问题解决了,但启动1秒就崩溃。呃...不知道大家有没有遇到这个问题。

Re: google earth 启动崩溃

发表于 : 2010-08-02 14:06
zlming
我以前装过,一开始那几次没什么问题。后来不知道为什么一进去就一直停在黑色星空里,没有地球出现。那可真是相当的郁闷啊。

Re: google earth 启动崩溃

发表于 : 2010-08-02 14:06
zlming
我以前装过,一开始那几次没什么问题。后来不知道为什么一进去就一直停在黑色星空里,没有地球出现。那可真是相当的郁闷啊。

Re: google earth 启动崩溃

发表于 : 2010-08-05 12:59
lix
我安装完后乱码,删除Qt4文件后干脆启动不了

Re: google earth 启动崩溃

发表于 : 2010-08-12 16:52
woc2006
就没有解决办法吗?

Re: google earth 启动崩溃

发表于 : 2010-08-16 13:57
HopiTac
和楼主有同样的遭遇, 似乎没有好的解决方法.
不过有CrashLog可以查阅

位置在:
~/.googleearth/crashlogs/

Re: google earth 启动崩溃

发表于 : 2010-12-16 1:42
wx85105157
我也是这样 悲剧阿,就没有个解决办法么?

Re: google earth 启动崩溃

发表于 : 2011-01-03 20:03
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.
这个是啥原因 我也是启动不了。。。

Re: google earth 启动崩溃

发表于 : 2011-01-04 15:42
ivylw
me too.

Re: google earth 启动崩溃

发表于 : 2011-01-20 22:42
piip
我也是啊,有没有高手能解决这个问题啊。

Re: google earth 启动崩溃

发表于 : 2011-02-04 20:27
SivaCoHan
我googleearth无法启动

Re: google earth 启动崩溃

发表于 : 2011-02-05 23:37
Boneflame
SivaCoHan 写了:我googleearth无法启动
我也一样啊,GE 6 beta,官网上下的deb包

Re: google earth 启动崩溃

发表于 : 2011-08-12 20:55
leixiaozeng
:em02 办法我有呀!!

替换文件,在终端运行下面代码:
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
然后保存。
接着从新打开谷歌地球就可以了。

:em11 :em11 :em11

Re: google earth 启动崩溃

发表于 : 2011-09-01 19:24
cheng-86
[quote="leixiaozeng"]:em02 办法我有呀!!

替换文件,在终端运行下面代码:
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.

Re: google earth 启动崩溃

发表于 : 2011-09-22 13:30
soliderm
办法我有呀!!

替换文件,在终端运行下面代码:
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
然后保存。
接着从新打开谷歌地球就可以了。
--------------------------------------------------------------------
启动没有问题,但进入后查看图片会自动弹出!求解!