TheLimePixel / Crop-Block

2 stars 0 forks source link

Server crashes during first startup #60

Open gerritwellen opened 4 years ago

gerritwellen commented 4 years ago

I'm having issue during the first startup of my crop block 1.4 server on both Windows and Linux

crash-2020-03-01_13.50.50-server.txt

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 :)