Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.04 KB | None | 0 0
  1. [00:02:36] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
  2. [?1h=[?2004h> [00:02:37] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
  3. > [00:02:37] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
  4. > [00:02:37] [Server thread/INFO] [FML]: Searching /home/hosting/servers/221922/./mods for mods
  5. > [00:02:37] [Server thread/INFO] [FML]: Disabling mod presets it is client side only.
  6. > [00:02:37] [Server thread/WARN] [FML]: Mod holoinventory is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.0.150
  7. > [00:02:37] [Server thread/WARN] [FML]: Mod nmsot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.1-mc1.12
  8. > [00:02:37] [Server thread/INFO] [FML]: Forge Mod Loader has identified 19 mods to load
  9. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
  10. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang
  11. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for betteradvancements: assets/betteradvancements/lang/en_us.lang
  12. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for fastleafdecay: assets/fastleafdecay/lang/en_us.lang
  13. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for holoinventory: assets/holoinventory/lang/en_us.lang
  14. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for ingameinfoxml: assets/ingameinfoxml/lang/en_us.lang
  15. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for lunatriuscore: assets/lunatriuscore/lang/en_us.lang
  16. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for nmsot: assets/nmsot/lang/en_us.lang
  17. > [00:02:37] [Server thread/WARN] [FML]: Missing English translation for stg: assets/stg/lang/en_us.lang
  18. > [00:02:38] [Server thread/INFO] [FML]: Attempting connection with missing mods inecraft, mcp, FML, forge, appleskin, betteradvancements, dsurround, fastleafdecay, holoinventory, waila, ingameinfoxml, inventorytweaks, jei, jepb, justenoughbuttons, lunatriuscore, nmsot, notes, stg] at CLIENT
  19. > [00:02:38] [Server thread/INFO] [FML]: Attempting connection with missing mods inecraft, mcp, FML, forge, appleskin, betteradvancements, dsurround, fastleafdecay, holoinventory, waila, ingameinfoxml, inventorytweaks, jei, jepb, justenoughbuttons, lunatriuscore, nmsot, notes, stg] at SERVER
  20. > [00:02:38] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
  21. > [00:02:38] [Server thread/INFO] [FML]: Found 1169 ObjectHolder annotations
  22. > [00:02:38] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
  23. > [00:02:38] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
  24. > [00:02:38] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  25. > [00:02:38] [Forge Version Check/INFO] [forge.VersionCheck]: [fastleafdecay] Starting version check at http://www.olafkeijsers.net/fastleafdecay-update.json
  26. > [00:02:39] [Forge Version Check/INFO] [forge.VersionCheck]: [fastleafdecay] Found status: UP_TO_DATE Target: null
  27. > [00:02:39] [Forge Version Check/INFO] [forge.VersionCheck]: [dsurround] Starting version check at https://raw.githubusercontent.com/OreCruncher/DynamicSurroundings/master/version.json
  28. > [00:02:39] [Server thread/INFO] [holoinventory]: Update config
  29. > [00:02:39] [Server thread/ERROR] inecraft/MinecraftServer]: Encountered an unexpected exception
  30. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Notes (notes)
  31.  
  32. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
  33. at com.chaosthedude.notes.Notes.preInit(Notes.java:30) ~[Notes.class:?]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  37. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  38. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[server.jar:?]
  39. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  41. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  42. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  43. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  44. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  45. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  46. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  47. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  49. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[server.jar:?]
  50. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[server.jar:?]
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  54. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  55. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  56. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  57. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  58. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  59. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  60. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  61. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  62. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
  63. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) ~[Loader.class:?]
  64. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  65. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
  66. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
  67. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  68. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
  69. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
  70. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  71. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_201]
  72. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_201]
  73. at com.chaosthedude.notes.Notes.preInit(Notes.java:30) ~[Notes.class:?]
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  77. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  78. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[server.jar:?]
  79. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  81. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  82. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  83. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  84. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  85. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  86. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  87. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  88. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  89. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[server.jar:?]
  90. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[server.jar:?]
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  94. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  95. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  96. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  97. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  98. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  99. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  100. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  101. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  102. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
  103. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) ~[Loader.class:?]
  104. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  105. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
  106. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
  107. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
  108. at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_201]
  109. Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@7d0725f5 from coremod FMLCorePlugin
  110. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[server.jar:?]
  111. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  112. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  113. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_201]
  114. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_201]
  115. at com.chaosthedude.notes.Notes.preInit(Notes.java:30) ~[Notes.class:?]
  116. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  117. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  118. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  119. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  120. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[server.jar:?]
  121. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
  122. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  123. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  124. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  125. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  126. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  127. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  128. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  129. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  130. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  131. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[server.jar:?]
  132. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[server.jar:?]
  133. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  134. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  135. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  136. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  137. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  138. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  139. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  140. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  141. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  142. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  143. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  144. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
  145. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) ~[Loader.class:?]
  146. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  147. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
  148. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
  149. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
  150. at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_201]
  151. Caused by: java.lang.RuntimeException: Attempted to load class blk for invalid side SERVER
  152. at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[server.jar:?]
  153. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[server.jar:?]
  154. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  155. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  156. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_201]
  157. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_201]
  158. at com.chaosthedude.notes.Notes.preInit(Notes.java:30) ~[Notes.class:?]
  159. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  160. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  161. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  162. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  163. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[server.jar:?]
  164. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
  165. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  166. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  167. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  168. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  169. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  170. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  171. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  172. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  173. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  174. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[server.jar:?]
  175. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[server.jar:?]
  176. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
  177. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
  178. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
  179. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
  180. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~inecraft_server.1.12.2.jar:?]
  181. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~inecraft_server.1.12.2.jar:?]
  182. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~inecraft_server.1.12.2.jar:?]
  183. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~inecraft_server.1.12.2.jar:?]
  184. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~inecraft_server.1.12.2.jar:?]
  185. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~inecraft_server.1.12.2.jar:?]
  186. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~inecraft_server.1.12.2.jar:?]
  187. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
  188. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) ~[Loader.class:?]
  189. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  190. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
  191. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
  192. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
  193. at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_201]
  194. > [00:02:39] [Server thread/ERROR] inecraft/MinecraftServer]: This crash report has been saved to: /home/hosting/servers/221922/./crash-reports/crash-2019-07-19_00.02.39-server.txt
  195. > [00:02:39] [Server thread/INFO] inecraft/MinecraftServer]: Stopping server
  196. > [00:02:39] [Server thread/INFO] inecraft/MinecraftServer]: Saving worlds
  197. > [00:02:39] [Server thread/INFO] [FML]: The state engine was in incorrect state INITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
  198. > [00:02:39] [Server Shutdown Thread/INFO] inecraft/MinecraftServer]: Stopping server
  199. > [00:02:39] [Server Shutdown Thread/INFO] inecraft/MinecraftServer]: Saving worlds
  200. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement