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.
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 ?
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
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 ?