Advertisement
Guest User

Server Console

a guest
Jul 2nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.21 KB | None | 0 0
  1. OpenJDK 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
  2. [23:56:09] ain/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  3. [23:56:09] ain/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  4. [23:56:09] ain/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  5. [23:56:09] ain/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading
  6. [23:56:09] ain/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_111, running on Linux:amd64:2.6.32-042stab138.1, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
  7. [23:56:09] ain/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  8. [23:56:09] ain/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  9. [23:56:09] ain/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [23:56:09] ain/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [23:56:09] ain/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [23:56:10] ain/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  13. [23:56:10] ain/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  14. [23:56:10] ain/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  15. [23:56:11] ain/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  16. [23:56:11] ain/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  17. [23:56:11] ain/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  18. [23:56:13] [Server thread/INFO]: Starting minecraft server version 1.7.10
  19. [23:56:13] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  20. [23:56:13] [Server thread/INFO] [FML]: MinecraftForge v10.13.2.1291 Initialized
  21. [23:56:13] [Server thread/INFO] [FML]: Replaced 183 ore recipies
  22. [23:56:13] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  23. [23:56:13] [Server thread/INFO] [FML]: Searching /home/nozofiles/s33029/server_files/mods for mods
  24. [23:56:14] [Server thread/INFO] [FML]: Forge Mod Loader has identified 11 mods to load
  25. [23:56:14] [Server thread/INFO] [FML]: Attempting connection with missing mods cp, FML, Forge, nchemfourhalf, nchemfour, nthingsthree, nthingsfivefive, nwtffive, nnthingssix, nthings, nthingstwo] at CLIENT
  26. [23:56:14] [Server thread/INFO] [FML]: Attempting connection with missing mods cp, FML, Forge, nchemfourhalf, nchemfour, nthingsthree, nthingsfivefive, nwtffive, nnthingssix, nthings, nthingstwo] at SERVER
  27. [23:56:14] [Server thread/ERROR]: Encountered an unexpected exception
  28. java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render
  29. at mod.mcreator.nchemfourhalf.<init>(nchemfourhalf.java:45) ~[nchemfourhalf.class:?]
  30. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_111]
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_111]
  32. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_111]
  33. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_111]
  34. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_111]
  35. at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173) ~[ILanguageAdapter$JavaAdapter.class:?]
  36. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:486) ~[FMLModContainer.class:?]
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  40. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  41. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~inecraft_server.1.7.10.jar:?]
  42. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~inecraft_server.1.7.10.jar:?]
  43. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~inecraft_server.1.7.10.jar:?]
  44. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~inecraft_server.1.7.10.jar:?]
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~inecraft_server.1.7.10.jar:?]
  46. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
  47. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  51. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  52. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~inecraft_server.1.7.10.jar:?]
  53. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~inecraft_server.1.7.10.jar:?]
  54. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~inecraft_server.1.7.10.jar:?]
  55. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~inecraft_server.1.7.10.jar:?]
  56. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~inecraft_server.1.7.10.jar:?]
  57. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
  58. at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) ~[Loader.class:?]
  59. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
  60. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
  61. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
  62. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  63. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  64. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render
  65. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  66. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
  67. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
  68. ... 35 more
  69. Caused by: java.lang.NullPointerException
  70. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
  71. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
  72. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
  73. ... 35 more
  74. [23:56:14] [Server thread/ERROR]: This crash report has been saved to: /home/nozofiles/s33029/server_files/./crash-reports/crash-2019-07-02_23.56.14-server.txt
  75. [23:56:14] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
  76. [23:56:14] [Server thread/INFO] [FML]: Applying holder lookups
  77. [23:56:14] [Server thread/INFO] [FML]: Holder lookups applied
  78. [23:56:14] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  79. [23:56:14] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement