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

mcpe throws error on ARM32 (Raspberry Pi 4B) #297

Closed
mijk84 opened this issue May 3, 2020 · 3 comments
Closed

mcpe throws error on ARM32 (Raspberry Pi 4B) #297

mijk84 opened this issue May 3, 2020 · 3 comments
Labels
legacy (unsupported) Now unsupported, only compatible with 0.12-1.13.0.6, 1.13.0.15, 1.13.0.34, 1.14.1.3, 1.14.1.5 User Error the user did not follow the right commands / instructions

Comments

@mijk84
Copy link

mijk84 commented May 3, 2020

11:11:20 Info [Launcher] Version: client c735370 / manifest b3dd620
11:11:20 Trace [Launcher] Loading hybris libraries
11:11:20 Error [HybrisUtils] Failed to load OS library /usr/local/share//mcpelauncher/libs/native/libfmod.so.9.16
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to load fmod
Signal 6 received
Backtrace elements: 3
#0 /usr/local/bin/mcpelauncher-client(_ZN12CrashHandler12handleSignalEiPv+0x79) [0x6f057a]
#1 /lib/arm-linux-gnueabihf/libc.so.6(+0x2a940) [0xb6a0b940]
#2 /lib/arm-linux-gnueabihf/libc.so.6(+0x1ad16) [0xb69fbd16]
Dumping stack...
Process exited with unexpected exit code: 6

@ChristopherHX ChristopherHX added legacy (unsupported) Now unsupported, only compatible with 0.12-1.13.0.6, 1.13.0.15, 1.13.0.34, 1.14.1.3, 1.14.1.5 User Error the user did not follow the right commands / instructions labels May 22, 2020
@ChristopherHX
Copy link
Member

Please read this old wiki article
https://github.com/minecraft-linux/mcpelauncher-manifest/wiki/ARM-support

To get newer versions than 1.13.0.6 to work you need my fork https://github.com/ChristopherHX/linux-packaging-scripts/releases/tag/appimage
And I managed to build appimages for every commen cpu type

@Wirtos
Copy link

Wirtos commented May 27, 2020

Please read this old wiki article
https://github.com/minecraft-linux/mcpelauncher-manifest/wiki/ARM-support

To get newer versions than 1.13.0.6 to work you need my fork https://github.com/ChristopherHX/linux-packaging-scripts/releases/tag/appimage
And I managed to build appimages for every commen cpu type

MCPE is 1.14.60.5 via google authentication.
I'm trying to use appimage for hf(not aarch 64 as it complains about bad binary format on RPI 3b+) and getting the same issue:

libEGL warning: DRI2: failed to authenticate
19:25:00 Info  [Launcher] Version: client 4432ade / manifest 830d61c
19:25:00 Trace [Launcher] Loading hybris libraries
19:25:00 Error [HybrisUtils] Failed to load OS library /usr/local/share/mcpelauncher/libs/native/libfmod.so.9.16
terminate called after throwing an instance of 'std::runtime_error'
  what():  Failed to load fmod
Signal 6 received
Backtrace elements: 2
#0 /tmp/.mount_MCPE32mEtwSB/usr/bin/./mcpelauncher-client(_ZN12CrashHandler12handleSignalEiPv+0x79) [0x74a0be]
#1 /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0) [0x76786120]
Dumping stack...

Process exited with unexpected exit code: 6

@ChristopherHX
Copy link
Member

/usr/local/share/mcpelauncher/libs/native/libfmod.so.9.16 is x86, you did a fault make install
To uninstall the bad install
sudo rm -r /usr/local/share/mcpelauncher
Then retry starting the game

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy (unsupported) Now unsupported, only compatible with 0.12-1.13.0.6, 1.13.0.15, 1.13.0.34, 1.14.1.3, 1.14.1.5 User Error the user did not follow the right commands / instructions
Projects
None yet
Development

No branches or pull requests

3 participants