FTB Beyond server crashes on launch

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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
M

Migmac

Guest
Title FTB Beyond server crashes on launch

Launcher Type Server

Modpack Beyond

Modpack version 1.9.0

Have you modified the pack? No

Link to log file http://paste.feed-the-beast.com/view/cca5aa2c

Details of the issue i have tried updating java and nothing makes the server launch...

if i double click the FTBserver-1.10.2-12.18.3.2316.jar file the server starts but with the default dedicated ram (meaning its pretty much unplayable)

please help.

PS: this is what i have in my "start.command"

#!/bin/bash
cd "$(dirname "$0")"
java -Xms5G -Xmx6G -jar FTBserver-1.10.2-12.18.3.2316.jar




my machine is a mac mini and has an i7 with 8g of ram
 
Last edited by a moderator:

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
So I'm not a Mac person. But, the only thing that really stands out in the log file you posted is the java version. You have java 7 installed. I highly suggest you use java 8 instead. I hope this helps but as I said I'm not a Mac person.
 
M

Migmac

Guest
So I'm not a Mac person. But, the only thing that really stands out in the log file you posted is the java version. You have java 7 installed. I highly suggest you use java 8 instead. I hope this helps but as I said I'm not a Mac person.
i feel like there must be something wrong because i have java 8 installed

i even unninstalled java and checked the version and it says it has java 8 installed (not 7)
 
M

Migmac

Guest
Hopefully someone more familiar with Macs can help further. But I'm at my limit here.
thx anyway (im trying to reinstall java again to see if mabye it does something)


*didnt work* i even tried downgrading to java version 1.7.0_80 and still didnt work

please help D;
 
Last edited:

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
You need Java 8, it crashes because the server is using Java 7.
Try uninstalling all versions of Java 7 and then install Java 8. If it still crashes post a new log.
 
M

Migmac

Guest
i did that already and tried everyghing

somehow what ended up working for me was this start command (and just having hava 8 installed)



#!/bin/bash

cd [directory to server folder]

java -Xms6G -Xmx7G -jar FTBserver.jar nogui
 
M

Migmac

Guest
java was messed up for a while (spent 3 hours troubleshooting) and somehow fixed it.. ty anyhow