Package Details: google-earth-pro 7.3.6.9796-1

Git Clone URL: https://aur.archlinux.org/google-earth-pro.git (read-only, click to copy)
Package Base: google-earth-pro
Description: 3D interface to explore the globe, terrain, streets, buildings and other planets (Pro version)
Upstream URL: https://www.google.com/earth/
Licenses: custom
Provides: google-earth
Submitter: Det
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 1077
Popularity: 0.64
First Submitted: 2017-01-23 16:08 (UTC)
Last Updated: 2024-02-27 14:45 (UTC)

Pinned Comments

iyanmv commented on 2022-12-13 22:54 (UTC)

I will not update (for now) to the latest version 7.3.6.9326 because it crashes continuously for me.

stronnag commented on 2022-06-18 17:03 (UTC)

Thanks, unfortunate timing then.

For reference, with Gnome shell / wayland I need to

unset QT_QPA_PLATFORMTHEME
unset QT_QPA_PLATFORM

to avoid

Google Earth has caught signal 6.

Det commented on 2017-08-24 15:33 (UTC) (edited on 2017-12-05 16:17 (UTC) by Det)

✔ NOTE The "Free" Google Earth has been dropped: https://support.google.com/earth/answer/168344?hl=en

All future updates go to Google Earth Pro (also free): https://aur.archlinux.org/packages/google-earth-pro/

Latest Comments

« First ‹ Previous 1 .. 53 54 55 56 57 58 59 60 61 62 63 .. 105 Next › Last »

rukolonist commented on 2012-12-20 19:49 (UTC)

Intresting is that I don't have "/usr/lib32/libCg.so" because package "lib32-nvidia-cg-toolkit" is not installed. I have integrated Intel video adapter (active) and discrete ATI video adapter: $ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Caicos [Radeon HD 6400M/7400M Series]

Det commented on 2012-12-20 19:35 (UTC)

Yeah. Well, this is clearly not a font conf crash, as already proven by the fact that you say this used to happen with 6.2 as well. But on the other hand I'm a bit worried by your "Resource temporarily unavailable" messages :D. I don't know if they have anything to do with the crash but it's the first time I've seen such notices in a GE strace output. Could you try to rename "/usr/lib32/libCg.so" (owned by 'lib32-nvidia-cg-toolkit'), as it seems to be the one where the seg fault happens? I tried to install the package myself but GE just started up without never getting as far as trying to load it (though neither did it go looking for anything in "/var/cache/fontconfig/" or "/usr/share/fonts/").

rukolonist commented on 2012-12-20 18:48 (UTC)

Sorry, sorry :) This is the full output: http://pastebin.com/raw.php?i=hhamNqdA

Det commented on 2012-12-20 18:38 (UTC)

I meant the full output of "LD_LIBRARY_PATH=/opt/google/earth/free/:$LD_LIBRARY_PATH strace /opt/google/earth/free/googleearth-bin" (I don't think you want to remove ld.so.cache anyway xD).

rukolonist commented on 2012-12-20 18:27 (UTC)

Det > And do you 'cd' to the actual directory first? What's the full output? Of course. This is commands I run: $ cd /opt/google/earth/free/ $ LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH strace ./googleearth-bin 2>&1 | grep -B10 SEGV_MAPERR | cut -d '"' -f2 | grep /etc/ | tail -1 The output is: /etc/ld.so.cache When I remove /etc/ld.so.cache, then the command outputs nothing. But it still crashes during splash screen. Content of crashlog-50d358bc.txt: http://pastebin.com/kbD4jUvd

msx commented on 2012-12-20 11:56 (UTC)

Runs smooth here, many thanks @Det. SysSpecs: x86_64 fully updated (what else) / Intel HD Graphics Arrendale (8086:0046)

Det commented on 2012-12-19 22:08 (UTC)

And do you 'cd' to the actual directory first? What's the full output?

rukolonist commented on 2012-12-19 21:00 (UTC)

I removed fonts links, but it still crashes just after or during splash screen. When I use: LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH strace ./googleearth-bin 2>&1 | grep -B10 SEGV_MAPERR | cut -d '"' -f2 | grep /etc/ | tail -1 then it returns nothing. Crashlog contains: Stacktrace from glibc: ./libgoogleearth_free.so(+0x1e9fab)[0xf761dfab] ./libgoogleearth_free.so(+0x1ea1f3)[0xf761e1f3] linux-gate.so.1(__kernel_sigreturn+0x0)[0xf77ab400] I use uptodated Arch x86_64. The same problem was with the 6th version of GoogleEarth.

Det commented on 2012-12-19 20:33 (UTC)

Well, if the following doesn't work I don't know what will: $ cd /opt/google/earth/free/ $ LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH strace ./googleearth-bin 2>&1 | grep -B10 SEGV_MAPERR | cut -d '"' -f2 | grep /etc/ | tail -1 I modified some other stuff there as well. Just let me know if the output is getting too wide.