GameParrot
GameParrot
You will need to re-run the latest installer; I already updated it, but you probably didn't update your copy.
You can use `rm ~'/Library/Application Support/minecraft/mac-runtime-patch/java-runtime-beta/Minecraft.app/Contents/MacOS/Minecraft' ; ln -s /path/to/custom/java/executable ~'/Library/Application Support/minecraft/mac-runtime-patch/java-runtime-beta/Minecraft.app/Contents/MacOS/Minecraft'`
Just a note, Minecraft 1.18 requires Java 17 or newer. Java 8 will not work with 1.18.
You cannot use /usr/bin/java; you must use /Library/Java/JavaVirtualMachines/jdk-version.jdk/Contents/Home/bin/java
I used `rm ~/Library/Application\ Support/minecraft/mac-runtime-patch/java-runtime-beta/Minecraft.app/Contents/MacOS/Minecraft ; ln -s /Library/Java/JavaVirtualMachines/jdk-17.0.1.jdk/Contents/Home/bin/java ~/Library/Application\ Support/minecraft/mac-runtime-patch/java-runtime-beta/Minecraft.app/Contents/MacOS/Minecraft` and it worked as expected.
Likely a bug in Java and/or LWJGL. You could try increasing the time limit temporarily.
Thank you for your hard work. By the way, I could probably get the version that runs 1.18.30 on linux but not macOS to work on macOS.
One suggestion is to add a code of conduct (https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project) to the repo. This could help prevent people from being rude in the future.
> > isn't there a way to speed things > > This project needs more contributors. For example between 11 Apr 2021 and 1 May 2022 I was the only...
> yes You might just need to request opengles 3, I usually modify window_glfw.cpp to tell it to use opengles 3. I also use [metalangle](https://github.com/kakashidinho/metalangle) instead of google/angle. metalangle improves...