Skip to content

v0.3.3-683

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 20:05
· 67 commits to main since this release

Google and Microsoft Xbox Live Sign in page are loading forever on linux distributions newer than ubuntu 20.04

Workaround, run something like this in a bash shell
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" <filepath.AppImage>
Replace <filepath.AppImage> with the path to the AppImage file like ~/Downloads/Minecraft_Bedrock_Launcher-x86_64-v0.3.3.683.AppImage
Background: The sandbox of the ancient qt5.9 chromium distributed in this AppImage stopped working and crashs silently

You need to own Minecraft on the google play store and login with your google account to use this launcher
Links for linux flatpak or macOS can be found on our wiki https://mcpelauncher.readthedocs.io.

Download link for intel or amd based 64bit systems ( known as amd64, intel64 and x86_64 e.g. most PC's or Laptops )

Download link for arm based 64bit systems ( known as arm64 and aarch64 e.g. raspberry Pi3+, pinephone or pinebook )

  • run uname -a to know which system you are using
  • once downloaded the launcher shows you banner if an update are available
    • no need to download the whole file again
    • you can update it externally with appimageupdate or appimagelauncher

Changelog

Removed libgmodule-2.0.so.0 from arm based AppImages

Changed naming convention of AppImage files

The arm based AppImages are still experimental and barely tested, initially created for raspbian buster with missing qt5-webengine package