<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=5448&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Google-earth broken]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5448</link>
		<description><![CDATA[The most recent posts in Google-earth broken.]]></description>
		<lastBuildDate>Wed, 04 Jan 2023 20:25:02 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Google-earth broken]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=39999#p39999</link>
			<description><![CDATA[<p>I did try the sed command, before the unset ones.</p><p>I used quotes, cuz that&#039;s what the kernel said <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Wed, 04 Jan 2023 20:25:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=39999#p39999</guid>
		</item>
		<item>
			<title><![CDATA[Re: Google-earth broken]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=39994#p39994</link>
			<description><![CDATA[<p>That exact error is reported on the AUR package page. They used code tags there though <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Did you try the <span class="bbc">sed</span> command? All it does is add <span class="bbc">C_NUMERIC=en_US.UTF-8</span> to the beginning of the <span class="bbc">googleearth-bin</span> line in /opt/google/earth/pro/googleearth.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 04 Jan 2023 19:10:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=39994#p39994</guid>
		</item>
		<item>
			<title><![CDATA[Re: Google-earth broken]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=39993#p39993</link>
			<description><![CDATA[<p>Now we&#039;re getting somewhere! The last code block gave an error:</p><div class="quotebox"><blockquote><div><p>Major Version 7<br />Minor Version 3<br />Build Number 0003<br />Build Date Jul 21 2020<br />Build Time 11:15:07<br />OS Type 3<br />OS Major Version 5<br />OS Minor Version 10<br />OS Build Version 0<br />OS Patch Version 0<br />Crash Signal 11<br />Crash Time 1672858758<br />Up Time 0.483592</p><p>Stacktrace from glibc:<br />/opt/google/earth/pro/libgoogleearth_pro.so(+0x1a733a)[0x7f5f72e2333a]<br />/lib/x86_64-linux-gnu/libpthread.so.0(+0x13140)[0x7f5f7345d140]<br />/opt/google/earth/pro/libge_cache.so(_ZN5earth5cache12LdbDiskCache9ReadEntryERK10QByteArrayPS2_+0x103)[0x7f5f5e5df363]<br />/opt/google/earth/pro/libge_cache.so(_ZN5earth5cache12CacheManager7ReadJob5DoRunEv+0xb2)[0x7f5f5e5db9d2]<br />/opt/google/earth/pro/libge_cache.so(_ZN5earth5cache12CacheManager10ManagerJob3RunEv+0xa)[0x7f5f5e5db8ea]<br />/opt/google/earth/pro/libbase.so(_ZN5earth12WorkerThread14ProcessNextJobEv+0x7b)[0x7f5f6d3cd4eb]<br />/opt/google/earth/pro/libbase.so(_ZN5earth12WorkerThread17SpawnFuncInternalEv+0x47)[0x7f5f6d3cd447]<br />/opt/google/earth/pro/libbase.so(_ZN5earth12WorkerThread9SpawnFuncEPS0_+0x6)[0x7f5f6d3cd336]<br />/opt/google/earth/pro/libbase.so(_ZN5earth10ThreadInfo16ThreadEntryPointEPv+0x1f)[0x7f5f6d3c70af]<br />/lib/x86_64-linux-gnu/libpthread.so.0(+0x7ea7)[0x7f5f73451ea7]<br />/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f5f7322da2f]</p></div></blockquote></div><p>Helpful?</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Wed, 04 Jan 2023 19:06:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=39993#p39993</guid>
		</item>
		<item>
			<title><![CDATA[Re: Google-earth broken]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=39991#p39991</link>
			<description><![CDATA[<div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>Pacman/Arch/AUR is no option for me, sorry.</p></div></blockquote></div><p>Yes, I know. I was just using that to test the binary.</p><div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>Possible solution would be to purge GE and all its dependencies and start again?</p></div></blockquote></div><p>I don&#039;t see how that would help.</p><p>The <a href="https://aur.archlinux.org/packages/google-earth-pro" rel="nofollow">AUR package page</a> has reports of crashes with some suggested fixes:</p><div class="codebox"><pre><code># sed -i &#039;/googleearth-bin/s/^/LC_NUMERIC=en_US.UTF-8 /&#039; /opt/google/earth/pro/googleearth</code></pre></div><p>EDIT: don&#039;t run this command more than once though; it isn&#039;t idempotent.</p><p>Or possibly:</p><div class="codebox"><pre><code>unset QT_QPA_PLATFORMTHEME
unset QT_QPA_PLATFORM
googleearth</code></pre></div><p>If the second version fixes things add the commands to a script and call that script from a shadowed google-earth-pro.desktop file (/usr/local/share/applications/ or ~/.local/share/applications/).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 04 Jan 2023 17:40:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=39991#p39991</guid>
		</item>
		<item>
			<title><![CDATA[Re: Google-earth broken]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=39990#p39990</link>
			<description><![CDATA[<p>The program starts just fine, but apparently can&#039;t connect to certain parts it needs as it&#039;s basically stuck and unresponsive. I have to force-close it, which leads to the lock remaining in place, which I then have to remove manually. Pacman/Arch/AUR is no option for me, sorry. Unfortunately, when I launch from the cli, no errors are reported at all and it appears there&#039;s no logs either. So I&#039;m stuck.</p><p>Possible solution would be to purge GE and all its dependencies and start again?</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Wed, 04 Jan 2023 16:48:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=39990#p39990</guid>
		</item>
		<item>
			<title><![CDATA[Re: Google-earth broken]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=39986#p39986</link>
			<description><![CDATA[<p>Works fine for me in Arch using the AUR package that just downloads the .deb, unpacks it then packages it up again in a pacman-friendly format, so it should also work for you.</p><p>What errors are printed if you try to run it from a terminal?</p><p>EDIT:</p><div class="codebox"><pre><code>$ pacman -Q google-earth-pro
google-earth-pro 7.3.6.9285-1
$</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 04 Jan 2023 15:14:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=39986#p39986</guid>
		</item>
		<item>
			<title><![CDATA[Google-earth broken]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=39979#p39979</link>
			<description><![CDATA[<p>I happen to have Google Earth installed, first the CE, now the Pro version. But since a few weeks/months it&#039;s broken. I can launch the application just fine as root, but as normal user, it hangs/crashes. This indicates a permissions issue. It started after upgrading GE via the Google repo 2 versions ago. Upgrading to the latest version didn&#039;t help, it probably made it worse. I&#039;m aware Google wants GE phased out and everyone using Maps instead, so they can kill GE like everything else they&#039;ve launched <img src="http://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p>As it happens, I have downloaded version 7.3.3.7786-r0 (Juli 2020) but alas, installing that didn&#039;t solve the issue either. I also have version 6.something, from April 2012 (!!) but that relies on the ia32 libs.</p><p>Any ideas solving this?</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Wed, 04 Jan 2023 10:05:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=39979#p39979</guid>
		</item>
	</channel>
</rss>
