Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.82 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.12.2-2825-7.1.6 (1).jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Hey, that tickles! Hehehe!
  8.  
  9. Time: 6/19/19 12:09 PM
  10. Description: Exception in server tick loop
  11.  
  12. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from PokeBrawls (pokebrawls)
  13. Caused by: java.lang.NoClassDefFoundError: cubex2/cs4/plugins/vanilla/block/BlockFluid
  14. at cubex2.cs4.plugins.vanilla.block.BlockFactory.<clinit>(BlockFactory.java:203)
  15. at cubex2.cs4.plugins.vanilla.ContentBlockOrientableHorizontal.createBlockWithoutSubtypes(ContentBlockOrientableHorizontal.java:20)
  16. at cubex2.cs4.plugins.vanilla.ContentBlockBaseWithSubtypes.createBlock(ContentBlockBaseWithSubtypes.java:37)
  17. at cubex2.cs4.plugins.vanilla.ContentBlockBase.doBlockInit(ContentBlockBase.java:131)
  18. at cubex2.cs4.plugins.vanilla.ContentBlockBase.init(ContentBlockBase.java:90)
  19. at cubex2.cs4.data.ContentLoader.lambda$init$0(ContentLoader.java:36)
  20. at java.util.ArrayList.forEach(ArrayList.java:1257)
  21. at cubex2.cs4.data.ContentLoader.init(ContentLoader.java:36)
  22. at cubex2.cs4.data.ContentLoader.lambda$init$0(ContentLoader.java:36)
  23. at java.util.ArrayList.forEach(ArrayList.java:1257)
  24. at cubex2.cs4.data.ContentLoader.init(ContentLoader.java:36)
  25. at cubex2.cs4.ModLoader.lambda$initContents$1(ModLoader.java:136)
  26. at java.util.ArrayList.forEach(ArrayList.java:1257)
  27. at cubex2.cs4.ModLoader.initContents(ModLoader.java:136)
  28. at cubex2.cs4.ModLoader.doPreInitMod(ModLoader.java:75)
  29. at cubex2.cs4.ModLoader.onPreInitMod(ModLoader.java:68)
  30. at cs4mod.pokebrawls.preInit(Unknown Source)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:498)
  35. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  36. at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:498)
  39. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  40. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  41. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  42. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  43. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  44. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  46. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  47. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:498)
  52. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  53. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  54. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  55. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  56. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  57. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  58. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  59. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:553)
  60. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  61. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  62. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  63. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  64. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  65. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  66. at java.lang.Thread.run(Thread.java:748)
  67. Caused by: java.lang.ClassNotFoundException: cubex2.cs4.plugins.vanilla.block.BlockFluid
  68. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  69. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  70. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  71. ... 53 more
  72. Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fluids/BlockFluidClassic
  73. at java.lang.ClassLoader.defineClass1(Native Method)
  74. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  75. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  76. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  77. ... 55 more
  78. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fluids.BlockFluidClassic
  79. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  80. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  81. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  82. ... 59 more
  83.  
  84.  
  85. A detailed walkthrough of the error, its code path and all known details is as follows:
  86. ---------------------------------------------------------------------------------------
  87.  
  88. -- Head --
  89. Thread: Server thread
  90. Stacktrace:
  91. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3980)
  92.  
  93. -- Sponge PhaseTracker --
  94. Details:
  95. Phase Stack: [Empty stack]
  96. Stacktrace:
  97. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3980)
  98. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  99. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  100. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  101. at java.lang.Thread.run(Thread.java:748)
  102.  
  103. -- System Details --
  104. Details:
  105. Minecraft Version: 1.12.2
  106. Operating System: Linux (amd64) version 4.9.164-xxxx-std-ipv6-64
  107. Java Version: 1.8.0_212, Oracle Corporation
  108. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  109. Memory: 1481093536 bytes (1412 MB) / 2464153600 bytes (2350 MB) up to 9544663040 bytes (9102 MB)
  110. JVM Flags: 1 total; -Xmx10240M
  111. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  112. FML: MCP 9.42 Powered by Forge 14.23.5.2781 54 mods loaded, 54 mods active
  113. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  114.  
  115. | State | ID | Version | Source | Signature |
  116. |:----- |:------------------------ |:---------------------- |:---------------------------------------------- |:---------------------------------------- |
  117. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  118. | LCH | mcp | 9.42 | minecraft.jar | None |
  119. | LCH | FML | 8.0.99.99 | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  120. | LCH | forge | 14.23.5.2781 | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  121. | LCH | spongeapi | 7.1.0-fb496dbf0 | spongeforge-1.12.2-2825-7.1.6 (1).jar | None |
  122. | LCH | sponge | 1.12.2-7.1.6 | spongeforge-1.12.2-2825-7.1.6 (1).jar | None |
  123. | LCH | spongeforge | 1.12.2-2825-7.1.6 | spongeforge-1.12.2-2825-7.1.6 (1).jar | None |
  124. | LCH | animalbikes | 1.11.2 | AnimalBikes_1.12.2(13Jan19).jar | None |
  125. | LCH | customstuff4 | 0.5.3 | customstuff4-1.12.2-0.5.3 (1).jar | None |
  126. | LCH | pixelmon | 7.0.6 | Pixelmon-1.12.2-7.0.6-universal.jar | None |
  127. | LCH | pixelmoneconomybridge | 2.0.7 | EcoBridge-1.12.2-2.0.7.jar | None |
  128. | LCH | evenmorepixelmoncommands | 5.1.0 | EvenMorePixelmonCommands-1.12.2-5.1.0.jar | None |
  129. | LCH | flatcoloredblocks | mc1.12-6.8 | flatcoloredblocks-mc1.12-6.8.jar | None |
  130. | LCH | cfm | 6.3.0 | furniture-6.3.0-1.12.2.jar | None |
  131. | LCH | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  132. | LCH | hats | 7.0.0 | iChuns-Hats-Mod-1.12.2.jar | None |
  133. | LCH | legendaryplus | 4.2 | LegendaryPlus-4.2.jar | None |
  134. | LCH | meltanfixer | 1.12.2-1.0.4-universal | MeltanFixer-1.12.2-1.0.4-universal.jar | None |
  135. | LCH | pixelextras | 2.4.7 | PixelExtras-1.12.2-2.4.7-universal.jar | None |
  136. | LCH | pixelhunt | 1.1.3 | PixelHunt-1.1.3-MC1.12.2-S7.2.0.jar | None |
  137. | LCH | pixelmoney | 3.0.2 | PixelMoney-1.12.2-3.0.2.jar | None |
  138. | LCH | pokebrawls-auth | 0.0.1 | pokebrawls-authentification-0.0.1-SNAPSHOT.jar | None |
  139. | LCE | pokebrawls | 1.0.0 | pokebrawls.jar | None |
  140. | LC | simpledexrewards | | SimpleDexRewards-1.0-RELEASE-.jar | None |
  141. | LC | stairs | 1.12.2-b18 | Stairs-1.12.2-b18.jar | None |
  142. | LC | placeholderapi | 4.4 | PlaceholderAPI-4.4.jar | None |
  143. | LC | tournaments | 2.5.9 | Tournaments-1.12.2-2.5.9.jar | None |
  144. | LC | trainercommands | 2.5.0 | TrainerCommands-1.12.2-2.5.0-universal.jar | None |
  145. | LC | worldedit | 6.1.9-SNAPSHOT | worldedit-sponge-6.1.9-SNAPSHOT-dist.jar | None |
  146. | LC | economylite | 2.15.1 | EconomyLite-7.1.0-2.15.1.jar | None |
  147. | LC | pixelmonplaceholders | 2.1.3 | pixelmonplaceholders-2.1.3.jar | None |
  148. | LC | borderprotector | 1.1 | BorderProtector.jar | None |
  149. | LC | aliases | 1.0 | Aliases-1.0.jar | None |
  150. | LC | skinsrestorer | 13.6.2 | SkinsRestorer.jar | None |
  151. | LC | nofalldamage | 1.0.0 | NoFallDamage-1.0-SNAPSHOT.jar | None |
  152. | LC | spotlin | 0.2.0 | spotlin-7.0.0-1.3.0-0.2.0.jar | None |
  153. | LC | luckperms | 4.4.26 | LuckPerms-Sponge-4.4.26.jar | None |
  154. | LC | holograms | 3.1.5 | holograms-3.1.5.jar | None |
  155. | LC | nucleus | 1.11.0-S7.1 | Nucleus-1.11.0-S7.1-MC1.12.2-plugin.jar | None |
  156. | LC | pixelgenocide | 1.0.4 | PixelGenocide-1.0.4.jar | None |
  157. | LC | impactor | 1.4.5 | Impactor-S7.1.5-1.4.5.jar | None |
  158. | LC | pjc | 0.3.0 | projectcore-7.2.0-0.3.0.jar | None |
  159. | LC | huskyui | 0.6.0PRE4 | HuskyUI-v0.6.0-PRE4-API7.jar | None |
  160. | LC | huskycrates | 2.0.0PRE10 | HuskyCrates-v2.0.0-PRE10-API7.jar | None |
  161. | LC | voxelsniper | 8.5.0-SNAPSHOT | VoxelSniper-8.5.0-SNAPSHOT.jar | None |
  162. | LC | pjp | 0.15.2 | projectportals-7.2.0-0.15.2.jar | None |
  163. | LC | protectionperms | 1.4.3 | ProtectionPerms-1.4.3.jar | None |
  164. | LC | tabmanager | 2.1.3-S7.0-MC1.12.2 | TabManager-2.1.3-S7.0-MC1.12.2.jar | None |
  165. | LC | gts | S7.1-4.1.5 | GTS-S7.1-4.1.5.jar | None |
  166. | LC | virtualchest | 1.0.0-rc-3 | VirtualChest-1.0.0-rc-3.jar | None |
  167. | LC | commandsigns | 2.10 | commandsigns-2.10.jar | None |
  168. | LC | itemchat | 1.4.2 | ItemChat-1.4.2.jar | None |
  169. | LC | griefprevention | 1.12.2-4.3.0.689 | griefprevention-1.12.2-4.3.0.689.jar | None |
  170. | LC | boop | 1.6.2 | Boop-1.6.2.jar | None |
  171.  
  172. Loaded coremods (and transformers):
  173. SpongeCoremod (spongeforge-1.12.2-2825-7.1.6 (1).jar)
  174. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  175. Profiler Position: N/A (disabled)
  176. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  177. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement