Skip to content

Commit

Permalink
renderdragon support alpha (2/2)
Browse files Browse the repository at this point in the history
* macOS can only run 1.18.30+ if you use the swiftshader backend of google/angle, the opengl and metal backends are broken right now
* Game 1.18.30+ with eglut and glfw on x11 have concurrency issues, probably caused by event polling in main thread and rendering in a background thread
* Game 1.18.30+ might stop responding shortly after displaying the title screen or on the loading screen with 56% or 57% progress
  • Loading branch information
ChristopherHX committed Oct 1, 2022
1 parent f22b0a7 commit 4c7dadf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,31 @@

This project contains an unofficial launcher for the Android version of Minecraft: Bedrock Edition on linux and macOS.

Currently this Launcher can open Minecraft 1.13.0 - 1.18.2. Previous Versions of this Launcher were able to run 0.12 - 1.12.1.
Currently this Launcher can open Minecraft 1.13.0 - 1.19.30. Previous Versions of this Launcher were able to run 0.12 - 1.12.1.

# System Requirements
Your Computer must be able to run Android.

Operating System|Architecture|Requirements
---|---|---
linux / macOS 10.10 - 10.14|x86|Intel or Amd CPU with SSSE3 Instruction Set.
linux / macOS 10.10 - latest|x86_64|Intel or Amd CPU with SSSE3, SSE4.1, SSE4.2 and POPCNT Instruction Sets. M1 Macs can run this Launcher with Rosetta 2
linux|arm32|armv7 CPU and pulseaudio
linux|arm64|armv8 CPU and pulseaudio
Operating System|Architecture|Requirements|Minecraft Versions
---|---|---|---
linux glibc|x86|Intel or Amd CPU with SSSE3 Instruction Set.|-
macOS 10.10 - 10.14|x86|Intel or Amd CPU with SSSE3 Instruction Set.|1.13.0 - 1.16.1X
linux glibc|x86_64|Intel or Amd CPU with SSSE3, SSE4.1, SSE4.2 and POPCNT Instruction Sets.|-
macOS 10.10 - latest|x86_64|Intel or Amd CPU with SSSE3, SSE4.1, SSE4.2 and POPCNT Instruction Sets. M1 Macs can run this Launcher with Rosetta 2|1.13.0 - 1.18.1X, excluding some beta versions
linux glibc|arm32|armv7 CPU and pulseaudio|-
linux glibc|arm64|armv8 CPU and pulseaudio|-


# Notable Version specfic Bug
# Important Minecraft Version specific Bugs
Minecraft Version|Bug Description
---|---
1.13.0 - 1.16.1X|Xbox login doesn't work. It is working in previous Versions of this Launcher.
1.16.20 - latest|No sound for macOS x86 launcher without compiling yourself with pulseaudio
1.16.100 - 1.17.2X|Pressing the archivement button crashs the game
1.16.210 - 1.17.4X|Crafting not working as expected
1.16.210 - 1.17.4X|Textures off by one, enable texture patch in profile settings to mitigate this Bug
1.16.210 - 1.17.4X|Crafting is broken on x86 and x86_64 based devices
1.16.210 - 1.17.4X|Textures are off by one on x86 and x86_64 based devices, enable texture patch in profile settings to mitigate this Bug
1.16.210 - 1.17.4X|World Corruption while next to water
1.16.210 - latest|Store and skins not loading
1.17.4X - latest|Pressing the archivement button does nothing
1.16.210 - 1.18.1X|Store and skins not loading
1.18.30 - latest|Store and skins not loading, the game prevents you from selecting a custom skin

# Wiki
Please check our wiki https://mcpelauncher.readthedocs.io for information about compiling or installing this launcher.
Please check our wiki https://mcpelauncher.readthedocs.io for information about compiling or installing this launcher.
2 changes: 1 addition & 1 deletion libc-shim
2 changes: 1 addition & 1 deletion mcpelauncher-client
2 changes: 1 addition & 1 deletion mcpelauncher-core

0 comments on commit 4c7dadf

Please sign in to comment.