Advertisement
ScaryScoope

Crash Report FTB

Mar 5th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AstralCore (astralsorcery-1.12.2-1.10.3.jar)
  5. EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
  6. ForgelinPlugin (Forgelin-1.8.0.jar)
  7. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  8. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  9. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  10. 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)
  11. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  12. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5.jar)
  13. CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  14. Contact their authors BEFORE contacting forge
  15.  
  16. // I feel sad now :(
  17.  
  18. Time: 3/5/19 7:06 PM
  19. Description: Exception generating new chunk
  20.  
  21. java.lang.NoClassDefFoundError: net/minecraft/world/chunk/BlockStateContainer
  22. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  23. at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:117)
  24. at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:285)
  25. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
  26. at net.minecraft.world.World.func_72964_e(World.java:310)
  27. at net.minecraft.world.World.func_175726_f(World.java:305)
  28. at net.minecraft.world.WorldServer.func_180495_p(WorldServer.java:3261)
  29. at net.minecraft.world.World.func_175623_d(World.java:230)
  30. at net.minecraft.world.World.func_184141_c(World.java:210)
  31. at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:76)
  32. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:944)
  33. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:866)
  34. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:807)
  35. at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771)
  36. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545)
  37. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  39. at java.lang.Thread.run(Thread.java:748)
  40. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.BlockStateContainer
  41. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  42. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  43. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  44. ... 18 more
  45. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  46. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  47. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  48. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  49. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  50. ... 20 more
  51. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector redirect$onGetStorageSize$FixVanillaBug$zmi000(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
  52. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:290)
  53. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1203)
  54. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
  55. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
  56. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  57. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  58. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  59. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  60. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  61. ... 23 more
  62.  
  63.  
  64. A detailed walkthrough of the error, its code path and all known details is as follows:
  65. ---------------------------------------------------------------------------------------
  66.  
  67. -- Head --
  68. Thread: Server thread
  69. Stacktrace:
  70. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  71. at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:117)
  72. at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:285)
  73.  
  74. -- Chunk to be generated --
  75. Details:
  76. Location: -16,15
  77. Position hash: 68719476720
  78. Generator: SpongeChunkGeneratorForge{world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0}}
  79. Stacktrace:
  80. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
  81. at net.minecraft.world.World.func_72964_e(World.java:310)
  82. at net.minecraft.world.World.func_175726_f(World.java:305)
  83. at net.minecraft.world.WorldServer.func_180495_p(WorldServer.java:3261)
  84. at net.minecraft.world.World.func_175623_d(World.java:230)
  85. at net.minecraft.world.World.func_184141_c(World.java:210)
  86. at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:76)
  87. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:944)
  88.  
  89. -- Affected level --
  90. Details:
  91. Level name: world
  92. All players: 0 total; []
  93. Chunk stats: ServerChunkCache: 0 Drop: 0
  94. Level seed: -184568475254685
  95. Level generator: ID 00 - default, ver 1. Features enabled: false
  96. Level generator options:
  97. Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  98. Level time: 0 game time, 0 day time
  99. Level dimension: 0
  100. Level storage version: 0x00000 - Unknown?
  101. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  102. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  103. Stacktrace:
  104. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:866)
  105. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:807)
  106.  
  107. -- Sponge PhaseTracker --
  108. Details:
  109. Phase Stack: /**************************************************************************************************************/
  110. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  111. /* Context: */
  112. /* - Source: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  113. /* - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} */
  114. /* - World: null */
  115. /**************************************************************************************************************/
  116.  
  117. Stacktrace:
  118. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjm000(MinecraftServer.java:3973)
  119. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  120. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  121. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554)
  122. at java.lang.Thread.run(Thread.java:748)
  123.  
  124. -- System Details --
  125. Details:
  126. Minecraft Version: 1.12.2
  127. Operating System: Linux (amd64) version 4.9.154-xxxx-std-ipv6-64
  128. Java Version: 1.8.0_191, Oracle Corporation
  129. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  130. Memory: 419527048 bytes (400 MB) / 1855614976 bytes (1769 MB) up to 5248647168 bytes (5005 MB)
  131. JVM Flags: 3 total; -Xmx5072M -XX:+UseParNewGC -XX:+UseConcMarkSweepGC
  132. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  133. FML: MCP 9.42 Powered by Forge 14.23.5.2772 162 mods loaded, 162 mods active
  134. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  135.  
  136. | State | ID | Version | Source | Signature |
  137. |:------- |:--------------------------------- |:----------------- |:--------------------------------------------------- |:---------------------------------------- |
  138. | UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None |
  139. | UCHIJAA | mcp | 9.42 | minecraft.jar | None |
  140. | UCHIJAA | FML | 8.0.99.99 | FTBserver-1.12.2-14.23.5.2772-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  141. | UCHIJAA | forge | 14.23.5.2772 | FTBserver-1.12.2-14.23.5.2772-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  142. | UCHIJAA | spongeapi | 7.1.0-366290f8 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  143. | UCHIJAA | sponge | 1.12.2-7.1.5 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  144. | UCHIJAA | spongeforge | 1.12.2-2768-7.1.5 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  145. | UCHIJAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  146. | UCHIJAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
  147. | UCHIJAA | fastbench | 1.5.3 | FastWorkbench-1.12.2-1.5.3.jar | None |
  148. | UCHIJAA | actuallyadditions | 1.12.2-r143 | ActuallyAdditions-1.12.2-r143.jar | None |
  149. | UCHIJAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  150. | UCHIJAA | crafttweaker | 4.1.11 | CraftTweaker2-1.12-4.1.11.jar | None |
  151. | UCHIJAA | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
  152. | UCHIJAA | modtweaker | 4.0.15 | modtweaker-4.0.15.jar | None |
  153. | UCHIJAA | jei | 4.13.1.222 | jei_1.12.2-4.13.1.222.jar | None |
  154. | UCHIJAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  155. | UCHIJAA | appliedenergistics2 | rv6-stable-3 | appliedenergistics2-rv6-stable-3.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  156. | UCHIJAA | aroma1997core | 2.0.0.0 | Aroma1997Core-1.12.2-2.0.0.0.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  157. | UCHIJAA | aroma1997sdimension | 2.0.0.2.b86 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b86.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  158. | UCHIJAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  159. | UCHIJAA | astralsorcery | 1.10.3 | astralsorcery-1.12.2-1.10.3.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  160. | UCHIJAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  161. | UCHIJAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  162. | UCHIJAA | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
  163. | UCHIJAA | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None |
  164. | UCHIJAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  165. | UCHIJAA | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  166. | UCHIJAA | betterbuilderswands | 0.12.0 | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar | None |
  167. | UCHIJAA | ic2 | 2.8.101-ex112 | industrialcraft-2-2.8.101-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  168. | UCHIJAA | forestry | 5.8.2.366 | forestry_1.12.2-5.8.2.366.jar | None |
  169. | UCHIJAA | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  170. | UCHIJAA | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  171. | UCHIJAA | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  172. | UCHIJAA | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  173. | UCHIJAA | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  174. | UCHIJAA | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
  175. | UCHIJAA | biomesoplenty | 7.0.1.2402 | BiomesOPlenty-1.12.2-7.0.1.2402-universal.jar | None |
  176. | UCHIJAA | blockcraftery | 1.12.2-1.1.0 | blockcraftery-1.12.2-1.1.0.jar | None |
  177. | UCHIJAA | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None |
  178. | UCHIJAA | bloodmagic | 1.12.2-2.3.3-101 | BloodMagic-1.12.2-2.3.3-101.jar | None |
  179. | UCHIJAA | bookshelf | 2.3.568 | Bookshelf-1.12.2-2.3.568.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  180. | UCHIJAA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  181. | UCHIJAA | botania | r1.10-357 | Botania r1.10-357.jar | None |
  182. | UCHIJAA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  183. | UCHIJAA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  184. | UCHIJAA | brandonscore | 2.4.7 | BrandonsCore-1.12.2-2.4.7.189-universal.jar | None |
  185. | UCHIJAA | buildinggadgets | 2.4.5 | BuildingGadgets-2.4.5.jar | None |
  186. | UCHIJAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  187. | UCHIJAA | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  188. | UCHIJAA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  189. | UCHIJAA | chiselsandbits | 14.27 | chiselsandbits-14.27.jar | None |
  190. | UCHIJAA | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
  191. | UCHIJAA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  192. | UCHIJAA | cyclopscore | 0.11.11 | CyclopsCore-1.12.2-0.11.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  193. | UCHIJAA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
  194. | UCHIJAA | refinedstorage | 1.6.9 | refinedstorage-1.6.9.jar | None |
  195. | UCHIJAA | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
  196. | UCHIJAA | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
  197. | UCHIJAA | cookingforblockheads | 6.4.65 | CookingForBlockheads_1.12.2-6.4.65.jar | None |
  198. | UCHIJAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.11.jar | None |
  199. | UCHIJAA | endercore | 1.12.2-0.5.43 | EnderCore-1.12.2-0.5.43.jar | None |
  200. | UCHIJAA | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  201. | UCHIJAA | draconicevolution | 2.3.17 | Draconic-Evolution-1.12.2-2.3.17.321-universal.jar | None |
  202. | UCHIJAA | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  203. | UCHIJAA | enderio | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  204. | UCHIJAA | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
  205. | UCHIJAA | enderiointegrationtic | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  206. | UCHIJAA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  207. | UCHIJAA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  208. | UCHIJAA | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  209. | UCHIJAA | p455w0rdslib | 2.0.35 | p455w0rdslib-1.12-2.0.35.jar | None |
  210. | UCHIJAA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  211. | UCHIJAA | theoneprobe | 1.4.25 | theoneprobe-1.12-1.4.25.jar | None |
  212. | UCHIJAA | danknull | 1.4.43 | DankNull-1.12-1.4.43.jar | None |
  213. | UCHIJAA | darkutils | 1.8.217 | DarkUtils-1.12.2-1.8.217.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  214. | UCHIJAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
  215. | UCHIJAA | mcjtylib_ng | 3.0.6 | mcjtylib-1.12-3.0.6.jar | None |
  216. | UCHIJAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
  217. | UCHIJAA | deepresonance | 1.7.2 | deepresonance-1.12-1.7.2.jar | None |
  218. | UCHIJAA | diethopper | 1.1 | diethopper-1.1.jar | None |
  219. | UCHIJAA | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
  220. | UCHIJAA | enderiobase | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  221. | UCHIJAA | enderioconduits | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  222. | UCHIJAA | enderioconduitsappliedenergistics | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  223. | UCHIJAA | enderioconduitsopencomputers | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  224. | UCHIJAA | enderioconduitsrefinedstorage | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  225. | UCHIJAA | enderiointegrationforestry | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  226. | UCHIJAA | enderiointegrationticlate | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  227. | UCHIJAA | ftblib | 5.3.1.57 | FTBLib-5.3.1.57.jar | None |
  228. | UCHIJAA | enderiomachines | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  229. | UCHIJAA | enderiopowertools | 5.0.37 | EnderIO-1.12.2-5.0.37.jar | None |
  230. | UCHIJAA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  231. | UCHIJAA | valkyrielib | 1.12.2-2.0.18.3 | valkyrielib-1.12.2-2.0.18.3.jar | None |
  232. | UCHIJAA | environmentaltech | 1.12.2-2.0.18.2 | environmentaltech-1.12.2-2.0.18.2.jar | None |
  233. | UCHIJAA | immersiveengineering | 0.12-86 | ImmersiveEngineering-0.12-86.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  234. | UCHIJAA | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  235. | UCHIJAA | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
  236. | UCHIJAA | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
  237. | UCHIJAA | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
  238. | UCHIJAA | fastfurnace | 1.1.1 | FastFurnace-1.12.2-1.1.1.jar | None |
  239. | UCHIJAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  240. | UCHIJAA | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
  241. | UCHIJAA | forgelin | 1.8.0 | Forgelin-1.8.0.jar | None |
  242. | UCHIJAA | ftbutilities | 5.3.0.53 | FTBUtilities-5.3.0.53.jar | None |
  243. | UCHIJAA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  244. | UCHIJAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  245. | UCHIJAA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  246. | UCHIJAA | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  247. | UCHIJAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  248. | UCHIJAA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  249. | UCHIJAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.11.5-215.jar | None |
  250. | UCHIJAA | integrateddynamics | 0.11.18 | IntegratedDynamics-1.12.2-0.11.18.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  251. | UCHIJAA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.18.jar | None |
  252. | UCHIJAA | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  253. | UCHIJAA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
  254. | UCHIJAA | harvestcraft | 1.12.2z | Pam's HarvestCraft 1.12.2za.jar | None |
  255. | UCHIJAA | rftools | 7.56 | rftools-1.12-7.56.jar | None |
  256. | UCHIJAA | integrationforegoing | 1.12.2-1.7.4 | IntegrationForegoing-1.12.2-1.7.4.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  257. | UCHIJAA | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  258. | UCHIJAA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  259. | UCHIJAA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  260. | UCHIJAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  261. | UCHIJAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  262. | UCHIJAA | lostcities | 2.0.12 | lostcities-1.12-2.0.12.jar | None |
  263. | UCHIJAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  264. | UCHIJAA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  265. | UCHIJAA | meecreeps | 1.2.2 | meecreeps-1.12-1.2.2.jar | None |
  266. | UCHIJAA | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
  267. | UCHIJAA | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  268. | UCHIJAA | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
  269. | UCHIJAA | mob_grinding_utils | 0.3.11 | MobGrindingUtils-0.3.11.jar | None |
  270. | UCHIJAA | monk | 1.4 | monk-mod-1.4.jar | None |
  271. | UCHIJAA | morph | 7.1.2 | Morph-1.12.2-7.1.2.jar | None |
  272. | UCHIJAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
  273. | UCHIJAA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  274. | UCHIJAA | notenoughwands | 1.7.1 | notenoughwands-1.12-1.7.1.jar | None |
  275. | UCHIJAA | placebo | 1.5.0 | Placebo-1.12.2-1.5.0.jar | None |
  276. | UCHIJAA | pneumaticcraft | 1.12.2-0.8.3-299 | pneumaticcraft-repressurized-1.12.2-0.8.3-299.jar | None |
  277. | UCHIJAA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  278. | UCHIJAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  279. | UCHIJAA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  280. | UCHIJAA | reborncore | 3.10.4.348 | RebornCore-1.12.2-3.10.4.348-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  281. | UCHIJAA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.2.2.65.jar | None |
  282. | UCHIJAA | redstonearsenal | 2.6.1 | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  283. | UCHIJAA | refinedstorageaddons | 0.4.3 | refinedstorageaddons-0.4.3.jar | None |
  284. | UCHIJAA | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
  285. | UCHIJAA | rftoolsdim | 5.62 | rftoolsdim-1.12-5.62.jar | None |
  286. | UCHIJAA | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  287. | UCHIJAA | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
  288. | UCHIJAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
  289. | UCHIJAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  290. | UCHIJAA | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  291. | UCHIJAA | thermalinnovation | 0.3.1 | ThermalInnovation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  292. | UCHIJAA | topaddons | 1.12.2-1.9.1 | topaddons-1.12.2-1.9.1.jar | None |
  293. | UCHIJAA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.18.3.jar | None |
  294. | UCHIJAA | wanionlib | 1.12.2-1.7 | WanionLib-1.12.2-1.7.jar | None |
  295. | UCHIJAA | wct | 3.9.68 | WirelessCraftingTerminal-1.12.2-3.9.68.jar | None |
  296. | UCHIJAA | xnet | 1.7.5 | xnet-1.12-1.7.5.jar | None |
  297. | UCHIJAA | mysticallib | 1.12.2-1.0.0 | mysticallib-1.12.2-1.0.0.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. AstralCore (astralsorcery-1.12.2-1.10.3.jar)
  303.  
  304. EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
  305. com.enderio.core.common.transform.EnderCoreTransformer
  306. com.enderio.core.common.transform.SimpleMixinPatcher
  307. ForgelinPlugin (Forgelin-1.8.0.jar)
  308.  
  309. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  310. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  311. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  312. lumien.resourceloader.asm.ClassTransformer
  313. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  314.  
  315. 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)
  316. pl.asie.foamfix.coremod.FoamFixTransformer
  317. TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  318. li.cil.oc.common.asm.ClassTransformer
  319. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5.jar)
  320. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  321. CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  322. team.chisel.ctm.client.asm.CTMTransformer
  323. AE2 Version: stable rv6-stable-3 for Forge 14.23.5.2768
  324. Pulsar/tconstruct loaded Pulses:
  325. - TinkerCommons (Enabled/Forced)
  326. - TinkerWorld (Enabled/Not Forced)
  327. - TinkerTools (Enabled/Not Forced)
  328. - TinkerHarvestTools (Enabled/Forced)
  329. - TinkerMeleeWeapons (Enabled/Forced)
  330. - TinkerRangedWeapons (Enabled/Forced)
  331. - TinkerModifiers (Enabled/Forced)
  332. - TinkerSmeltery (Enabled/Not Forced)
  333. - TinkerGadgets (Enabled/Not Forced)
  334. - TinkerOredict (Enabled/Forced)
  335. - TinkerIntegration (Enabled/Forced)
  336. - TinkerFluids (Enabled/Forced)
  337. - TinkerMaterials (Enabled/Forced)
  338. - TinkerModelRegister (Enabled/Forced)
  339. - chiselIntegration (Enabled/Not Forced)
  340. - chiselsandbitsIntegration (Enabled/Not Forced)
  341. - theoneprobeIntegration (Enabled/Not Forced)
  342.  
  343. List of loaded APIs:
  344. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r143.jar
  345. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-3.jar
  346. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  347. * betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
  348. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  349. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
  350. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.3-101.jar
  351. * BotaniaAPI (79) from AkashicTome-1.2-10.jar
  352. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  353. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  354. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.27.jar
  355. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.1.22-universal.jar
  356. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
  357. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  358. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  359. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  360. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  361. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
  362. * DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.2.jar
  363. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.17.321-universal.jar
  364. * ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
  365. * ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
  366. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  367. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  368. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  369. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  370. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  371. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  372. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  373. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  374. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.37.jar
  375. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.366.jar
  376. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.366.jar
  377. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.366.jar
  378. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.366.jar
  379. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.366.jar
  380. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.366.jar
  381. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.366.jar
  382. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.366.jar
  383. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.366.jar
  384. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.366.jar
  385. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.366.jar
  386. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.366.jar
  387. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.366.jar
  388. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.366.jar
  389. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.366.jar
  390. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.366.jar
  391. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.366.jar
  392. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.366.jar
  393. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.366.jar
  394. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
  395. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  396. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
  397. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  398. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-86.jar
  399. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-86.jar
  400. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.5-215.jar
  401. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.18.jar
  402. * jeresources|API (0.8.10.50) from JustEnoughResources-1.12.2-0.8.10.50.jar
  403. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  404. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  405. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  406. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  407. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  408. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.13.1.222.jar
  409. * modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar
  410. * MouseTweaks|API (1.0) from MouseTweaks-2.9-mc1.12.2.jar
  411. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  412. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  413. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  414. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  415. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  416. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  417. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  418. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  419. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  420. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  421. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
  422. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.8.3-299.jar
  423. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.35.jar
  424. * PsiAPI (6) from Psi-r1.1-59.jar
  425. * reborncoreAPI (3.10.4.348) from RebornCore-1.12.2-3.10.4.348-universal.jar
  426. * reborncoreAPI|Power (3.10.4.348) from RebornCore-1.12.2-3.10.4.348-universal.jar
  427. * reborncoreAPI|Recipe (3.10.4.348) from RebornCore-1.12.2-3.10.4.348-universal.jar
  428. * reborncoreAPI|Tile (3.10.4.348) from RebornCore-1.12.2-3.10.4.348-universal.jar
  429. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  430. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  431. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  432. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  433. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  434. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  435. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
  436. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
  437. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.25.jar
  438. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.18.3.jar
  439. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.68.jar
  440. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  441. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  442. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  443. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  444. RebornCore:
  445. Plugin Engine: 1
  446. RebornCore Version: 3.10.4.348
  447. Runtime Debofucsation 1
  448. 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.):
  449. An unsupported base software is installed: 'sponge'. This is NOT supported.
  450. 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.
  451.  
  452. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  453. !!!You are looking at the diagnostics information, not at the crash. !!!
  454. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  455. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  456.  
  457. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:ON, CRAFTTWEAKER:ON
  458. Profiler Position: N/A (disabled)
  459. Player Count: 0 / 25; []
  460. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  461. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement