-
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 Bedrock 1.8 (Beta) crashes on launch on Arch Linux #16
Comments
same thing happens here, I am using the same version. Apparently no version newer than 1.7.1 will work. They all crash giving said error message. :( EDIT I got 1.7.0.13 to finally work after a little trial and error. However, the beta versions still crash. |
You must use the 1.8 branch: https://github.com/minecraft-linux/mcpelauncher-manifest/tree/1.8.0.8 |
Hello @MCMrARM Is there a solution for the Ubuntu 18.04 apt repository? I tried
and I'm still getting this error Also, the link you added in your last post is broken BTW, thanks for building this launcher. It works really well (other than the recent error), and is a pleasure to use. |
What is the output of `which mcpelauncher-client` in a terminal?
…On Tue, Dec 11, 2018, 10:23 AM Sam de Jong ***@***.*** wrote:
Hello @MCMrARM <https://github.com/MCMrARM>
Is there a solution for the Ubuntu 18.04 apt repository? I tried
sudo apt update
sudo apt upgrate
and I'm still getting this error
Also, the link you added in your last post is broken
BTW, thanks for building this launcher. It works really well (other than
the recent error), and is a pleasure to use.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXEx9EZLgAZnguRN7Nu0E7Ce0p_Z7C0Bks5u3_glgaJpZM4XXuja>
.
|
I was able to get help from @MCMrARM on the discord server. Here's what instead of This is because before I installed using the apt repository, I had installed from source. The apt repo launcher was grabbing the obsolete client, which couldn't run MCPE 1.8 The solution to this was to run
as root. |
Yep that's what I was going to tell you, did it work?
…On Tue, Dec 11, 2018, 2:05 PM Sam de Jong ***@***.*** wrote:
I was able to get help from mrarm on the discord server.
Here's what which mcpelauncher-client output:
/usr/local/bin/mcpelauncher-client
instead of
/usr/bin/mcpelauncher-client
This is because before I installed using the apt repository, I had
installed from source. The apt repo launcher was grabbing the obsolete
client, which couldn't run MCPE 1.8
The solution to this was to run
rm /usr/local/bin/msa-daemon
rm /usr/local/bin/msa-ui-qt
rm /usr/local/bin/msa-ui-gtk
rm /usr/local/bin/mcpelauncher-client
rm /usr/local/bin/mcpelauncher-server
rm -r /usr/local/share/mcpelauncher
as root.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXEx9IBv-FdT9dcGdWLiiVrn_EvYJl3Wks5u4Cw5gaJpZM4XXuja>
.
|
Yes, everything works great now |
I am trying to launch the latest beta version of Minecraft Bedrock on Arch Linux and it crashes almost immediately after launching. Here is a screenshot of the game log.
The text was updated successfully, but these errors were encountered: