-
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
Crash on Google Sign-in (AppImage) #60
Comments
qml: Failed to load news |
Same problem. Works by installing using instructions for arch linux but the AppImage crashes when clicking sign in with google |
Same here, launcher crashes when clicking on the sign in button. edit: ./Minecraft_Bedrock_Launcher.AppImage [1:1:0100/000000.474688:ERROR:broker_posix.cc(41)] Invalid node channel message |
Same issue here, on an Arch-based system, multilib enabled, x86_64. Only occurs when trying to sign in with a Google account. I've been told in the Discord that this is normal and known.
|
The workaround is to use LD_PRELOAD for nss3, eg. |
The workaround isn't fixing the issue for me, when signing in and agreeing to Google terms I get this:
Running openSUSE Leap 15, just compiled the launcher inside an Ubuntu guest VM. The LD_PRELOAD makes no difference. Using the Ubuntu guest I can sign in, but the launcher interface isn't properly/fully rendered and nothing happens outside of console output, which does receive the Auth field.I can successfully sign in with the Ubuntu guest, however, although the workaround was necessary. |
Do you have nss installed in your VM? https://askubuntu.com/questions/61931/how-to-install-libnss3-dev |
I've since figured it out; I had to download and extract the Ubuntu .deb release, and use the binaries from that (after gathering missing libraries). The Ubuntu VM wasn't required for that. |
On Fedora I had to use |
The text was updated successfully, but these errors were encountered: