You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Manjaro Kernel 6.1.1-1.
I am using the io.mrarm.mcpelauncher.flatpakref.
I tried many different versions but all of them give me the same crash. Here is my output.
08:54:28 Info [Launcher] Version: client 7c088b4 / manifest 68ac253
08:54:28 Info [Launcher] CPU: AuthenticAMD AMD Ryzen 5 1600 Six-Core Processor
08:54:28 Info [Launcher] CPU supports SSSE3: YES
08:54:28 Trace [Launcher] Loading hybris libraries
08:54:28 Trace [REDIRECT] /data/data/com.mojang.minecraftpe to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [REDIRECT] /data/data/app/proc/101/cmdline to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [REDIRECT] /data/data/app/bin/mcpelauncher-client to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [REDIRECT] /data/data to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [LinkerUtils] Loaded OS library libm.so.6
08:54:28 Trace [LinkerUtils] Loaded OS library libz.so.1
08:54:28 Trace [LinkerUtils] Loaded OS library /app/share/mcpelauncher/lib/native/x86_64/libfmod.so.12.0
08:54:28 Info [Launcher] Loading gamepad mappings
08:54:28 Trace [Launcher] Loading gamepad mappings: /app/share/mcpelauncher/gamecontrollerdb.txt
08:54:28 Trace [Launcher] Loading gamepad mappings: /app/share/mcpelauncher/gamecontrollerdb.txt
08:54:28 Info [Launcher] Creating window
terminate called after throwing an instance of 'std::runtime_error'
what(): EGL: Failed to create window surface: An unrecognized attribute or attribute value was passed in the attribute list
Signal 6 received
Backtrace elements: 14
#0 /app/bin/mcpelauncher-client(_ZN12CrashHandler12handleSignalEiPv+0x165) [0x679395] #1 /usr/lib/x86_64-linux-gnu/libpthread.so.0(+0x12e60) [0x7f96f5984e60] #2 /usr/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x10b) [0x7f96f525949b] #3 /usr/lib/x86_64-linux-gnu/libc.so.6(abort+0x11e) [0x7f96f5242857] #4 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xa98b9) [0x7f96f54a98b9] #5 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb55aa) [0x7f96f54b55aa] #6 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb5615) [0x7f96f54b5615] #7 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb58a1) [0x7f96f54b58a1] #8 /app/bin/mcpelauncher-client(_ZN14GLFWGameWindowC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii11GraphicsApi+0x285) [0x6835d5] #9 /app/bin/mcpelauncher-client(_ZN17GLFWWindowManager12createWindowERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii11GraphicsApi+0x47) [0x680e27] #10 /app/bin/mcpelauncher-client(_ZN10FakeLooper16initializeWindowEv+0x1ce) [0x65ab5e] #11 /app/bin/mcpelauncher-client(main+0x1c8a) [0x556f2a] #12 /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f96f5243b80] #13 /app/bin/mcpelauncher-client(_start+0x2e) [0x554c6e]
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
The text was updated successfully, but these errors were encountered:
I am on Manjaro Kernel 6.1.1-1.
I am using the io.mrarm.mcpelauncher.flatpakref.
I tried many different versions but all of them give me the same crash. Here is my output.
08:54:28 Info [Launcher] Version: client 7c088b4 / manifest 68ac253
08:54:28 Info [Launcher] CPU: AuthenticAMD AMD Ryzen 5 1600 Six-Core Processor
08:54:28 Info [Launcher] CPU supports SSSE3: YES
08:54:28 Trace [Launcher] Loading hybris libraries
08:54:28 Trace [REDIRECT] /data/data/com.mojang.minecraftpe to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [REDIRECT] /data/data/app/proc/101/cmdline to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [REDIRECT] /data/data/app/bin/mcpelauncher-client to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [REDIRECT] /data/data to /home/quiet/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/
08:54:28 Trace [LinkerUtils] Loaded OS library libm.so.6
08:54:28 Trace [LinkerUtils] Loaded OS library libz.so.1
08:54:28 Trace [LinkerUtils] Loaded OS library /app/share/mcpelauncher/lib/native/x86_64/libfmod.so.12.0
08:54:28 Info [Launcher] Loading gamepad mappings
08:54:28 Trace [Launcher] Loading gamepad mappings: /app/share/mcpelauncher/gamecontrollerdb.txt
08:54:28 Trace [Launcher] Loading gamepad mappings: /app/share/mcpelauncher/gamecontrollerdb.txt
08:54:28 Info [Launcher] Creating window
terminate called after throwing an instance of 'std::runtime_error'
what(): EGL: Failed to create window surface: An unrecognized attribute or attribute value was passed in the attribute list
Signal 6 received
Backtrace elements: 14
#0 /app/bin/mcpelauncher-client(_ZN12CrashHandler12handleSignalEiPv+0x165) [0x679395]
#1 /usr/lib/x86_64-linux-gnu/libpthread.so.0(+0x12e60) [0x7f96f5984e60]
#2 /usr/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x10b) [0x7f96f525949b]
#3 /usr/lib/x86_64-linux-gnu/libc.so.6(abort+0x11e) [0x7f96f5242857]
#4 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xa98b9) [0x7f96f54a98b9]
#5 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb55aa) [0x7f96f54b55aa]
#6 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb5615) [0x7f96f54b5615]
#7 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb58a1) [0x7f96f54b58a1]
#8 /app/bin/mcpelauncher-client(_ZN14GLFWGameWindowC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii11GraphicsApi+0x285) [0x6835d5]
#9 /app/bin/mcpelauncher-client(_ZN17GLFWWindowManager12createWindowERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii11GraphicsApi+0x47) [0x680e27]
#10 /app/bin/mcpelauncher-client(_ZN10FakeLooper16initializeWindowEv+0x1ce) [0x65ab5e]
#11 /app/bin/mcpelauncher-client(main+0x1c8a) [0x556f2a]
#12 /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f96f5243b80]
#13 /app/bin/mcpelauncher-client(_start+0x2e) [0x554c6e]
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
The text was updated successfully, but these errors were encountered: