Created Java on macOS (markdown)

This commit is contained in:
AppleTheGolden 2020-10-10 21:04:38 +02:00
parent c498a3b545
commit 0be249c00f

10
Java-on-macOS.md Normal file
View file

@ -0,0 +1,10 @@
If you have received the following error:
```
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'
```
on macOS when starting Minecraft, you will have to install an older version of Java.
To do so:
* First, uninstall the currently installed Java version, following this guide: https://explainjava.com/uninstall-java-macos/
* Then download and install this package: https://files.multimc.org/downloads/jre-8u241-macosx-x64.dmg
* After selecting the newly installed Java, you should be able to play normally.