Jump to content

sandro275

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by sandro275

  1. I fixed your start.bat file, it was just a file naming issue but it still gives me the same error
  2. I tried your start.bat and I made sure java 8 was in the spot it was in, but it just wouldn't open at all What do mean by "java -version" and "echo %JAVA_HOME%" I don't really know where to find that
  3. I'm actually using java 8, i'll try reinstalling it
  4. https://www.dropbox.com/sh/1122eni2fj99kmv/AABltlU_lB8mVf7yt0t0Cm-fa?dl=0 a modlist here too
  5. here's a screenshot of my folder (i renamed some files for convenience) i have 2 batch files because i saw something that said to remove the nogui line from it
  6. Im trying to make a 1.12.2 server and i started it up with the minecraft_server_1.12.2 thing and then i agreed to the eula and ran it again, but i can't run forge and only the vanilla server. I tried using a batch file to start the server and i get this error: 2022-07-14 01:42:37,518 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND 2022-07-14 01:42:37,559 main WARN Disabling terminal, you're running in an unsupported environment. 2022-07-14 01:42:37,605 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root" [01:42:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [01:42:37] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [01:42:37] [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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 10 more
×
×
  • Create New...

Important Information

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