Mac direwolf 20 1.6.4 server not loading

Hesk_

New Member
Jul 29, 2019
7
0
0
right click start.command and open with textedit to show you the 3 lines of codes?
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
Yes, because there doesn't seem to be anything wrong in the log you posted. There may be more to that log though if you start the server manually typing the commands in the terminal and allowing it to run until it crashes, then posting everything from there to pastebin.
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
Sorry for the late reply, you could try adding -XX:MaxPermSize=128M if this doesn't work, then I'm not sure what the issue could be.
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
exec java -Xmx3G -Xms3G -XX:MaxPermSize=128M -jar Direwolf20_Server.jar
although actually I changed my mind, you should probably do this instead so,
Code:
exec java -Xmx3G -Xms3G -XX:PermSize=128M -jar Direwolf20_Server.jar