Server doesn't work on Mac

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

rpg4mc

New Member
Jul 29, 2019
9
0
0
hello,

so today I tried to make a server on my Mac using the latest version of the pack. I had to create a .command file to launch it with more RAM, to see more info and to just monitor the server. This worked out just fine.

Code:
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx2G -Xms2G -jar FTB-Beta-A.jar
So then I launched it a few times and had the same errors every time:

Forestry: http://pastebin.com/BxkRhesr
Unable to load classes: http://pastebin.com/nrEu6cNV

So that's what happens when I try to make a server on my Mac. Windows with same files works just fine??
Any fix ?
 

Luke_H

New Member
Jul 29, 2019
273
0
0
Have you got a full log? Sorry, can't really pull much from such a tiny log.