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

please help process exited with exit code 6 #426

Closed
ghost opened this issue Nov 7, 2020 · 21 comments
Closed

please help process exited with exit code 6 #426

ghost opened this issue Nov 7, 2020 · 21 comments

Comments

@ghost
Copy link

ghost commented Nov 7, 2020

16:10:13 Info [Launcher] Version: client c735370 / manifest b3dd620
16:10:13 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
16:10:13 Info [Launcher] CPU supports SSSE3: YES
16:10:13 Trace [Launcher] Loading hybris libraries
16:10:13 Trace [HybrisUtils] Loaded OS library /tmp/.mount_MinecrWaiLT3/usr/share/mcpelauncher/libs/native/libfmod.so.9.16
16:10:13 Trace [HybrisUtils] Loaded OS library libm.so.6
16:10:13 Trace [HybrisUtils] Loaded OS library libz.so.1
16:10:13 Trace [Launcher] Loading Minecraft library
�linkerterminate called after throwing an instance of 'std::runtime_error'
what(): Failed to load Minecraft: Cannot load library: link_image[1965]: 0 could not load needed library 'libc++_shared.so' for 'libminecraftpe.so' (load_library[1115]: Library 'libc++_shared.so' not found)
Signal 6 received
Backtrace elements: 13
#0 /tmp/.mount_MinecrWaiLT3/usr/bin/./mcpelauncher-client(_ZN12CrashHandler12handleSignalEiPv+0xb7) [0x82f3a0f]
#1 linux-gate.so.1(__kernel_sigreturn+0) [0xf7fc4580]
#2 linux-gate.so.1(__kernel_vsyscall+0x9) [0xf7fc4569]
#3 /lib/i386-linux-gnu/libc.so.6(gsignal+0xc6) [0xf76554c6]
#4 /lib/i386-linux-gnu/libc.so.6(abort+0x130) [0xf763d3f7]
#5 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x7db54) [0xf79d3b54]
#6 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x8bdc8) [0xf79e1dc8]
#7 /usr/lib/i386-linux-gnu/libstdc++.so.6(+0x8be51) [0xf79e1e51]
#8 /usr/lib/i386-linux-gnu/libstdc++.so.6(__cxa_rethrow+0) [0xf79e2190]
#9 /tmp/.mount_MinecrWaiLT3/usr/bin/./mcpelauncher-client(_ZN14MinecraftUtils16loadMinecraftLibERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x14c) [0x82f4b52]
#10 /tmp/.mount_MinecrWaiLT3/usr/bin/./mcpelauncher-client(main+0xece) [0x829e6b0]
#11 /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0xf763eee5]
#12 /tmp/.mount_MinecrWaiLT3/usr/bin/./mcpelauncher-client() [0x829d311]
Dumping stack...
Process exited with unexpected exit code: 6

so i found a error that said cannot find libs folder so i renamed it to from lib to libs it worked as i cut the contents inside the folder x86 inside the libs and now this error

@nazthelizard122
Copy link

Don't rename stuff the program is coded to look for "lib" not "libs" messing around with that tells the program that the file "lib" dosent exist rename "libs" to "lib" and hope your issue is fixed

@ghost
Copy link
Author

ghost commented Nov 7, 2020

Don't rename stuff the program is coded to look for "lib" not "libs" messing around with that tells the program that the file "lib" dosent exist rename "libs" to "lib" and hope your issue is fixed

whey but "what(): Failed to load Minecraft: Cannot load library: load_library[1115]: Library "/home/clerickx/.local/share/mcpelauncher/versions/1.16.40.02/libs/libminecraftpe.so' not found"
my directory is "'/home/clerickx/.local/share/mcpelauncher/versions/1.16.40.02/lib/x86/libminecraftpe.so"
thats the reason i renamed it to libs

@ghost
Copy link
Author

ghost commented Nov 7, 2020

i found a fix https://stackoverflow.com/questions/63449946/ubuntu-18-04-error-libc-shared-so-is-missing for "what(): Failed to load Minecraft: Cannot load library: link_image[1965]: 0 could not load needed library 'libc++_shared.so' for 'libminecraftpe.so' (load_library[1115]: Library 'libc++_shared.so" not found and after that i tried
sudo apt install libc-dev
sudo apt install libc++-dev
sudo apt install libstdc-dev

hoping that it will fix all dependencies
and now i get

21:35:51 Info [Launcher] Version: client c735370 / manifest b3dd620
21:35:51 Info [Launcher] CPU: GenuineIntel Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
21:35:51 Info [Launcher] CPU supports SSSE3: YES
21:35:51 Trace [Launcher] Loading hybris libraries
21:35:51 Trace [HybrisUtils] Loaded OS library /tmp/.mount_MinecrXsf2Lj/usr/share/mcpelauncher/libs/native/libfmod.so.9.16
21:35:51 Trace [HybrisUtils] Loaded OS library libm.so.6
21:35:51 Trace [HybrisUtils] Loaded OS library libz.so.1
21:35:51 Trace [Launcher] Loading Minecraft library
�linkerProcess exited with unexpected exit code: 6

@ChristopherHX
Copy link
Member

Please update the launcher, that old launcher is unsupported
https://github.com/ChristopherHX/linux-packaging-scripts/releases/tag/ng.appimage

@ghost
Copy link
Author

ghost commented Nov 7, 2020

yeah but it is just downloaded i mean i downloaded it right now

@ghost
Copy link
Author

ghost commented Nov 7, 2020

and i tried running the app in terminal and
/tmp/.mount_MinecrCu5igl/usr/bin/../lib/libgnutls.so.30: version `GNUTLS_3_6_3' not found (required by /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so

@ghost
Copy link
Author

ghost commented Nov 7, 2020

right now i am trying to install libgiognutls i hope it might work

@ghost
Copy link
Author

ghost commented Nov 7, 2020

sudo apt-get install glib-networking

@ChristopherHX
Copy link
Member

The question is where you downloaded it.
wiki may fool you, if you don't read careful

and i tried running the app in terminal and
/tmp/.mount_MinecrCu5igl/usr/bin/../lib/libgnutls.so.30: version `GNUTLS_3_6_3' not found (required by /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so

ignore that error, or doesn't it open?

@ghost
Copy link
Author

ghost commented Nov 7, 2020

yep now my launcher dosen't open

@ChristopherHX
Copy link
Member

wiki downloads refer to an very old discontinued version, if you don't follow the links to my github

@ghost
Copy link
Author

ghost commented Nov 7, 2020

but i didn't download it from wiki

@ChristopherHX
Copy link
Member

@ghost
Copy link
Author

ghost commented Nov 7, 2020

ok i will try it

@ChristopherHX
Copy link
Member

your 1st error is from the wiki version

@ghost
Copy link
Author

ghost commented Nov 7, 2020

yeah but i don't know but it fixed that 1 error

@ghost
Copy link
Author

ghost commented Nov 7, 2020

i use appimagelauncher to integrate the appimage and the launcher closed two times and 1 is right now

@ghost
Copy link
Author

ghost commented Nov 7, 2020

not flatpak

@ghost
Copy link
Author

ghost commented Nov 7, 2020

i am installing the flatpak and my internet is slow so i need to wait for a while

@ghost
Copy link
Author

ghost commented Nov 7, 2020

i think they just cracked your linux bedrock launcher https://www.youtube.com/watch?v=NyksGfpvrQk

@ghost
Copy link
Author

ghost commented Nov 8, 2020

thanks for the help it is working

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants