minecraft-linux / mcpelauncher-manifest

The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
https://minecraft-linux.github.io
GNU General Public License v3.0
940 stars 99 forks source link

Support 1.21.30.03 #1041

Open dawsonc623 opened 2 weeks ago

dawsonc623 commented 2 weeks ago

Is your feature request related to a problem? Please describe. This version is needed to play with other players on version 1.21.30.03

Describe the solution you'd like Add support for this version

Describe alternatives you've considered N/A

Additional context N/A

jplatte commented 1 week ago

As described on https://github.com/minecraft-linux/mcpelauncher-manifest/issues/797, it works (for me) with the commandline flag -df.

Originally, two or three days ago audio was broken as described there. However now with v1.0.0 of mcpelauncher, audio works but I get "Please check your Keyboard Layout. No Fallback Implemented" in a separate window (window title "EGLUT Unknown Key") a couple of times. Fortunately I don't see it when Minecraft is fullscreen, and no keyboard functionality seems to actually be broken.

ChristopherHX commented 1 week ago

window title "EGLUT Unknown Key")

You are on a debug build then, this is for diagnosing issues while developing

Those errors are suppressed by -DNDEBUG / Release mode of cmake