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

can't run latest minecraft on macos 10.14.6 #751

Open
mixerreq opened this issue Jan 7, 2023 · 2 comments
Open

can't run latest minecraft on macos 10.14.6 #751

mixerreq opened this issue Jan 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@mixerreq
Copy link

mixerreq commented Jan 7, 2023

I can't run Minecraft on MacOS 10.14.6, i don't know why...

Log:

21:40:34 Info [Launcher] Version: client 7c088b4 / manifest 68ac253
21:40:34 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz
21:40:34 Info [Launcher] CPU supports SSSE3: YES
21:40:34 Trace [Launcher] Loading hybris libraries
21:40:34 Trace [REDIRECT] /data/data/com.mojang.minecraftpe to /Users/mix/Library/Application Support/mcpelauncher/
21:40:34 Trace [REDIRECT] /data/data/Applications/Minecraft Bedrock Launcher.app/Contents/proc/5219/cmdline to /Users/mix/Library/Application Support/mcpelauncher/
21:40:34 Trace [REDIRECT] /data/data/Applications/Minecraft Bedrock Launcher.app/Contents/MacOS/./mcpelauncher-client to /Users/mix/Library/Application Support/mcpelauncher/
21:40:34 Trace [REDIRECT] /data/data to /Users/mix/Library/Application Support/mcpelauncher/
21:40:34 Trace [LinkerUtils] Loaded OS library libm.dylib
21:40:34 Trace [LinkerUtils] Loaded OS library libz.dylib
21:40:34 Trace [LinkerUtils] Loaded OS library /Applications/Minecraft Bedrock Launcher.app/Contents/Resources/mcpelauncher/lib/native/x86_64/libfmod.dylib
21:40:34 Trace [Launcher] Loading Minecraft library
21:40:34 Error [MinecraftUtils] Failed to load Minecraft: dlopen failed: cannot locate symbol "glBindRenderbuffer" referenced by "/Users/mix/Library/Application Support/mcpelauncher/versions/1.19.51.01/lib/x86_64/libminecraftpe.so"...
21:40:34 Info [Launcher] Loading gamepad mappings
21:40:34 Trace [Launcher] Loading gamepad mappings: /Applications/Minecraft Bedrock Launcher.app/Contents/Resources/mcpelauncher/gamecontrollerdb.txt
21:40:34 Info [Launcher] Creating window
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: EGL: Failed to initialize EGL: EGL is not or could not be initialized
Signal 6 received
Backtrace elements: 18
#0 0 mcpelauncher-client 0x000000010d7a83d8 _ZN12CrashHandler12handleSignalEiPv + 344
#1 1 mcpelauncher-client 0x000000010d7a8805 ZN12CrashHandler15handle_fs_faultEiPvS0 + 133
#2 2 libsystem_platform.dylib 0x00007fff5f44eb5d _sigtramp + 29
#3 3 ??? 0x0000000112ecb2a8 0x0 + 4612469416
#4 4 libsystem_c.dylib 0x00007fff5f3086a6 abort + 127
#5 5 libc++abi.1.dylib 0x000000010f4beed3 abort_message + 195
#6 6 libc++abi.1.dylib 0x000000010f49fd5e _ZL28demangling_terminate_handlerv + 238
#7 7 libc++abi.1.dylib 0x000000010f4bde98 _ZSt11__terminatePFvvE + 8
#8 8 libc++abi.1.dylib 0x000000010f4c10bb _ZN10__cxxabiv1L12failed_throwEPNS_15__cxa_exceptionE + 27
#9 9 libc++abi.1.dylib 0x000000010f4c1035 __cxa_throw + 117
#10 10 mcpelauncher-client 0x000000010d7b7367 _ZN14GLFWGameWindowC2ERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEii11GraphicsApi + 567
#11 11 mcpelauncher-client 0x000000010d7b7f01 _ZN14GLFWGameWindowC1ERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEii11GraphicsApi + 49
#12 12 mcpelauncher-client 0x000000010d7bc3d8 _ZN17GLFWWindowManager12createWindowERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEii11GraphicsApi + 88
#13 13 mcpelauncher-client 0x000000010d713e71 _ZN10FakeLooper16initializeWindowEv + 337
#14 14 mcpelauncher-client 0x000000010d713b85 _ZN10FakeLooper10initWindowEv + 85
#15 15 mcpelauncher-client 0x000000010d3e7bc2 main + 7570
#16 16 libdyld.dylib 0x00007fff5f2633d5 start + 1
#17 17 ??? 0x0000000000000003 0x0 + 3
Dumping stack...
Why does some people think exit code 6 is meaningful? It is just a unix signal number.

Process exited with unexpected exit code: 6

Zrzut ekranu 2023-01-7 o 21 48 16

@mixerreq mixerreq added the bug Something isn't working label Jan 7, 2023
@mixerreq mixerreq changed the title can can't run latest minecraft on macos 10.14.6 Jan 7, 2023
@ChristopherHX
Copy link
Member

Does https://github.com/ChristopherHX/osx-packaging-scripts/releases/tag/v0.5.100-390 with 1.19.40 work for you?

I ask, because v0.6.0 is the first release with metal.
v0.5.100 is the renderdragon update with opengl, this is similar to previous releases of this launcher.

Due to bug reports, I'm going to disable metal again in later releases.

@brxzii
Copy link

brxzii commented Jan 8, 2023

Does https://github.com/ChristopherHX/osx-packaging-scripts/releases/tag/v0.5.100-390 with 1.19.40 work for you?

I ask, because v0.6.0 is the first release with metal. v0.5.100 is the renderdragon update with opengl, this is similar to previous releases of this launcher.

Due to bug reports, I'm going to disable metal again in later releases.

1.19.40.02 has the same problem it freezes at 56%. But 1.19.41.01 works but skins don't work and you still can't join realms or servers bc of the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants