Skip to content

BedrockOnLinux v1.1.6

Choose a tag to compare

@Wyze3306 Wyze3306 released this 18 Jun 15:03

What's fixed

Two reliability fixes, especially for the AppImage:

  • No more hanging at "Preparing" with an empty version list. The AppImage now bundles its own CA certificate store, so it reaches the download servers over HTTPS on every distribution — not only those whose certificate layout matches the bundled Python. The version list, the game-engine download and Microsoft sign-in all work out of the box.
  • Downloads retry and resume. A single stalled read (slow CDN, flaky Wi-Fi) used to abort the whole install with "the read operation timed out". Downloads now retry and continue where they left off via HTTP range requests, so the engine and online-login components finish even on an unreliable connection.

No game-engine change — same crash-safe engine (wow64-archs-r4) as 1.1.4/1.1.5; the launcher fetches it automatically.

Which download?

  • BedrockOnLinux-1.1.6-x86_64.AppImage — recommended. Self-contained: make it executable and run it, nothing to install.
  • BedrockOnLinux-1.1.6-x86_64.flatpak — also self-contained (for Flatpak users).
  • bedrock-on-linux_1.1.6_all.deb — Debian / Ubuntu / Mint.
  • bedrock-on-linux-1.1.6.pyz — tiny; uses your system Python (needs python3 + tkinter).