Mac ServerStart.sh problem

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

richbellemare

New Member
Jul 29, 2019
1
0
0
Whenver run the .sh I get this in terminal. I'm confident that I did the "chmod a+x /Users/richbellemare/Desktop/Direwolf20_Server-1/ServerStart.sh" part corectly. I have it set to use 2G of ram (have 16). It's v5.1.1 of Direwolf20. Anyway when I run the .sh I get this error.

Last login: Thu Mar 7 18:54:26 on ttys000
/Users/richbellemare/Desktop/Direwolf20_Server-1/ServerStart.sh ; exit;
Richards-MacBook-Pro:~ richbellemare$ /Users/richbellemare/Desktop/Direwolf20_Server-1/ServerStart.sh ; exit;
Unable to access jarfile ftbserver.jar
logout

[Process completed]

I've been able to run vanilla servers in the past.
 

Francis Baster

New Member
Jul 29, 2019
295
0
0
It seems that it doesn't have access to execute ftbserver.jar. Have you tried
"chmod a+x /Users/richbellemare/Desktop/Direwolf20_Server-1/ftbserver.jar"?