-
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
Doesn't work on mac os #676
Comments
Can anyone confirm if this is a new bug introduced by macOS 12?, and it did work in macOS 11. I'm only able to test and debug on macOS 10.12 and 10.14, but I could try to resolve this problem with more information. |
Sure, I have the exact same error on the exact same macOS version. Here's my native crash report:
|
I really hoped that
had more information, I'm basically digging in the dark. Created a patch which might fix it. I honestly don't now 680d827. Now I hope my build scripts are still alive to create a dmg file for you to test. Edit |
This is work! Please merge it. Thanks. |
This change is merged to branch ng, you already have the new release v0.3.4 if you downloaded the dmg file here. |
Describe the bug
Click on play, error on start game.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open game
Screenshots
Desktop (please complete the following information):
Not supported is a similar looking app in the snap store.
Additional context
16:49:13 Info [Launcher] Version: client 1e44372 / manifest 1da5aa2
16:49:13 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
16:49:13 Info [Launcher] CPU supports SSSE3: YES
16:49:13 Trace [Launcher] Loading hybris libraries
16:49:13 Trace [REDIRECT] /data/data/com.mojang.minecraftpe to /Users/alexkaratai/Library/Application Support/mcpelauncher/
16:49:13 Trace [REDIRECT] /data/data/Applications/Minecraft Bedrock Launcher.app/Contents/proc/20838/cmdline to /Users/alexkaratai/Library/Application Support/mcpelauncher/
16:49:13 Trace [REDIRECT] /data/data/Applications/Minecraft Bedrock Launcher.app/Contents/MacOS/./mcpelauncher-client to /Users/alexkaratai/Library/Application Support/mcpelauncher/
16:49:13 Trace [REDIRECT] /data/data to /Users/alexkaratai/Library/Application Support/mcpelauncher/
16:49:13 Trace [LinkerUtils] Loaded OS library libm.dylib
16:49:13 Trace [LinkerUtils] Loaded OS library libz.dylib
16:49:13 Trace [LinkerUtils] Loaded OS library /Applications/Minecraft Bedrock Launcher.app/Contents/Resources/mcpelauncher/lib/native/x86_64/libfmod.dylib
16:49:13 Trace [Launcher] Loading Minecraft library
Found hook: _ZN11AppPlatform16showMousePointerEv @ 0x100975e00
Found hook: _ZN11AppPlatform16hideMousePointerEv @ 0x100975de0
16:49:14 Info [Launcher] Loaded Minecraft library
16:49:14 Debug [Launcher] Minecraft is at offset 0x0x106540000
16:49:14 Info [Launcher] Game version: 0.0.0.0
16:49:14 Info [Launcher] Applying patches
16:49:14 Debug [CorePatches] Failed to patch, vtable _ZTV21AppPlatform_android23 not found
16:49:15 Error [GLCOREPATCH] Failed to apply glcorepatch: Failed to find gl::supportsImmediateMode
16:49:15 Info [Launcher] Initializing JNI
16:49:15 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeRegisterThis
16:49:15 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeUnregisterThis
16:49:15 Error [JniSupport] Missing native symbol: Java_com_microsoft_xal_browser_WebView_urlOperationSucceeded
16:49:15 Info [Launcher] Executing main thread
16:49:15 Trace [Minecraft] Entering JNI_OnLoad 0x7000060d4000
16:49:15 Trace [Minecraft] JNI_OnLoad completed
16:49:15 Trace [JniSupport] Invoking nativeRegisterThis
16:49:15 Trace [JniSupport] Invoking ANativeActivity_onCreate
16:49:15 Warn [Main] Android stub called
16:49:15 Warn [Main] Android stub called
16:49:15 Warn [Main] Android stub called
16:49:15 Warn [Main] Android stub called
16:49:15 Info [Launcher] Loading gamepad mappings
16:49:15 Trace [Launcher] Loading gamepad mappings: /Applications/Minecraft Bedrock Launcher.app/Contents/Resources/mcpelauncher/gamecontrollerdb.txt
16:49:15 Info [Launcher] Creating window
16:49:15 Info [Minecraft] android_main starting. internalDataPath is '/internal', externalDataPath is '/external'
16:49:15 Trace [JniSupport] Invoking start activity callbacks
16:49:15 Error [MCPE] *** setCachedDeviceId(b470c3af-0da0-4900-893f-d441bff6af80)
16:49:15 Info [Bedrock] configureBreakpad with directory: /crash, sessionid is: c05373b4-3387-4fe9-b733-7ccfceeb36c0
Process exited with unexpected exit code: 12
The text was updated successfully, but these errors were encountered: