Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on startup ( could not load needed library **libgnustl_shared.so**) #282

Closed
c2vi opened this issue Apr 20, 2020 · 1 comment
Closed

Comments

@c2vi
Copy link

c2vi commented Apr 20, 2020

I am using the x86_64.Appimage from ChristopherHX.

I am using Ubuntu 18.04.4 LTS. The Launcher works, i can play old versions like 1.5.3, but 1.12.1.1 and 1.14.60.5 for example do not work.

Game Log(Version: 1.14.60.5):
17:49:42 Info [Launcher] Version: client 7c17ac3 / manifest 05861bf
17:49:42 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
17:49:42 Info [Launcher] CPU supports SSSE3: YES
17:49:42 Trace [Launcher] Loading hybris libraries
17:49:42 Trace [HybrisUtils] Loaded OS library /usr/share//mcpelauncher/libs/native/libfmod.so.9.16
17:49:42 Trace [HybrisUtils] Loaded OS library libm.so.6
17:49:42 Trace [HybrisUtils] Loaded OS library libz.so.1
17:49:42 Info [Launcher] Creating window
17:49:42 Trace [Launcher] Loading gamepad mappings: /usr/share//mcpelauncher/gamecontrollerdb.txt
17:49:42 Trace [Launcher] Loading gamepad mappings: /tmp/.mount_MinecruzK9L6/usr/share/mcpelauncher/gamecontrollerdb.txt
17:49:42 Trace [Launcher] Loading Minecraft library
�linkerterminate called after throwing an instance of 'std::runtime_error'
what(): Failed to load Minecraft: Cannot load library: link_image[1969]: 0 could not load needed library 'libgnustl_shared.so' for 'libminecraftpe.so' (load_library[1119]: Library 'libgnustl_shared.so' not found)
Process exited with unexpected exit code: 11

Game Log (Version: 1.12.1.1):
18:20:44 Info [Launcher] Version: client 7c17ac3 / manifest 05861bf
18:20:44 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
18:20:44 Info [Launcher] CPU supports SSSE3: YES
18:20:44 Trace [Launcher] Loading hybris libraries
18:20:44 Trace [HybrisUtils] Loaded OS library /usr/share//mcpelauncher/libs/native/libfmod.so.9.16
18:20:44 Trace [HybrisUtils] Loaded OS library libm.so.6
18:20:44 Trace [HybrisUtils] Loaded OS library libz.so.1
18:20:44 Info [Launcher] Creating window
18:20:44 Trace [Launcher] Loading gamepad mappings: /usr/share//mcpelauncher/gamecontrollerdb.txt
18:20:44 Trace [Launcher] Loading gamepad mappings: /tmp/.mount_MinecrEC4rlW/usr/share/mcpelauncher/gamecontrollerdb.txt
_eglutReadPNG: fopen failed
18:20:44 Trace [Launcher] Loading Minecraft library
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to load Minecraft: Cannot load library: load_library[1119]: Library '/home/sebastian/.local/share/mcpelauncher/versions/1.12.1.1/libs/libminecraftpe.so' not found
Signal 6 received
Backtrace elements: 13
#0 /tmp/.mount_MinecrEC4rlW/usr/bin/./mcpelauncher-client(_ZN12CrashHandler12handleSignalEiPv+0xb7) [0x8325aa5]
#1 linux-gate.so.1(__kernel_sigreturn+0) [0xf7fbab70]
#2 linux-gate.so.1(__kernel_vsyscall+0x9) [0xf7fbab59]
#3 /lib/i386-linux-gnu/libc.so.6(gsignal+0xc2) [0xf7951832]
#4 /lib/i386-linux-gnu/libc.so.6(abort+0x121) [0xf7952cc1]
#5 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x6e97d) [0xf7caf97d]
#6 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x76174) [0xf7cb7174]
#7 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x761dd) [0xf7cb71dd]
#8 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x764dc) [0xf7cb74dc]
#9 /tmp/.mount_MinecrEC4rlW/usr/bin/./mcpelauncher-client(_ZN14MinecraftUtils16loadMinecraftLibERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x14c) [0x8326be8]
#10 /tmp/.mount_MinecrEC4rlW/usr/bin/./mcpelauncher-client(main+0x15d0) [0x82b5dce]
#11 /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xf793ce81]
#12 /tmp/.mount_MinecrEC4rlW/usr/bin/./mcpelauncher-client() [0x82b3381]
Dumping stack...
Process exited with unexpected exit code: 6

@c2vi c2vi closed this as completed Apr 20, 2020
@c2vi
Copy link
Author

c2vi commented Apr 20, 2020

I found out, that all versions work, besides 1.12.1.1 and 1.14.60. I removed those two versions and reinstalled them, then it worked. Those two versions were not downloaded with this Appimage which I was using to play them.

If you want to use the newest versiones of Minecraft I recommend this Fork of the launcher. It worked twice for me, but was very hard to setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant