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.
Search Criteria
Package Details: google-earth-pro 7.3.6.10201-2
Package Actions
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: | LicenseRef-Google-custom |
Provides: | google-earth |
Submitter: | Det |
Maintainer: | iyanmv |
Last Packager: | iyanmv |
Votes: | 1081 |
Popularity: | 2.61 |
First Submitted: | 2017-01-23 16:08 (UTC) |
Last Updated: | 2025-05-06 10:32 (UTC) |
Dependencies (13)
- alsa-lib
- desktop-file-utils (desktop-file-utils-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glu (glu-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libproxy (libproxy-gitAUR)
- libsm
- libxi (libxi-gitAUR)
- libxml2-legacy
- libxrender
- sqlite (sqlite-fossilAUR)
Required by (2)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 55 56 57 58 59 60 61 62 63 64 65 .. 106 Next › Last »
rukolonist commented on 2012-12-19 21:00 (UTC)
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.
kerneliq commented on 2012-12-19 20:31 (UTC)
@Peace4all Thank you! Everything was more difficult, but your way to help.
Peace4all commented on 2012-12-19 17:09 (UTC)
I found the following font confs. caused problems for me: http://pastebin.com/NK2jpgAR.
@ kerneliq, you can you try using 'LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH strace ./googleearth-bin 2>&1 | grep -B10 SEGV_MAPERR | grep fonts', I used this to find mine, as in this example: http://pastebin.com/RvcUXpK4. keep running that line, and renaming the conf. files, until google-earth starts.
Det commented on 2012-12-19 12:31 (UTC)
The hell?
Det commented on 2012-12-19 01:59 (UTC)
@kerneliq, lol. Well it's the "/etc/fonts/infinality/conf.d/60-group-non-tt-fonts.conf" in your case. I included the last 5 lines before the SEGV_MAPERR in the strace script again. It should be working now.
But so for anybody who doesn't wanna rebuild (or 're-repackage') this thing, the full command "sequence" is now:
$ cd /opt/google/earth/free/
$ LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH strace ./googleearth-bin 2>&1 | grep -B5 SEGV_MAPERR | cut -d '"' -f2 | head -1
@bred, 1) _read_ the post_upgrade and 2) _don't_ paste such long logs here. Use pastebin or github.
E: Uhh.. and of course it's '"' instead of '\"', since we're not echoing anything.
Pinned Comments
stronnag commented on 2022-06-18 17:03 (UTC)
Thanks, unfortunate timing then.
For reference, with Gnome shell / wayland I need to
to avoid
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=enAll future updates go to Google Earth Pro (also free): https://aur.archlinux.org/packages/google-earth-pro/