Started by
ondrarethy
on
Topic category: Help with MCreator software
Hello,
I have an M1 MacBook Air and there is a bug in Forge. Of course, I know this is not your issue, but it is possible to bypass this error with JVM arguments: "-Dfml.earlyprogresswindow=false" but I cannot find a way to run Forge with those JVM arguments in MCreator.
Right now, I need to build a ".jar" file and run my Forge client through Minecraft launcher with those arguments. And it is working just fine. So please, tell me there is a way to put the JVM argument to run.
Thanks a lot! Andrew!
Could you show the instructions where
is needed?
We can add M1 detection and pass an argument by default to resolve inconvenience for these users.
There are classic JVM arguments where you allocate RAM etc.
Here is mine in Minecraft launcher "-Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.earlyprogresswindow=false" (with DFML already)
I am also looking for a solution for this. Is there a way to change the paramaters passed to the JVM? Or is this already build in somewehre? Using Mcreator 2021.2 at the moment...