When launching Minecraft in affected versions, the game launches correctly, running correctly (Mojang logo) until the menu screen loads. Once the menu loads, the game runs as expected for roughly two seconds, then the entire computer hangs, not responding to mouse or keyboard input, the game frozen.
There is never a crash report; no useful or out-of-the-ordinary information ends up in the log file (except, perhaps, "LWJGL Version: 3.1.2 build 29", which is, of course, new): https://gist.github.com/towerofnix/a0f455ecd9e03f992984c87b0984fb51
No previous version of Minecraft had this issue; I can still run those versions as I've always been able to.
Comments 7
Good to know this isn't specific to just my computer, @unknown! (I thought it might be, since I read somewhere that 1.13 running LWJGL 3 would make it better for Linux computers. And that's probably mostly true, just not in this case.)
This is still an issue in 1.13-pre1.
The problem seemed to resolve itself when I ran the Minecraft.exe launcher with Wine. Perhaps this has to do with what versions of Java are being used?
In my ordinary Minecraft launcher profile, where the game does crash as described in this report: java.version is 1.8.0_161, java.vendor is Oracle Corporation, I launch the launcher with /usr/bin/java -jar Minecraft.jar, and the actual executable the launcher uses to start Minecraft (the "Executable" field in the 1.13 profile) is /usr/lib/jvm/java-8-oracle/jre/bin/java.
In my Wine-based Minecraft launcher profile, where the game doesn't crash: java.version is 1.8.0_25, java.vendor is Oracle Corporation, I launch the launcher with wine Minecraft.exe, and the "Executable" field is Z:\home\florrie\Downloads\jre-x64\1.8.0_25\bin\javaw.exe.
I guess it could be an issue with running Java 1.8.0_161 instead of 1.8.0_25? I haven't tested with 1.8.0_25 through the launcher without using wine, yet, though.
Since my last update on this issue, I had to restore my computer altogether from a backup, and I ended up having to reinstall Java. The issue does not persist. I now run, according to java -version, OpenJDK Runtime Environment (build 10.0.2+13-Debian-1). (This is the same binary set in "Java Settings (Advanced)" of my Minecraft profile.)
While this isn't an actual update on whether the issue still exists, I expect it had to do with bad/mixed-up Java versions; so if anyone else has this issue, running the version of Java I mentioned above might work.
Some new, more specific details:
Using Java from oracle (java.com) - not OpenJDK - makes no difference.
The game does not hang immediately once the menu opens - rather, the game runs properly for about two seconds, then the computer hangs.
I was able to get the computer to stop hanging by pressing down on the power button once, which requested the computer to suspend; doing so caused Minecraft to close, after which the computer suspended. Unsuspending the computer worked fine.