Advertisement
Guest User

Untitled

a guest
Nov 16th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release
  2. Nov 16, 2016 5:37:58 PM net.minecraft.launchwrapper.LogWrapper log
  3. INFORMATION: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  4. Nov 16, 2016 5:37:58 PM net.minecraft.launchwrapper.LogWrapper log
  5. INFORMATION: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  6. Nov 16, 2016 5:37:58 PM net.minecraft.launchwrapper.LogWrapper log
  7. INFORMATION: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  8. A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:498)
  13. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
  14. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
  15. Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists
  16. at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:52)
  17. at net.minecraft.launchwrapper.Launch.launch(Launch.java:110)
  18. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  19. ... 6 more
  20. Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists
  21. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  22. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  23. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
  24. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  25. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement