Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.81 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  5. wings (wings-1.1.5-1.12.2 (Needs Llibrary).jar)
  6. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  7. Quark Plugin (Quark-r1.6-177 (Needs AutoRegLib).jar)
  8. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  9. iceandfire (iceandfire-1.8.3 (Needs Llibrary).jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // Would you like a cupcake?
  13.  
  14. Time: 11/9/19 3:35 AM
  15. Description: Exception in server tick loop
  16.  
  17. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Recipes+ Mod (tem)
  18. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  19. at com.TrazorMC.ExtraThings.init.ModTools.registerRender(ModTools.java:83)
  20. at com.TrazorMC.ExtraThings.init.ModTools.registerRenders(ModTools.java:70)
  21. at com.TrazorMC.ExtraThings.proxy.ServerProxy.init(ServerProxy.java:17)
  22. at com.TrazorMC.ExtraThings.ExtraThings.Init(ExtraThings.java:52)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:498)
  27. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  28. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:498)
  31. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  32. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  33. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  34. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  35. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  36. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  38. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  39. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:498)
  44. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  45. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  46. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  47. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  48. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  49. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  50. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  51. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  52. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  53. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
  54. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
  55. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
  56. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  57. at java.lang.Thread.run(Thread.java:748)
  58. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  59. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  62. ... 39 more
  63. Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@111610e6 from coremod FMLCorePlugin
  64. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
  65. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  66. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  67. ... 41 more
  68. Caused by: java.lang.RuntimeException: Attempted to load class bib for invalid side SERVER
  69. at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
  70. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
  71. ... 43 more
  72.  
  73.  
  74. A detailed walkthrough of the error, its code path and all known details is as follows:
  75. ---------------------------------------------------------------------------------------
  76.  
  77. -- System Details --
  78. Details:
  79. Minecraft Version: 1.12.2
  80. Operating System: Linux (amd64) version 3.10.0-1062.1.2.el7.x86_64
  81. Java Version: 1.8.0_222, Oracle Corporation
  82. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  83. Memory: 680034984 bytes (648 MB) / 1338507264 bytes (1276 MB) up to 11185160192 bytes (10667 MB)
  84. JVM Flags: 5 total; -Xmx12000M -Xms128M -XX:+UnlockExperimentalVMOptions -XX:MaxMetaspaceSize=480M -XX:MetaspaceSize=32M
  85. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  86. FML: MCP 9.42 Powered by Forge 14.23.5.2847 53 mods loaded, 52 mods active
  87. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  88.  
  89. | State | ID | Version | Source | Signature |
  90. |:----- |:--------------------- |:------------------------ |:----------------------------------------------------------------- |:---------------------------------------- |
  91. | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
  92. | LCHI | mcp | 9.42 | minecraft.jar | None |
  93. | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  94. | LCHI | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  95. | LCHI | additionalenderblocks | 2.1 | AdditionalEnderBlocks-2.1.jar | None |
  96. | LCHI | carrots | 1.0.0b1 | carrotslib-mc1.12.2-1.0.0b1.jar | None |
  97. | LCHI | armorunder | 1.0.0 | armorunder-mc1.12.2-1.0.0.jar | None |
  98. | LCHI | jei | 4.12.0.216 | jei_1.12.2-4.12.0.216.jar | None |
  99. | LCHI | quark | r1.6-177 | Quark-r1.6-177 (Needs AutoRegLib).jar | None |
  100. | LCHI | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  101. | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2 (1).jar | None |
  102. | LCHI | betteranimalsplus | 7.0.0 | betteranimalsplus-1.12.2-7.0.0.jar | None |
  103. | LCHI | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35 (Needs CTM).jar | None |
  104. | LCHI | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
  105. | LCHI | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None |
  106. | LCHI | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
  107. | LCHI | ctdcore | 1.4.2 | CTD-Core-1.12.2-1.4.2.jar | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
  108. | LCHI | fragileglassft | 2.0.4 | Fragile+Glass+and+Thin+Ice+1.12.2-2.0.4.jar | None |
  109. | LCHI | gravestone | 1.3.1 | GraveStone-1.12.2-Graves-1.3.1.jar | None |
  110. | LCHI | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  111. | LCHI | iceandfire | 1.8.3 | iceandfire-1.8.3 (Needs Llibrary).jar | None |
  112. | LCHI | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  113. | LCHI | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  114. | LCHI | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.71.846.jar | None |
  115. | LCHI | reborncore | 3.16.4.478 | RebornCore-1.12.2-3.16.4.478-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  116. | LCHI | justsleep | 1.0.0.1 | JustSleep-1.0.0.1 (Needs reborncore).jar | None |
  117. | LCHI | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None |
  118. | LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55 (1).jar | None |
  119. | LCHI | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  120. | LCHI | moglowstone | 1.5.6 | Mo-Glowstone-1.12.2-1.5.6 (Needs CTD Core).jar | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
  121. | LCHI | shear | 1.1.2 | MoreShearables1.3.1-1.12.2.jar | None |
  122. | LCHI | naturescompass | 1.6.0 | NaturesCompass-1.12.2-1.6.0.jar | None |
  123. | LCHI | simplecore | 1.7.3.4 | simplecore-1.12.2-1.7.3.4.jar | None |
  124. | LCHI | netherrocks | 1.7.0.93 | Netherrocks-Mod-1.12.2 (Needs simplecore).jar | None |
  125. | LCHI | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
  126. | LCHE | tem | 1.1 | Recipes+ Mod v1.1.jar | None |
  127. | LCH | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  128. | LCH | sipl | 1.6 | Simply+Platinum+MC+1.12.2+(1.6).jar | None |
  129. | LCH | snowvariants | 1.12.2-1.3.1 | snowvariants-1.12.2-1.3.1.jar | None |
  130. | LCH | allsnow | 1.12.2 | Sopwith's AllSnow Mod (FORGE) 1.12.2.jar | None |
  131. | LCH | spectrite | 1.7.1 | spectrite-1.7.1.jar | 00119cfc089819bbcd2f9166a50c7f3df88ded78 |
  132. | LCH | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157 (Needs Mantle).jar | None |
  133. | LCH | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0 (Needs Tconstruct and Mantle).jar | None |
  134. | LCH | toughasnails | 3.1.0.141 | ToughAsNails-1.12.2-3.1.0.141-universal.jar | None |
  135. | LCH | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
  136. | LCH | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12 (Needs Coroutil).jar | None |
  137. | LCH | wings | 1.1.5 | wings-1.1.5-1.12.2 (Needs Llibrary).jar | None |
  138. | LCH | bauble_wings | 1.0.0 | wings-1.1.5-1.12.2 (Needs Llibrary).jar | None |
  139. | LCH | winterwonderland | 1.2.2 | WinterWonderLand-1.2.2 (1).jar | None |
  140. | LCH | worleycaves | 1.5.0 | worleycaves-1.5.0.jar | None |
  141. | LCH | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  142. | LCH | permafrost | 1.12.2-1.0.4.0 | Permafrost-1.12.2-1.0.4.0.jar | 0bf221d944c89aaf3ccb7b8315148f222be50739 |
  143. | UD | mobends_wings | 1.0.0 | wings-1.1.5-1.12.2 (Needs Llibrary).jar | None |
  144.  
  145. Loaded coremods (and transformers):
  146. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  147. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  148. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  149. wings (wings-1.1.5-1.12.2 (Needs Llibrary).jar)
  150. me.paulf.wings.server.asm.WingsRuntimePatcher
  151. me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
  152. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  153. invtweaks.forge.asm.ContainerTransformer
  154. Quark Plugin (Quark-r1.6-177 (Needs AutoRegLib).jar)
  155. vazkii.quark.base.asm.ClassTransformer
  156. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  157. team.chisel.ctm.client.asm.CTMTransformer
  158. iceandfire (iceandfire-1.8.3 (Needs Llibrary).jar)
  159. com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
  160. Pulsar/tconstruct loaded Pulses:
  161. - TinkerCommons (Enabled/Forced)
  162. - TinkerWorld (Enabled/Not Forced)
  163. - TinkerTools (Enabled/Not Forced)
  164. - TinkerHarvestTools (Enabled/Forced)
  165. - TinkerMeleeWeapons (Enabled/Forced)
  166. - TinkerRangedWeapons (Enabled/Forced)
  167. - TinkerModifiers (Enabled/Forced)
  168. - TinkerSmeltery (Enabled/Not Forced)
  169. - TinkerGadgets (Enabled/Not Forced)
  170. - TinkerOredict (Enabled/Forced)
  171. - TinkerIntegration (Enabled/Forced)
  172. - TinkerFluids (Enabled/Forced)
  173. - TinkerMaterials (Enabled/Forced)
  174. - TinkerModelRegister (Enabled/Forced)
  175. - chiselIntegration (Enabled/Not Forced)
  176.  
  177. RebornCore:
  178. Plugin Engine: 0
  179. RebornCore Version: 3.16.4.478
  180. Runtime Debofucsation 1
  181. Profiler Position: N/A (disabled)
  182. Is Modded: Definitely; Server brand changed to 'fml,forge'
  183. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement