yusefnapora / m1-multimc-hack

A quick & dirty way to get Minecraft running via MultiMC on the Apple M1 with native performance
265 stars 47 forks source link

Got Forge working with native build of Java 11 #6

Open vladdenisov opened 3 years ago

vladdenisov commented 3 years ago

If you face the same problem as Forge just crash on startup, try to add -Dfml.earlyprogresswindow=false to Java Arguments

Seems like we need more testing.

Screenshot 2021-06-13 at 18 02 03 Screenshot 2021-06-13 at 18 05 54
MoustacheOff commented 3 years ago

Cool! But I found another way to get Forge run natively (works only with Java 8): https://github.com/au5ton/m1-multimc-hack

MoustacheOff commented 3 years ago

Okay, I just tested this, and it works great but with Java 8 and 11 (Java 16 doesn't seem to work)

MoustacheOff commented 3 years ago

@vladdenisov I'm curious, and would like to know how you came up with this solution? 😀

Anyway, congratulations and thanks a lot for your amazing work! 😄

vladdenisov commented 3 years ago

@vladdenisov I'm curious, and would like to know how you came up with this solution? 😀

As many programmers do, I've just googled some problems from minecraft logs 😁

MoustacheOff commented 3 years ago

@vladdenisov I'm curious, and would like to know how you came up with this solution? 😀

As many programmers do, I've just googled some problems from minecraft logs 😁

Oh okay 👍