1. Exclusive fullscreen bug & shift to borderless mode
- The snapshot introduces a blocking fullscreen crash on Windows and Wayland, prompting worries that it could delay the official release.
- “> Known Issues > Exclusive fullscreen mode on Windows may cause the game to crash in certain situations, especially when using multiple monitors” – shakna
- Commenters note that most modern games (including Minecraft) have moved to borderless fullscreen because exclusive fullscreen is increasingly problematic.
2. Snapshot expectations & release process
- Snapshots are deliberately preview builds; users expect bugs and use them to surface telemetry and edge‑case issues before the final release.
- “Delay a release? Sure. But delay a snapshot? Why? … By releasing the snapshot in this state, they learn both 1) how big of a problem those known issues are … and 2) if there are other, as of yet unknown issues they need to fix before release.” – mort96
- Many users stress that a snapshot’s purpose is to gather feedback, not to be a stable, bug‑free version.
3. Adoption of SDL3 for broader platform & performance gains
- Minecraft’s move to SDL3 is seen as a step toward better cross‑platform support, lower latency, and more consistent behavior on Wayland, mobile, and future consoles.
- “SDL3 still works even on Android 4.2. I made an app using it and ImGui, without any Java.” – akazantsev
- The shift is praised for unifying input, audio, and graphics handling across disparate operating systems, something GLFW alone cannot provide.