AllTheMods / ATM-3

Official ATM3 Repo
https://allthemods.net/
50 stars 29 forks source link

Java error for server #928

Closed EldritchDragon closed 5 years ago

EldritchDragon commented 5 years ago

I ran the ServerStart.bat and came up with this error. debug.log

Hirsu commented 5 years ago

Read the last line in your log.

[00:21:20] [main/INFO] [net.minecraft.server.MinecraftServer]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.

Your server won't start because you haven't set the EULA to true yet.

EldritchDragon commented 5 years ago

That was from when I accidentally ran the minecraft_server.jar, but this error came up when I ran the batch file. https://i.imgur.com/2ZYW3qx.png

Yamza commented 5 years ago

Update Java to the latest 64-Bit version here. Select Windows Offline (64-bit). https://java.com/en/download/manual.jsp

EldritchDragon commented 5 years ago

I did follow the link, and updated java. It still gave me the same error.

EldritchDragon commented 5 years ago

serverstart.log I don't know if this is needed

Yamza commented 5 years ago

To check java version open a command window (windows key + r, type cmd, press enter) Type java -version You want to see 1.8.0_ on line 1 and 64-bit on line 3 like so:

Java Version "1.8.0_201+"
Java(TM) SE Runtime Environment (*build 1.8.0_201-b09*)
Java HotSpot(TM) "64-Bit-Server-VM" (*build 25.201-b09, mixed mode*)
EldritchDragon commented 5 years ago

java version "1.8.0_221" Java(TM) SE Runtime Environment (build 1.8.0_221-b11) Java HotSpot(TM) Client VM (build 25.221-b11, mixed mode, sharing) Is what I got

Yamza commented 5 years ago

So do what I said previously, you dont have 64 bit.

EldritchDragon commented 5 years ago

Ok, thank you. Then am I looking for the offline 64-bit download from the Java site?