FTBTeam / FTB-Continuum

FTB Continuum Issue tracker is now closed, use https://github.com/FTBTeam/FTB-Modpack-Issues
16 stars 6 forks source link

Server Unrecognized VM option #580

Closed Negri234279 closed 3 years ago

Negri234279 commented 5 years ago

sh ServerStart.sh Starting server Unrecognized VM option 'UseParNewGC' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

I have 5Gb on this VM It has also happened to me in other modpack

https://cdn.discordapp.com/attachments/399969621471395852/612429705122938881/unknown.png

rune-san commented 5 years ago

Please provide your full crash log. Chances are you are using an unsupported version of Java.

Negri234279 commented 5 years ago

Using the most current version, should I use Java 8?

rune-san commented 5 years ago

Correct. Only Java 8 is supported. This holds true for any pack based on Minecraft 1.12.

Negri234279 commented 5 years ago

Another question I have is how to make my personal mod package called for example 'The best mods', that name comes out discord, as with some FTB pack and minecraft does not come out

Mervus commented 3 years ago

On Debian 10 i cant install Java 8 it always installs 11. Can someone help me?.

rune-san commented 3 years ago

There's a couple of ways, including using NVIDIA's build that they're maintaining in Buster Backports for their CUDA toolset, but my preference has been to add the AdoptOpenJDK repository and use the openjdk8 package that's maintained there.

Here's a good link on adding the repository and updating your default Java version in Buster.

Mervus commented 3 years ago

Oh Thanks!