We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the error when trying to launch mcpelauncher-client but libminecraftpe.so exists
mcpelauncher-client $ ./mcpelauncher-client -dg ~/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/versions/1.18.20.21 15:28:46 Info [Launcher] Version: client c521350 / manifest f22b0a7 15:28:46 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz 15:28:46 Info [Launcher] CPU supports SSSE3: YES 15:28:46 Trace [Launcher] Loading hybris libraries 15:28:46 Trace [REDIRECT] /data/data/com.mojang.minecraftpe to /home/mog/.local/share/mcpelauncher/ 15:28:46 Trace [REDIRECT] /data/data/home/mog/mcpelauncher/build/proc/26547/cmdline to /home/mog/.local/share/mcpelauncher/ 15:28:46 Trace [REDIRECT] /data/data/./mcpelauncher-client to /home/mog/.local/share/mcpelauncher/ 15:28:46 Trace [REDIRECT] /data/data to /home/mog/.local/share/mcpelauncher/ 15:28:46 Trace [LinkerUtils] Loaded OS library libm.so.6 15:28:46 Trace [LinkerUtils] Loaded OS library libz.so.1 15:28:47 Trace [LinkerUtils] Loaded OS library /home/mog/mcpelauncher/mcpelauncher-linux-bin/lib/native/x86_64/libfmod.so.12.0 15:28:47 Trace [Launcher] Loading Minecraft library 15:28:47 Error [MinecraftUtils] Failed to load Minecraft: dlopen failed: library "libminecraftpe.so" not found 15:28:47 Error [Launcher] Failed to load Minecraft library, please reinstall or wait for an update to support the new release
The text was updated successfully, but these errors were encountered:
Compile this launcher for x86 ( also called i386 or i686 ), it can only load games with the same arch as the launcher.
The Launcher you built is for x86_64 and only looks for the lib/x86_64 folder and not any other lib folder.
Sounds like the error message could be improved
Sorry, something went wrong.
Thank you so much this worked
how do I do that? do I have to modify CmakeLists.txt or the Makefile?
@ChristopherHX
No branches or pull requests
I get the error when trying to launch mcpelauncher-client but libminecraftpe.so exists
The text was updated successfully, but these errors were encountered: