TheLimePixel / Crop-Block

2 stars 0 forks source link

Crash during startup #63

Open 16megs opened 4 years ago

16megs commented 4 years ago

Crash during startup on version 1.4 server version crash-2020-04-25_18.01.29-server.txt Error with Basemetals mod

Thondar commented 3 years ago

Found a solution to this after trying for ages, so i thought i'd post it here if others had the same issue.

Change the startup file to the following.

java -Duser.country=US -Duser.language=en -Xmx6G -jar forge-1.12.2-14.23.5.2808-universal.jar nogui
pause

Your welcome :)