On Mac, clicking certain areas of the screen minimizes the game.
Linked issues
is duplicated by 8
Attachments
Comments 19
I can confirm this. Version 1.20.2 on macOS 10.15 7.
The only button which works - "Singleplayer". Everything else (any button click) causes game to be minimized.
It is possible to press buttons using keyboard: select button with TAB, then Enter. Using mouse looks like click event goes through the game window to the desktop (or other opened window, if any). As a result - game gets minimized.
i also could not reproduce this in 1.20.2 neither in Windows nor Mac. i tried to click on the buttons but all of them work, there's no behavior of crashing, minimizing, not responding or closing. no screenshots, videos, or crash report to proof that this happened. as @brain189 said, this might be a technical support issue
Attached screen recording. Sorry for the video quality - had to export it into 480p due to file size limitation.
First click - button "Multiplayer" - game window minimized.
Then I clicked "Singleplayer" - it worked.
Button "Create New World" - game window minimized.
Button "Back" - game window minimized. Also, this click was in the bottom of the screen, where Dock panel located. So this click "went through" the game window and started Terminal application from the Dock.
Upon further investigation, the difference between Minecraft 1.20.1 and 1.20.2 (and thus GLFW 3.3.6 and 3.3.8) is that the fullscreen option in video settings uses the style mask 0b0100 in 1.20.1, but 0b1100 in 1.20.2. The enabled bit corresponds to .resizable. This GLFW commit seems to have caused this behavior by causing the resizable bit to not be cleared when entering fullscreen.
My speculation is that the resizable bit is typically not set while in full screen, and older versions of macOS interpreted resizing incorrectly for that unique case. While I believe GLFW would have to clear this bit within _glfwSetWindowMonitorCocoa
, Minecraft could possibly clear/reapply the resizable bit on its own after its own glfwSetWindowMonitor
calls to fix the issue without requiring a GLFW update.
Edit: I misinterpreted what bit 0b1000 corresponds to; it should be .resizable, not .miniaturizable.
I'm seeing this ticket has been resolved and marked "fixed", but the issue is still persisting for my machine.
Is the fix still pending roll out?
Are you still experiencing this problem in 23w41a? If so, could you please attach a video showing the behavior?
This seems like the same issue as I've been having as of the most recent update. A few days ago, the game worked as normal. As of 1.20.2, the game will launch and load normally, but every time I try to click anywhere on the title screen, the game window minimizes and I can't access anything past that point.
The game will still run in the background, and whenever I click on the minimized window it will bring me back to the title screen.
The buttons still highlight when hovering over them, and otherwise the title screen runs as it would normally. I just can't access the game, either with singleplayer or online.
As I am relatively new to running Minecraft, I am unaware of any similar issues/fixes to do with previous versions, and could not find this exact bug previously on this site.
Again, this is not a crash. The game window minimizes upon trying to interact with the title screen.