-
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
Minecraft linux launcher crashes - long error code in gamelog #1055
Comments
Help wanted. I request more logs the following debug build doesn't crash in this case, but I need the full log from that one as well. Such a network debug build is created here: https://github.com/minecraft-linux/macos-builder/actions/runs/11544017967 (after it is successfully done there are zipped dmg files as artifact, otherwise nothing), when finished I manually add them as prerelease to the release page. _As always required information has been forgetten to put into a fatal error showing a serious network translation error between bionic and macOS libc. |
The direct link of the dmg I want the logs is https://github.com/minecraft-linux/macos-builder/actions/runs/11544017967/artifacts/2109758931 GitHub Account login required |
@ChristopherHX is this the log you are after? I used the link you just sent above 10:58:03 Info [Launcher] Version: client 4c5f4fd / manifest f4c075a 10:58:12 Info [GL] Vendor: Google Inc. Process exited normally |
@ChristopherHX Minecraft doesn't crash anymore with that new link but it says 'unable to connect' to any of my friends worlds and they can't connect to my world either whereas before this worked. They are on PS5 |
Yes I know, the error is still there only the crash has been replaced by a log line. Everything else needs more information material.
Did you do something differently than in your original post while recording this log? The reason for this crash doesn't seem to happen in that log file. Can you post the log if you see the failed to connect error? |
Seems like I need to debug this problem myself, this can take a while as I'm pretty busy. My current understanding, location of fatal error known. Source of fatal error unknown, I need to know this to write a fix. Logging the required information is a complex problem, currently this needs a lldb debugger attached to the mcpelauncher-client process. However the first required step for me is to reproduce it on my aged intel macOS 10.14. |
fixed install v0.17.2 |
I have just updated the minecraft linux launcher but now minecraft crashes 1 second after loading and goes back to the launcher
Here is the error code in the gamelog on the launcher:
21:00:55 Info [Launcher] Version: client 4c5f4fd / manifest afe4e50
21:00:55 Info [Launcher] OS: macOS, Arch: x86_6421:00:55 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz
21:00:55 Info [Launcher] CPU supports SSSE3: YES
21:00:55 Info [Launcher] Reading Launcher Settings File: /Users/sophie/Library/Application Support/mcpelauncher/mcpelauncher-client-settings.txt
21:00:55 Info [Launcher] Applied Launcher Settings
21:00:55 Trace [Launcher] Loading android libraries
21:00:55 Trace [Launcher] linker loaded
21:00:55 Trace [REDIRECT] /data/data/com.mojang.minecraftpe to /Users/sophie/Library/Application Support/mcpelauncher/
21:00:55 Trace [REDIRECT] /data/data/Applications/Minecraft Bedrock Launcher.app/Contents/proc/8426/cmdline to /Users/sophie/Library/Application Support/mcpelauncher/
21:00:55 Trace [REDIRECT] /data/data/Applications/Minecraft Bedrock Launcher.app/Contents/MacOS/./mcpelauncher-client to /Users/sophie/Library/Application Support/mcpelauncher/
21:00:55 Trace [REDIRECT] /data/data to /Users/sophie/Library/Application Support/mcpelauncher/
21:00:55 Trace [REDIRECT] . to /Users/sophie/Library/Application Support/mcpelauncher/versions/1.21.41.01/assets/
21:00:55 Trace [REDIRECT] /proc to /Users/sophie/Library/Application Support/mcpelauncher/proc/
21:00:55 Trace [REDIRECT] /sys to /Users/sophie/Library/Application Support/mcpelauncher/sys/
21:00:55 Trace [LinkerUtils] Loaded OS library libm.dylib
21:00:55 Trace [LinkerUtils] Loaded OS library libz.dylib
21:00:55 Trace [LinkerUtils] Loaded OS library /Applications/Minecraft Bedrock Launcher.app/Contents/Resources/mcpelauncher/lib/native/x86_64/libfmod.dylib
21:00:55 Trace [Launcher] Loading Minecraft library
linker: mcpelauncher_linker_notifylldb /Users/sophie/Library/Application Support/mcpelauncher/versions/1.21.41.01/lib/x86_64/libc++_shared.so 0x10ce80000
21:00:56 Error [MinecraftUtils] Failed to load Minecraft: dlopen failed: cannot locate symbol "glBindRenderbuffer" referenced by "/Users/sophie/Library/Application Support/mcpelauncher/versions/1.21.41.01/lib/x86_64/libminecraftpe.so"...
21:00:56 Info [Launcher] Loading gamepad mappings
21:00:56 Trace [Launcher] Loading gamepad mappings: /Applications/Minecraft Bedrock Launcher.app/Contents/Resources/mcpelauncher/gamecontrollerdb.txt
21:00:56 Info [Launcher] Creating window
linker: mcpelauncher_linker_notifylldb /Users/sophie/Library/Application Support/mcpelauncher/versions/1.21.41.01/lib/x86_64/libc++_shared.so 0x10fd40000
linker: mcpelauncher_linker_notifylldb /Users/sophie/Library/Application Support/mcpelauncher/versions/1.21.41.01/lib/x86_64/libminecraftpe.so 0x111840000
Found hook: _ZN11AppPlatform16showMousePointerEv @ 0x1071bff10
Found hook: _ZN11AppPlatform16hideMousePointerEv @ 0x1071bfef0
Found hook: _ZN11AppPlatform17setFullscreenModeE14FullscreenMode @ 0x1071bff30
Found hook: _ZN3rtc10getifaddrsEPP7ifaddrs @ 0x10736a930
Found hook: _ZN3rtc11freeifaddrsEP7ifaddrs @ 0x10736acf0
21:00:58 Info [Launcher] Loaded Minecraft library
21:00:58 Debug [Launcher] Minecraft is at offset 0x111840000
21:00:58 Info [Launcher] Game version: 0.0.0.0
21:00:58 Info [Launcher] Applying patches
21:00:58 Debug [CorePatches] Failed to patch, vtable _ZTV21AppPlatform_android23 not found
21:00:58 Info [Launcher] Initializing JNI
21:00:58 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeRegisterThis
21:00:58 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeInitializeWithApplicationContext
21:00:58 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeUnregisterThis
21:00:58 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeInitializeXboxLive
21:00:58 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeinitializeLibHttpClient
21:00:58 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeInitializeLibHttpClient
21:00:58 Error [JniSupport] Missing native symbol: Java_com_microsoft_xal_browser_WebView_urlOperationSucceeded
21:00:58 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_PlayIntegrity_nativePlayIntegrityComplete
21:00:58 Trace [Minecraft] Entering JNI_OnLoad 0x700001fbe000
21:00:58 Trace [Minecraft] JNI_OnLoad completed
21:00:58 Trace [JniSupport] Invoking nativeRegisterThis
21:00:58 Info [Launcher] Executing main thread
21:00:58 Trace [JniSupport] Invoking ANativeActivity_onCreate
21:00:58 Warn [Main] Android stub called
21:00:58 Warn [Main] Android stub called
21:00:58 Warn [Main] Android stub called
21:00:58 Warn [Main] Android stub called
21:00:58 Info [Minecraft] android_main starting. internalDataPath is '/internal', externalDataPath is '/external'
21:00:58 Trace [JniSupport] Invoking start activity callbacks
21:00:58 Error [MCPE] *** setCachedDeviceId(14ec9694-a752-4471-8420-dc231296858f)
21:00:58 Info [Bedrock] Breakpad config: directory is: /crash, sessionid is: 2a74aef2-14d3-443f-921d-dc9088a5f7d0
21:00:58 Info [Minecraft] NO LOG FILE! - AppPlatform_android::setStorageDirectory - using External dir (NEW) - CurrentFileStoragePath is now '/Users/sophie/Library/Application Support/mcpelauncher/'
21:00:58 Warn [Minecraft] NO LOG FILE! - [Graphics] The graphics context was gained
21:00:58 Warn [Minecraft] NO LOG FILE! - [Graphics] The graphics context was gained
21:00:58 Warn [Minecraft] MinecraftGame::init && MinecraftGame::setSize!
21:00:58 Warn [FakeEGL] eglQueryString 308d
21:00:58 Warn [Main] Android stub called
21:00:58 Info [GL] Vendor: Google Inc.
21:00:58 Info [GL] Renderer: ANGLE (Intel Inc., Intel(R) Iris(TM) Plus Graphics 645, OpenGL 4.1 core)
21:00:58 Info [GL] Version: OpenGL ES 3.0.0 (ANGLE 2.1.14073 git hash: 26930173647b)
21:00:58 Info [GL] Vendor: Google Inc.
21:00:58 Info [GL] Renderer: ANGLE (Intel Inc., Intel(R) Iris(TM) Plus Graphics 645, OpenGL 4.1 core)
21:00:58 Info [GL] Version: OpenGL ES 3.0.0 (ANGLE 2.1.14073 git hash: 26930173647b)
21:00:58 Warn [Main] Android stub called
linker: mcpelauncher_linker_notifylldb /Users/sophie/Library/Application Support/mcpelauncher/versions/1.21.41.01/lib/x86_64/libMediaDecoders_Android.so 0x124680000
21:00:58 Info [GL] Vendor: Google Inc.
21:00:58 Info [GL] Renderer: ANGLE (Intel Inc., Intel(R) Iris(TM) Plus Graphics 645, OpenGL 4.1 core)
21:00:58 Info [GL] Version: OpenGL ES 3.0.0 (ANGLE 2.1.14073 git hash: 26930173647b)
21:00:58 Warn [Main] Android stub called
21:00:58 Debug [HttpCallStaticGlue] Successfully registerered HttpCall methods
21:00:58 Debug [XboxLiveAppConfig] Successfully registerered XboxLiveAppConfig methods
21:00:58 Debug [XSAPI.Android] Successfully registerered HttpCall tcuiMethods
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Unknown socket family when converting sockaddr to host
Signal 6 received
21:00:58 Info [Minecraft] NO LOG FILE! - AppPlatform_android::setStorageDirectory - using AppData dir - CurrentFileStoragePath is now '/Users/sophie/Library/Application Support/mcpelauncher/'
Backtrace elements: 16
#0 0 mcpelauncher-client 0x000000010730bce8 _ZN12CrashHandler12handleSignalEiPv + 344
#1 1 mcpelauncher-client 0x000000010730c115 ZN12CrashHandler15handle_fs_faultEiPvS0 + 133
#2 2 libsystem_platform.dylib 0x00007ff806e16e9d _sigtramp + 29
#3 3 ??? 0x0000000000000400 0x0 + 1024
#4 4 libsystem_c.dylib 0x00007ff806d02b19 abort + 126
#5 5 libc++abi.1.dylib 0x0000000108c4f003 abort_message + 195
#6 6 libc++abi.1.dylib 0x0000000108c3014e _ZL28demangling_terminate_handlerv + 238
#7 7 libc++abi.1.dylib 0x0000000108c4dfc8 _ZSt11__terminatePFvvE + 8
#8 8 libc++abi.1.dylib 0x0000000108c511eb _ZN10__cxxabiv1L12failed_throwEPNS_15__cxa_exceptionE + 27
#9 9 libc++abi.1.dylib 0x0000000108c51165 __cxa_throw + 117
#10 10 mcpelauncher-client 0x0000000107369be3 _ZN4shim6bionic12get_host_lenEPKNS0_8sockaddrE + 163
#11 11 mcpelauncher-client 0x000000010736ce5d _ZN4shim6detail11sockaddr_inC2EPKNS_6bionic8sockaddrEj + 141
#12 12 mcpelauncher-client 0x000000010736af63 _ZN4shim6detail11sockaddr_inC1EPKNS_6bionic8sockaddrEj + 35
#13 13 mcpelauncher-client 0x000000010736b3e1 _ZN4shim6sendtoEiPKvmiPKNS_6bionic8sockaddrEj + 97
#14 14 mcpelauncher-client 0x000000010736c820 _ZN4shim6detail19errno_update_helperIFliPKvmiPKNS_6bionic8sockaddrEjEE7wrapperIXadL_ZNS_6sendtoEiS3_miS7_jEEEEliS3_miS7_j + 80
#15 15 ??? 0x000000011f88cb7a 0x0 + 4824025978
Dumping stack...
#229 LINKER (null)+0x113ce0a8d in /Users/sophie/Library/Application Support/mcpelauncher/versions/1.21.41.01/lib/x86_64/libminecraftpe.so+0x24a0a8d [0x113ce0a8d]
21:00:58 Info [Minecraft] NO LOG FILE! - AppPlatform_android::setStorageDirectory - using External dir (NEW) - CurrentFileStoragePath is now '/Users/sophie/Library/Application Support/mcpelauncher/'
Process exited with unexpected exit code: 6
I am currently on Macbook Pro 2020 - version 15.0.1 Sequoia
Please help. It was working until I updated the launcher today
The text was updated successfully, but these errors were encountered: