Jump to content

Recommended Posts

Posted (edited)

Hi I have a problem with firing the server forge on centos 7.

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Linux (amd64) version 3.10.0
    Java Version: 1.8.0_362, Red Hat, Inc.
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Red Hat, Inc.

-- Console --

[minecraft@server-1654375-1 server]$ java -Xmx13312M -Xms6656M -jar forge.jar nogui
2023-02-10 00:55:32,811 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND
2023-02-10 00:55:33,063 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root"
[00:55:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:55:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[00:55:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
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: com/google/common/collect/Lists
        at net.minecraftforge.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:69)
        at net.minecraftforge.fml.common.launcher.FMLServerTweaker.acceptOptions(FMLServerTweaker.java:36)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
        ... 6 more
Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists
        at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        ... 10 more

Please someone help me with this. :3

Edited by YoungGienio
Posted (edited)

1.12.2 is no longer supported on this forum. Please update to modern versions.

Edited by Hipposgrumm
versions not verisons

I'm not good at modding, but at least I can read a crash report (well enough). That's something, right?

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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