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

1.9.0.0 fails to launch #22

Closed
ahigerd opened this issue Nov 20, 2018 · 4 comments
Closed

1.9.0.0 fails to launch #22

ahigerd opened this issue Nov 20, 2018 · 4 comments
Labels
crash The launcher crashes

Comments

@ahigerd
Copy link

ahigerd commented Nov 20, 2018

With a fresh installation of the latest binary package of the macOS version, version 1.9.0.0 can install successfully, but it doesn't launch. Pressing the "Play" button causes the launcher to disappear, as expected, but the Minecraft game window never appears and the process has to be manually quit.

@Kevadroz
Copy link

crash on linux:

21:24:09 Info [Launcher] Version: client 559d45e / manifest f379b76
21:24:09 Trace [Launcher] Loading hybris libraries
21:24:09 Trace [HybrisUtils] Loaded OS library /usr/share/mcpelauncher/libs/native/libfmod.so.9.16
21:24:09 Trace [HybrisUtils] Loaded OS library libm.so.6
21:24:09 Trace [Launcher] Loading Minecraft library
�linkerterminate called after throwing an instance of 'std::runtime_error'
what(): Failed to load Minecraft: %sCannot load library: reloc_library[1373]: 0 cannot locate 'FMOD_Memory_GetStats'...

Signal 6 received
Backtrace elements: 13
#0 /usr/bin/mcpelauncher-client(_ZN12CrashHandler12handleSignalEiPv+0xc5) [0x56769277]
#1 linux-gate.so.1(__kernel_sigreturn+0) [0xf7ee4070]
#2 linux-gate.so.1(__kernel_vsyscall+0x9) [0xf7ee4059]
#3 /lib/i386-linux-gnu/libc.so.6(gsignal+0xc2) [0xf77ad832]
#4 /lib/i386-linux-gnu/libc.so.6(abort+0x121) [0xf77aecc1]
#5 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x6e91d) [0xf7b0b91d]
#6 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x760d4) [0xf7b130d4]
#7 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x7613d) [0xf7b1313d]
#8 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x7643c) [0xf7b1343c]
#9 /usr/bin/mcpelauncher-client(_ZN14MinecraftUtils16loadMinecraftLibERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x10e) [0x5676a17a]
#10 /usr/bin/mcpelauncher-client(main+0xbd3) [0x5672185f]
#11 /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xf7798e81]
#12 /usr/bin/mcpelauncher-client(+0x1916a1) [0x567206a1]
Dumping stack...
Process exited with unexpected exit code: 6

@magicus
Copy link

magicus commented Nov 21, 2018

Something seems problematic with either reloc_library or FMOD_Memory_GetStats. A quick google turns up that issues with reloc_library typically indicate an Android version mismatch. (You are trying to use functions from a newer Android than you're running on.)

Perhaps 1.9.0 requires a newer Android than pre-1.9?

The FMOD_Memory_GetStats also looks weird. I don't have an ELF nm on my system, but inspecting using strings indicate that there's two FMOD references that's not name mangled (why?), and that's FMOD_Memory_GetStats and FMOD_System_Create. The latter was there in 1.8 as well, the former is new in 1.9. I'm not sure what to make of it, but it sounds fishy.

@MCMrARM MCMrARM added the crash The launcher crashes label Nov 21, 2018
@MCMrARM
Copy link
Member

MCMrARM commented Nov 21, 2018

Linux 1.9 support has been added.
Mac OS requires new graphic patches, will be done in a few minutes.

@MCMrARM
Copy link
Member

MCMrARM commented Nov 21, 2018

Done

@MCMrARM MCMrARM closed this as completed Nov 21, 2018
@ghost ghost mentioned this issue Aug 22, 2019
This was referenced Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash The launcher crashes
Projects
None yet
Development

No branches or pull requests

4 participants