Jump to content

K3STROS

Members
  • Posts

    3
  • Joined

  • Last visited

K3STROS's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. HA! Simple Duhh Currently at work. Will give it a try in the morning. Thanks in advance for the help if this works
  2. I downloaded Forge 1.12.2 - 14.23.5.2768 Installer Recommended Build i ran the .jar file inside a folder I created -Mc Server- it extracted the minecraft_server.jar and also forgeuniversale.jar i renamed it just forge.jar and mcserver.jar executed them both using java -jar mcserver.jar — this one executed and ran the eula which I accepted and ran again to setup everything. Done and closed tried to do the same with forge.jar java -jar forge.jar — got the error that you see up there
  3. Ive installed Linux Mint 19 on and older PC to be able to run my forge server without having to use my own computer. Now ive done just about everything correctly I believe, ive accepted the EULA and ran Minecraft_server once more to load on all of the necessary files. Now my only option left is to launch the Forge universal file (which I renamed to "forge.jar") and no wi get this error when I try to start it up. Im not much of a tech person so any help here would be appreciated. mint@mint:~/Desktop/Server$ java -jar forge.jar nogui A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level at net.minecraft.launchwrapper.Launch.launch(Launch.java:94) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 8 more --- Thanks in advance
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.