-
Notifications
You must be signed in to change notification settings - Fork 100
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
Comments
crash on linux: 21:24:09 Info [Launcher] Version: client 559d45e / manifest f379b76 Signal 6 received |
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. |
Linux 1.9 support has been added. |
Done |
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.
The text was updated successfully, but these errors were encountered: