ChristopherHX / mcpelauncher-manifest

EOL use ng, https://github.com/minecraft-linux/mcpelauncher-manifest/tree/ng, This works with 0.12 - 1.16.10.x (excl. beta 1.16.0.67/68), This won't work with the current 1.16.20-200 Versions
GNU General Public License v3.0
219 stars 21 forks source link

Crash with new achievement UI (1.16.100+) #172

Open svanheulen opened 3 years ago

svanheulen commented 3 years ago

I'm getting a crash when clicking the achievement button in my profile. I'm assuming this has to do with the new ahcievement UI added in version 1.16.100+ because the crash doesn't happen in 1.16.40. This log is from the version I compiled myself, but I also tried the appimage and got the same results.

17:30:46 Info  [Launcher] Version: client f0d5285 / manifest 4364b1d
17:30:46 Info  [Launcher] CPU: GenuineIntel        Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
17:30:46 Info  [Launcher] CPU supports SSSE3: YES
17:30:46 Trace [Launcher] Loading hybris libraries
17:30:46 Trace [HybrisUtils] Loaded OS library libm.so.6
17:30:46 Trace [HybrisUtils] Loaded OS library libz.so.1
17:30:46 Trace [HybrisUtils] Loaded OS library /usr/share//mcpelauncher/lib/native/x86_64/libfmod.so.12.0
17:30:46 Trace [Launcher] Loading Minecraft library
17:30:47 Info  [Launcher] Loaded Minecraft library
17:30:47 Debug [Launcher] Minecraft is at offset 0x0x7f4faddc0000
17:30:47 Info  [Launcher] Game version: 0.0.0.0
17:30:47 Info  [Launcher] Applying patches
17:30:47 Info  [Launcher] Initializing JNI
17:30:47 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeRegisterThis
17:30:47 Error [JniSupport] Missing native symbol: Java_com_mojang_minecraftpe_MainActivity_nativeUnregisterThis
17:30:47 Info  [Launcher] Executing main thread
WARNING: Neither JNI nor Agent hooks were found for library: 'libfmod.so'!
17:30:47 Trace [JniSupport] Invoking nativeRegisterThis
17:30:47 Trace [JniSupport] Invoking ANativeActivity_onCreate
17:30:47 Warn  [Main] Android stub called
17:30:47 Warn  [Main] Android stub called
17:30:47 Warn  [Main] Android stub called
17:30:47 Warn  [Main] Android stub called
17:30:47 Info  [Launcher] Loading gamepad mappings
17:30:47 Trace [Launcher] Loading gamepad mappings: /usr/share//mcpelauncher/gamecontrollerdb.txt
17:30:47 Trace [Launcher] Loading gamepad mappings: /usr/share/mcpelauncher/gamecontrollerdb.txt
17:30:47 Info  [Launcher] Creating window
17:30:47 Info  [Minecraft] android_main starting. internalDataPath is '/internal', externalDataPath is '/external'
17:30:47 Trace [JniSupport] Invoking start activity callbacks
17:30:47 Info  [Minecraft] NO LOG FILE! - AppPlatform_android::setStorageDirectory - using External dir - CurrentFileStoragePath is now '/home/svanheulen/.local/share/mcpelauncher/'
17:30:47 Warn  [Main] Android stub called
17:30:47 Warn  [Main] Android stub called
17:30:47 Warn  [Minecraft] NO LOG FILE! - [Device Lost] The graphics context was gained
17:30:47 Warn  [Minecraft] MinecraftGame::init && MinecraftGame::setSize!
17:30:47 Debug [HttpCallStaticGlue] Successfully registerered HttpCall methods
17:30:47 Debug [XboxLiveAppConfig] Successfully registerered XboxLiveAppConfig methods
17:30:47 Debug [XSAPI.Android] Successfully registerered HttpCall tcuiMethods
17:30:47 Debug [XSAPI.Android] Successfully registerered telemetryMethods
[EGLUT Unknown Key]: Please check your Keyboard Layout. No Fallback Implemented

Process exited with unexpected exit code: 11
ChristopherHX commented 3 years ago

I also assume the "new achievement UI" is incompatible with this launcher, it crashs for me too. The "old achievement UI" of the Game is still opening as of 1.16.100.02, if the game has choosen the old UI while regenerating the hs.hex file.