Recent content by Darinth

  • 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
  1. Darinth

    Problem FTB Omnia Server - Failure to Start

    Unsure what versions of java are supported, you may want to try running a lower version I've generally been staying with the 1.8 version, which is what I've got my current omnia server on linux running on.
  2. Darinth

    Solved FTB Omnia server, HeadlessException

    Discovered my issue. I forgot that I had a minor issue when I tried to install java where the system was in the middle of updates. So I tried to go ahead and run the install while I waited. Apparently the installer tried to execute a java command, which of course java wasn't installed and so it...
  3. Darinth

    Solved FTB Omnia server, HeadlessException

    Followed my fairly standard instructions for starting up a minecraft server. Started up a linux instance, installed java 8 (sudo apt-get install openjdk-8-jre-headless), downloaded the server install file (serverinstall_6_91), chmod to make it executeable, ran it, everything appears to have...