Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 4.07 KB

troubleshooting.rst

File metadata and controls

82 lines (59 loc) · 4.07 KB

Troubleshooting

If the game is running badly, it might be using software rendering (identified by the llvmpipe string in the renderer). If you have been redirected here by a link in the launcher this is the case.

You should make sure to install the proper 32-bit graphic drivers for your hardware. - For integrated graphics and most AMD GPUs (and maybe Nvidia on nouveau) - sudo apt-get install libegl1-mesa:i386 libegl1-mesa-drivers:i386 - You may need to reinstall the proprietary drivers if you had installed them manually before.

Make sure you have properly installed the following packages: msa-daemon msa-ui-qt If compiling from sources, make sure to install the MSA component.

  • Ubuntu: Make sure libasound2:i386 is installed. If it is, you may need to install libpulse0:i386.
  • Other distros: Make sure to install alsa (asound) and/or pulseaudio depending on your system configuration.

Depending on your system the process may vary: - Ubuntu prebuilt packages - sudo apt-get update && sudo apt-get upgrade - Mac OS - Redownload the package

Make sure to :ref:`update the launcher <updating_the_launcher>`. If you have switched from using a source build to a binary one, :ref:`make sure to uninstall the source one first <source_uninstall>`.

You need to install the zenity utility: - Ubuntu - sudo apt-get install zenity

Click the gear icon (settings) in the top right corner of the Qt launcher window, and press the [Run troubleshooter] button.

This may happen when the game launcher has not been installed or set properly. The launcher (mcpelauncher-client) must be available in the PATH variable for the launcher to work. If you are compiling from sources and do not want to install the launcher, please set the GAME_LAUNCHER_PATH at compile time with cmake (eg. cmake -DGAME_LAUNCHER_PATH-/home/paul/mcpelauncher/build/mcpelauncher-client .., make sure that this is the path to the directory containing the binary, and not the binary itself). Otherwise make sure the launcher is properly installed in your system.

First of all, make sure a version name is displayed under the Download and Play button. If it's not, please wait some time and/or try restarting the launcher. A window asking you to accept Google Play TOS should appear first.

If the launcher still crashes, it's possible you are trying to download a beta version of the game. Make sure to register in the beta first at https://play.google.com/apps/testing/com.mojang.minecraftpe.

You must have purchased Minecraft on the account you're trying to use.

In some cases, you may need to :ref:`clear the launcher data <clearing_the_launcher_ui_data>`.

Run the following commands:

rm -rf ~/.config/Minecraft\ Linux\ Launcher
rm -rf ~/.local/share/Minecraft\ Linux\ Launcher
rm -rf ~/.cache/Minecraft\ Linux\ Launcher

In order to be able to view the game log, in the launcher press the gear in the top right corner and check the "Show log when starting the game" option. This will show a log and update it in realtime. You can copy it by pressing the icon in the top-right corner of the log window. Additionally, the log will be shown if the game crashes.