Bug Eula.txt not creating for linux laptop

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

Enos

New Member
Jan 7, 2020
2
0
1
Hey guys, I'l trying to make a FtbRevelation Server on my linux laptop.
As usual when I tried the command
sh FTBInstall.sh
"No eula created"
sh ServerStart.sh​
I've the error because I need to read eula.txt.
The problem is that the eula.txt never appeared. Maybe I'm wrong on how to create the server on a linux machine.
Could you please tell me what I'm supposed to do?
I also have (at the end of the terminal line):
Unrecognized VM option 'UseParNewGC'
Error: Could not create the Java Virtual Machine
Error: A fatal exception has occured. Program will exist​
Thanks
 
Last edited:

Enos

New Member
Jan 7, 2020
2
0
1
Alright, so I've found the answer

You need to downgrade to java 8.

Here are the steps you need:

  • sudo apt install openjdk-8-jre-headless
  • sudo update-alternative --config java
  • choose the java 8 version
  • Check your version using:
  • java - version