AllTheMods / Server-Scripts

Server Startup Scripts
Other
68 stars 37 forks source link

Cannot start the server on Ubuntu 18.04.3 #61

Open jagoss2142 opened 4 years ago

jagoss2142 commented 4 years ago

Ran bash ServerStartLinux.sh and at the end it says

Starting server Unrecognized option: -d64 Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

Closing to give user a change to accept the eula

Not sure what I did wrong, I'm running 64-bit, but for some reason it can't recognize the -d64 argument.

Trinsdar commented 4 years ago
  1. Try sh instead of bash.
  2. What does java --version say?