Advertisement
skyfyyx

CrashReport

Nov 15th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.12 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar)
  5. ForgelinPlugin (Forgelin-1.7.4.jar)
  6. BedPatch (bedpatch-2.2-1.12.2.jar)
  7. SplashAnimationCoremod (SplashAnimation-0.2.0.jar)
  8. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  9. FMLPlugin (elulib-0.1.12.jar)
  10. CorePlugin (SmoothFont-mc1.12.2-1.16.1.jar)
  11. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  12. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  13. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.2-1.12.2.jar)
  14. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5-RC3506.jar)
  15. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  16. CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  17. Contact their authors BEFORE contacting forge
  18.  
  19. // There are four lights!
  20.  
  21. Time: 11/15/18 11:46 PM
  22. Description: Exception generating new chunk
  23.  
  24. java.lang.NoClassDefFoundError: net/minecraft/world/chunk/BlockStateContainer
  25. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  26. at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:2260)
  27. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:2201)
  28. at appeng.spatial.StorageChunkProvider.fillChunk(StorageChunkProvider.java:83)
  29. at appeng.spatial.StorageChunkProvider.lambda$generateChunk$0(StorageChunkProvider.java:62)
  30. at java.util.Optional.ifPresent(Unknown Source)
  31. at appeng.spatial.StorageChunkProvider.func_185932_a(StorageChunkProvider.java:62)
  32. at org.spongepowered.common.world.gen.SpongeGenerationPopulator.populate(SpongeGenerationPopulator.java:97)
  33. at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:248)
  34. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
  35. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer.java:3594)
  36. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:829)
  37. at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771)
  38. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545)
  39. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  41. at java.lang.Thread.run(Unknown Source)
  42. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.BlockStateContainer
  43. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  44. at java.lang.ClassLoader.loadClass(Unknown Source)
  45. at java.lang.ClassLoader.loadClass(Unknown Source)
  46. ... 17 more
  47. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  48. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  49. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  50. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  51. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  52. ... 19 more
  53. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector redirect$onGetStorageSize$FixVanillaBug$zmg000(Lnet/minecraft/util/BitArray;)I in mixins.common.core.json:world.chunk.MixinBlockStateContainer failed injection check, (0/1) succeeded. Using refmap mixins.common.refmap.json
  54. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:290)
  55. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1203)
  56. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
  57. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
  58. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  59. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  60. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  61. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  62. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  63. ... 22 more
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Thread: Server thread
  71. Stacktrace:
  72. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  73. at net.minecraft.world.chunk.Chunk.setBlockState(Chunk.java:2260)
  74. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:2201)
  75. at appeng.spatial.StorageChunkProvider.fillChunk(StorageChunkProvider.java:83)
  76. at appeng.spatial.StorageChunkProvider.lambda$generateChunk$0(StorageChunkProvider.java:62)
  77. at java.util.Optional.ifPresent(Unknown Source)
  78. at appeng.spatial.StorageChunkProvider.func_185932_a(StorageChunkProvider.java:62)
  79. at org.spongepowered.common.world.gen.SpongeGenerationPopulator.populate(SpongeGenerationPopulator.java:97)
  80. at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:248)
  81.  
  82. -- Chunk to be generated --
  83. Details:
  84. Location: -12,-12
  85. Position hash: -47244640268
  86. Generator: SpongeChunkGeneratorForge{world=WorldServer{Name=DIM-5, DimensionId=-5, DimensionType=appliedenergistics2:storage_cell, DimensionTypeId=-11}}
  87. Stacktrace:
  88. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
  89. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer.java:3594)
  90. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:829)
  91.  
  92. -- Sponge PhaseTracker --
  93. Details:
  94. Phase Stack: [Empty stack]
  95. Stacktrace:
  96. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjk000(MinecraftServer.java:3980)
  97. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  98. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  99. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554)
  100. at java.lang.Thread.run(Unknown Source)
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.12.2
  105. Operating System: Windows 10 (amd64) version 10.0
  106. Java Version: 1.8.0_191, Oracle Corporation
  107. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108. Memory: 2724556736 bytes (2598 MB) / 3933208576 bytes (3751 MB) up to 3933208576 bytes (3751 MB)
  109. JVM Flags: 2 total; -Xmx4g -Xms4g
  110. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  111. FML: MCP 9.42 Powered by Forge 14.23.5.2768 184 mods loaded, 184 mods active
  112. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  113.  
  114. | State | ID | Version | Source | Signature |
  115. |:------- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
  116. | UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None |
  117. | UCHIJAA | mcp | 9.42 | minecraft.jar | None |
  118. | UCHIJAA | FML | 8.0.99.99 | startServ.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  119. | UCHIJAA | forge | 14.23.5.2768 | startServ.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  120. | UCHIJAA | smoothfontcore | mc1.12.2-1.16 | minecraft.jar | None |
  121. | UCHIJAA | spongeapi | 7.1.0-4f54ce0d | spongeforge-1.12.2-2768-7.1.5-RC3506.jar | None |
  122. | UCHIJAA | sponge | 1.12.2-7.1.5-SNAPSHOT | spongeforge-1.12.2-2768-7.1.5-RC3506.jar | None |
  123. | UCHIJAA | spongeforge | 1.12.2-2768-7.1.5-RC3506 | spongeforge-1.12.2-2768-7.1.5-RC3506.jar | None |
  124. | UCHIJAA | openmodscore | 0.12.1 | minecraft.jar | None |
  125. | UCHIJAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  126. | UCHIJAA | elucore | 1.0 | minecraft.jar | None |
  127. | UCHIJAA | fastbench | 1.5.3 | FastWorkbench-1.12.2-1.5.3.jar | None |
  128. | UCHIJAA | actuallyadditions | 1.12.2-r143 | ActuallyAdditions-1.12.2-r143.jar | None |
  129. | UCHIJAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  130. | UCHIJAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  131. | UCHIJAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  132. | UCHIJAA | crafttweaker | 4.1.11 | CraftTweaker2-1.12-4.1.11.jar | None |
  133. | UCHIJAA | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
  134. | UCHIJAA | modtweaker | 4.0.15 | modtweaker-4.0.15.jar | None |
  135. | UCHIJAA | jei | 4.13.1.220 | jei_1.12.2-4.13.1.220.jar | None |
  136. | UCHIJAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  137. | UCHIJAA | appliedenergistics2 | rv6-stable-3 | appliedenergistics2-rv6-stable-3.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  138. | UCHIJAA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
  139. | UCHIJAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  140. | UCHIJAA | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
  141. | UCHIJAA | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None |
  142. | UCHIJAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  143. | UCHIJAA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  144. | UCHIJAA | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  145. | UCHIJAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  146. | UCHIJAA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  147. | UCHIJAA | ic2 | 2.8.101-ex112 | industrialcraft-2-2.8.101-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  148. | UCHIJAA | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None |
  149. | UCHIJAA | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  150. | UCHIJAA | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  151. | UCHIJAA | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  152. | UCHIJAA | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  153. | UCHIJAA | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  154. | UCHIJAA | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  155. | UCHIJAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
  156. | UCHIJAA | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None |
  157. | UCHIJAA | bloodmagic | 1.12.2-2.3.3-101 | BloodMagic-1.12.2-2.3.3-101.jar | None |
  158. | UCHIJAA | bookshelf | 2.3.559 | Bookshelf-1.12.2-2.3.559.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  159. | UCHIJAA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  160. | UCHIJAA | botania | r1.10-356 | Botania r1.10-356.jar | None |
  161. | UCHIJAA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  162. | UCHIJAA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  163. | UCHIJAA | brandonscore | 2.4.5 | BrandonsCore-1.12.2-2.4.5.176-universal.jar | None |
  164. | UCHIJAA | buildinggadgets | 2.3.6 | BuildingGadgets-2.3.6.jar | None |
  165. | UCHIJAA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  166. | UCHIJAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  167. | UCHIJAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  168. | UCHIJAA | chickens | 6.0.4 | chickens-6.0.4.jar | None |
  169. | UCHIJAA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  170. | UCHIJAA | chiselsandbits | 14.26 | chiselsandbits-14.26.jar | None |
  171. | UCHIJAA | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  172. | UCHIJAA | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
  173. | UCHIJAA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  174. | UCHIJAA | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
  175. | UCHIJAA | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
  176. | UCHIJAA | cookingforblockheads | 6.4.65 | CookingForBlockheads_1.12.2-6.4.65.jar | None |
  177. | UCHIJAA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  178. | UCHIJAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.11.jar | None |
  179. | UCHIJAA | modcurrency | 1.12-1.3.6 | Currency-1.12.0-1.3.6.jar | None |
  180. | UCHIJAA | darkutils | 1.8.217 | DarkUtils-1.12.2-1.8.217.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  181. | UCHIJAA | diethopper | 1.1 | diethopper-1.1.jar | None |
  182. | UCHIJAA | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
  183. | UCHIJAA | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  184. | UCHIJAA | draconicevolution | 2.3.15 | Draconic-Evolution-1.12.2-2.3.15.312-universal.jar | None |
  185. | UCHIJAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
  186. | UCHIJAA | endercore | 1.12.2-0.5.41 | EnderCore-1.12.2-0.5.41.jar | None |
  187. | UCHIJAA | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  188. | UCHIJAA | enderio | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  189. | UCHIJAA | enderiointegrationtic | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  190. | UCHIJAA | enderiobase | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  191. | UCHIJAA | enderioconduits | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  192. | UCHIJAA | enderioconduitsappliedenergistics | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  193. | UCHIJAA | refinedstorage | 1.6.8 | refinedstorage-1.6.8.jar | None |
  194. | UCHIJAA | enderioconduitsopencomputers | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  195. | UCHIJAA | enderioconduitsrefinedstorage | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  196. | UCHIJAA | enderiointegrationforestry | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  197. | UCHIJAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  198. | UCHIJAA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  199. | UCHIJAA | enderiointegrationticlate | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  200. | UCHIJAA | ftblib | 5.3.0.56 | FTBLib-5.3.0.56.jar | None |
  201. | UCHIJAA | enderiomachines | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  202. | UCHIJAA | enderiopowertools | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  203. | UCHIJAA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  204. | UCHIJAA | theoneprobe | 1.4.25 | theoneprobe-1.12-1.4.25.jar | None |
  205. | UCHIJAA | immersiveengineering | 0.12-86 | ImmersiveEngineering-0.12-86.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  206. | UCHIJAA | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
  207. | UCHIJAA | valkyrielib | 1.12.2-2.0.17.2 | valkyrielib-1.12.2-2.0.17.3.jar | None |
  208. | UCHIJAA | environmentaltech | 1.12.2-2.0.17.1 | environmentaltech-1.12.2-2.0.17.1.jar | None |
  209. | UCHIJAA | etlunar | 1.12.2-2.0.17.1 | etlunar-1.12.2-2.0.17.1.jar | None |
  210. | UCHIJAA | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  211. | UCHIJAA | exnihilocreatio | 1.12-0.2.4 | exnihilocreatio-1.12-0.2.4.jar | None |
  212. | UCHIJAA | extrautils2 | 1.0 | extrautils2-1.12-1.9.7.jar | None |
  213. | UCHIJAA | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
  214. | UCHIJAA | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
  215. | UCHIJAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  216. | UCHIJAA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  217. | UCHIJAA | sonarcore | 5.0.16 | sonarcore-1.12.2-5.0.16-16.jar | None |
  218. | UCHIJAA | fluxnetworks | 3.0.16 | fluxnetworks-1.12.2-3.0.16-11.jar | None |
  219. | UCHIJAA | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
  220. | UCHIJAA | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
  221. | UCHIJAA | forgemultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  222. | UCHIJAA | microblockcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  223. | UCHIJAA | minecraftmultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  224. | UCHIJAA | ftbguides | 1.0.2.23 | FTBGuides-1.0.2.23.jar | None |
  225. | UCHIJAA | ftbquests | 1.2.1.62 | FTBQuests-1.2.1.62.jar | None |
  226. | UCHIJAA | ftbutilities | 5.3.0.52 | FTBUtilities-5.3.0.52.jar | None |
  227. | UCHIJAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  228. | UCHIJAA | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
  229. | UCHIJAA | hatchery | 2.1.4 | hatchery-1.12.2-2.1.4.jar | None |
  230. | UCHIJAA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  231. | UCHIJAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.11.5-215.jar | None |
  232. | UCHIJAA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  233. | UCHIJAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  234. | UCHIJAA | ironchest | 1.12.2-7.0.52.837 | ironchest-1.12.2-7.0.52.837.jar | None |
  235. | UCHIJAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  236. | UCHIJAA | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  237. | UCHIJAA | longfallboots | 1.2.1a | longfallboots-1.2.1b.jar | None |
  238. | UCHIJAA | lootbags | 2.5.7 | LootBags-1.12.2-2.5.7.jar | None |
  239. | UCHIJAA | loottweaker | 0.0.8 | LootTweaker-1.12.2-0.0.8.jar | None |
  240. | UCHIJAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  241. | UCHIJAA | mcjtylib_ng | 3.0.6 | mcjtylib-1.12-3.0.6.jar | None |
  242. | UCHIJAA | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  243. | UCHIJAA | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  244. | UCHIJAA | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None |
  245. | UCHIJAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  246. | UCHIJAA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  247. | UCHIJAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  248. | UCHIJAA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  249. | UCHIJAA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  250. | UCHIJAA | notenoughwands | 1.7.1 | notenoughwands-1.12-1.7.1.jar | None |
  251. | UCHIJAA | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  252. | UCHIJAA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  253. | UCHIJAA | oreexcavation | 1.4.129 | OreExcavation-1.4.129.jar | None |
  254. | UCHIJAA | projecte | 1.12-PE1.3.1B | ProjectE-1.12-PE1.3.1B.jar | None |
  255. | UCHIJAA | p455w0rdslib | 2.0.35 | p455w0rdslib-1.12-2.0.35.jar | None |
  256. | UCHIJAA | placebo | 1.4.1 | Placebo-1.12.2-1.4.1.jar | None |
  257. | UCHIJAA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  258. | UCHIJAA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  259. | UCHIJAA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  260. | UCHIJAA | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
  261. | UCHIJAA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
  262. | UCHIJAA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  263. | UCHIJAA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  264. | UCHIJAA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  265. | UCHIJAA | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
  266. | UCHIJAA | reborncore | 3.10.2.337 | RebornCore-1.12.2-3.10.2.337-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  267. | UCHIJAA | quantumstorage | 4.6.2 | QuantumStorage-1.12-4.6.2.jar | None |
  268. | UCHIJAA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.2.2.65.jar | None |
  269. | UCHIJAA | redstonearsenal | 2.6.1 | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  270. | UCHIJAA | refinedstorageaddons | 0.4.2 | refinedstorageaddons-0.4.2.jar | None |
  271. | UCHIJAA | rftools | 7.56 | rftools-1.12-7.56.jar | None |
  272. | UCHIJAA | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
  273. | UCHIJAA | rftoolspower | 1.1.1 | rftoolspower-1.12-1.1.1.jar | None |
  274. | UCHIJAA | roost | 1.2.0 | roost-1.12-1.2.0.jar | None |
  275. | UCHIJAA | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  276. | UCHIJAA | simplyjetpacks | 2.2.9.58 | SimplyJetpacks2-1.12.2-2.2.9.58.jar | None |
  277. | UCHIJAA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  278. | UCHIJAA | stevescarts | 2.4.24.118 | StevesCarts-1.12.2-2.4.24.118.jar | None |
  279. | UCHIJAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
  280. | UCHIJAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  281. | UCHIJAA | teamislands | 1.0.1.13 | TeamIslands-1.0.1.13.jar | None |
  282. | UCHIJAA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  283. | UCHIJAA | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  284. | UCHIJAA | thermalinnovation | 0.3.1 | ThermalInnovation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  285. | UCHIJAA | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
  286. | UCHIJAA | topaddons | 1.12.2-1.9.1 | topaddons-1.12.2-1.9.1.jar | None |
  287. | UCHIJAA | torchmaster | 1.6.4.62 | torchmaster_1.12.2-1.6.4.62.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  288. | UCHIJAA | ts2k16 | 1.2.9 | TS2K16-1.2.9.jar | None |
  289. | UCHIJAA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.17.3.jar | None |
  290. | UCHIJAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  291. | UCHIJAA | wct | 3.10.82 | WirelessCraftingTerminal-1.12.2-3.10.82.jar | None |
  292. | UCHIJAA | woot | 1.12.2-1.4.6 | woot-1.12.2-1.4.6.jar | None |
  293. | UCHIJAA | xnet | 1.7.4 | xnet-1.12-1.7.4.jar | None |
  294. | UCHIJAA | yabba | 1.1.2.28 | YABBA-1.1.2.28.jar | None |
  295. | UCHIJAA | yunomakegoodmap | 1.12-6.3.0.29 | YUNoMakeGoodMap-1.12-6.3.0.29.jar | None |
  296. | UCHIJAA | industrialwires | 1.7-31 | IndustrialWires-1.7-31.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  297. | UCHIJAA | elulib | 0.1.12 | elulib-0.1.12.jar | None |
  298. | UCHIJAA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  299. | UCHIJAA | unidict | 1.12.2-2.9.1 | UniDict-1.12.2-2.9.1.jar | None |
  300.  
  301. Loaded coremods (and transformers):
  302. EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar)
  303. com.enderio.core.common.transform.EnderCoreTransformer
  304. com.enderio.core.common.transform.SimpleMixinPatcher
  305. ForgelinPlugin (Forgelin-1.7.4.jar)
  306.  
  307. BedPatch (bedpatch-2.2-1.12.2.jar)
  308. com.mordenkainen.bedpatch.BedPatchASM
  309. SplashAnimationCoremod (SplashAnimation-0.2.0.jar)
  310. pl.asie.splashanimation.core.SplashProgressTransformer
  311. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  312. invtweaks.forge.asm.ContainerTransformer
  313. FMLPlugin (elulib-0.1.12.jar)
  314. elucent.elulib.asm.ASMTransformer
  315. CorePlugin (SmoothFont-mc1.12.2-1.16.1.jar)
  316. bre.smoothfont.asm.Transformer
  317. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  318. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  319. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  320. lumien.resourceloader.asm.ClassTransformer
  321. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.2-1.12.2.jar)
  322. pl.asie.foamfix.coremod.FoamFixTransformer
  323. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5-RC3506.jar)
  324. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  325. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  326. openmods.core.OpenModsClassTransformer
  327. CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  328. team.chisel.ctm.client.asm.CTMTransformer
  329. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  330. AE2 Version: stable rv6-stable-3 for Forge 14.23.5.2768
  331. Pulsar/tconstruct loaded Pulses:
  332. - TinkerCommons (Enabled/Forced)
  333. - TinkerWorld (Enabled/Not Forced)
  334. - TinkerTools (Enabled/Not Forced)
  335. - TinkerHarvestTools (Enabled/Forced)
  336. - TinkerMeleeWeapons (Enabled/Forced)
  337. - TinkerRangedWeapons (Enabled/Forced)
  338. - TinkerModifiers (Enabled/Forced)
  339. - TinkerSmeltery (Enabled/Not Forced)
  340. - TinkerGadgets (Enabled/Not Forced)
  341. - TinkerOredict (Enabled/Forced)
  342. - TinkerIntegration (Enabled/Forced)
  343. - TinkerFluids (Enabled/Forced)
  344. - TinkerMaterials (Enabled/Forced)
  345. - TinkerModelRegister (Enabled/Forced)
  346. - chiselIntegration (Enabled/Not Forced)
  347. - chiselsandbitsIntegration (Enabled/Not Forced)
  348. - craftingtweaksIntegration (Enabled/Not Forced)
  349. - theoneprobeIntegration (Enabled/Not Forced)
  350.  
  351. List of loaded APIs:
  352. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r143.jar
  353. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-3.jar
  354. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  355. * betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
  356. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  357. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
  358. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.3-101.jar
  359. * BotaniaAPI (79) from AkashicTome-1.2-10.jar
  360. * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
  361. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  362. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  363. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.26.jar
  364. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.1.22-universal.jar
  365. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  366. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  367. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  368. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  369. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  370. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  371. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.15.312-universal.jar
  372. * ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
  373. * ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
  374. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  375. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  376. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  377. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  378. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  379. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  380. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  381. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  382. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.36.jar
  383. * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.16-11.jar
  384. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.322.jar
  385. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.322.jar
  386. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.322.jar
  387. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.322.jar
  388. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.322.jar
  389. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.322.jar
  390. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.322.jar
  391. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.322.jar
  392. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.322.jar
  393. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.322.jar
  394. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.322.jar
  395. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.322.jar
  396. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.322.jar
  397. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.322.jar
  398. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.322.jar
  399. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.322.jar
  400. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.322.jar
  401. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.322.jar
  402. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.322.jar
  403. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.322.jar
  404. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  405. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
  406. * HatcheryAPI (1.11.2R1.0.0) from hatchery-1.12.2-2.1.4.jar
  407. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-86.jar
  408. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-86.jar
  409. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.5-215.jar
  410. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.13.1.220.jar
  411. * modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar
  412. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
  413. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.jar
  414. * projecteapi (1.12.2-1.0.0) from ProjectE-1.12-PE1.3.1B.jar
  415. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.35.jar
  416. * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
  417. * reborncoreAPI (3.10.2.337) from RebornCore-1.12.2-3.10.2.337-universal.jar
  418. * reborncoreAPI|Power (3.10.2.337) from RebornCore-1.12.2-3.10.2.337-universal.jar
  419. * reborncoreAPI|Recipe (3.10.2.337) from RebornCore-1.12.2-3.10.2.337-universal.jar
  420. * reborncoreAPI|Tile (3.10.2.337) from RebornCore-1.12.2-3.10.2.337-universal.jar
  421. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  422. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.16-16.jar
  423. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.24.118.jar
  424. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.24.118.jar
  425. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  426. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  427. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  428. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  429. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  430. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  431. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
  432. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.25.jar
  433. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.17.3.jar
  434. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.10.82.jar
  435. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  436. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  437. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  438. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  439. RebornCore:
  440. Plugin Engine: 1
  441. RebornCore Version: 3.10.2.337
  442. Runtime Debofucsation 1
  443. Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  444. An unsupported base software is installed: 'sponge'. This is NOT supported.
  445. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  446.  
  447. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  448. !!!You are looking at the diagnostics information, not at the crash. !!!
  449. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  450. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  451.  
  452. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  453. Profiler Position: N/A (disabled)
  454. Player Count: 0 / 20; []
  455. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  456. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement