Advertisement
Guest User

Untitled

a guest
Feb 9th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.52 KB | None | 0 0
  1. CRASH REPORT
  2. ---- Minecraft Crash Report ----
  3. // I bet Cylons wouldn't have this problem.
  4.  
  5. Time: 2019-02-09 12:16:50 EST
  6. Description: Exception generating new chunk
  7.  
  8. java.lang.NoClassDefFoundError: net/minecraft/world/chunk/BlockStateContainer
  9. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
  10. at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:117)
  11. at org.spongepowered.common.world.gen.SpongeChunkGenerator.generateChunk(SpongeChunkGenerator.java:285)
  12. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:143)
  13. at net.minecraft.world.World.getChunk(World.java:310)
  14. at net.minecraft.world.World.getChunk(World.java:305)
  15. at net.minecraft.world.WorldServer.getBlockState(WorldServer.java:3261)
  16. at net.minecraft.world.World.isAirBlock(World.java:230)
  17. at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:210)
  18. at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:76)
  19. at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:944)
  20. at net.minecraft.world.WorldServer.initialize(WorldServer.java:866)
  21. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:807)
  22. at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771)
  23. at net.minecraft.server.MinecraftServer.loadAllWorlds(MinecraftServer.java:3545)
  24. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:270)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  26. at java.lang.Thread.run(Thread.java:748)
  27. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.BlockStateContainer
  28. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  29. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  31. ... 18 more
  32. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  33. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
  34. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
  35. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  36. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  37. ... 20 more
  38. 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
  39. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:290)
  40. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1203)
  41. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
  42. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
  43. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
  44. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
  45. at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
  46. at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
  47. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
  48. ... 23 more
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Chunk to be generated --
  55. Location: -13,15
  56. Position hash: 68719476723
  57. Generator: SpongeChunkGeneratorForge{world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0}}
  58.  
  59. -- Affected level --
  60. Level name: world
  61. All players: 0 total; []
  62. Chunk stats: ServerChunkCache: 0 Drop: 0
  63. Level seed: 1020229950561144566
  64. Level generator: ID 00 - default, ver 1. Features enabled: true
  65. Level generator options:
  66. 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)
  67. Level time: 0 game time, 0 day time
  68. Level dimension: 0
  69. Level storage version: 0x00000 - Unknown?
  70. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  71. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  72.  
  73. -- Sponge PhaseTracker --
  74. Phase Stack: /**************************************************************************************************************/
  75. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  76. /* Context: */
  77. /* - Source: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  78. /* - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} */
  79. /* - World: null */
  80. /**************************************************************************************************************/
  81.  
  82. -- System Details --
  83. Minecraft Version: 1.12.2
  84. Operating System: Linux (amd64) version 4.19.1-1.el7.elrepo.x86_64
  85. Java Version: 1.8.0_191, Oracle Corporation
  86. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  87. Memory: 813116720 bytes (775 MB) / 2036334592 bytes (1942 MB) up to 3817865216 bytes (3641 MB)
  88. JVM Flags: 2 total; -Xmx4096M -Xms128M
  89. IntCache: cache: 0, tcache: 0, allocated: 31, tallocated: 77
  90. FML: MCP 9.42 Powered by Forge 14.23.5.2768 126 mods loaded, 126 mods active
  91. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  92.  
  93. | State | ID | Version | Source | Signature |
  94. |:------- |:--------------------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
  95. | UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None |
  96. | UCHIJAA | mcp | 9.42 | minecraft.jar | None |
  97. | UCHIJAA | FML | 8.0.99.99 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  98. | UCHIJAA | forge | 14.23.5.2768 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  99. | UCHIJAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  100. | UCHIJAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  101. | UCHIJAA | littletilescore | 1.0.0 | minecraft.jar | None |
  102. | UCHIJAA | micdoodlecore | | minecraft.jar | None |
  103. | UCHIJAA | spongeapi | 7.1.0-366290f8 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  104. | UCHIJAA | sponge | 1.12.2-7.1.5 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  105. | UCHIJAA | spongeforge | 1.12.2-2768-7.1.5 | spongeforge-1.12.2-2768-7.1.5.jar | None |
  106. | UCHIJAA | openmodscore | 0.12.1 | minecraft.jar | None |
  107. | UCHIJAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  108. | UCHIJAA | randompatches | 1.12.2-1.12.0.1 | randompatches-1.12.2-1.12.0.1.jar | None |
  109. | UCHIJAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  110. | UCHIJAA | jei | 4.14.4.251 | jei_1.12.2-4.14.4.251.jar | None |
  111. | UCHIJAA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  112. | UCHIJAA | botania | r1.10-358 | Botania+r1.10-358.jar | None |
  113. | UCHIJAA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  114. | UCHIJAA | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
  115. | UCHIJAA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  116. | UCHIJAA | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
  117. | UCHIJAA | natura | 1.12.2-4.3.2.66 | natura-1.12.2-4.3.2.66.jar | None |
  118. | UCHIJAA | harvestcraft | 1.12.2z | Pam's+HarvestCraft+1.12.2za.jar | None |
  119. | UCHIJAA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  120. | UCHIJAA | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None |
  121. | UCHIJAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  122. | UCHIJAA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
  123. | UCHIJAA | bno | 1.12.2-1.0.4.0 | BasicNetherOres-1.12.2-1.0.4.0.jar | None |
  124. | UCHIJAA | betterquesting | 3.5.291 | BetterQuesting-3.5.291.jar | None |
  125. | UCHIJAA | bqt | 1.0 | BetterQuestingTriggerer-1.0.jar | None |
  126. | UCHIJAA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  127. | UCHIJAA | bookshelf | 2.3.568 | Bookshelf-1.12.2-2.3.568.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  128. | UCHIJAA | buildcraftlib | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  129. | UCHIJAA | buildcraftcore | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  130. | UCHIJAA | buildcraftbuilders | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  131. | UCHIJAA | buildcrafttransport | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  132. | UCHIJAA | buildcraftsilicon | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  133. | UCHIJAA | buildcraftenergy | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  134. | UCHIJAA | ic2 | 2.8.108-ex112 | industrialcraft-2-2.8.108-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  135. | UCHIJAA | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None |
  136. | UCHIJAA | buildcraftcompat | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  137. | UCHIJAA | buildcraftfactory | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  138. | UCHIJAA | buildcraftrobotics | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  139. | UCHIJAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  140. | UCHIJAA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  141. | UCHIJAA | chococraft | 0.9.7.0 | chococraft_1.12.2-0.9.7.0.jar | None |
  142. | UCHIJAA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  143. | UCHIJAA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  144. | UCHIJAA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  145. | UCHIJAA | cyclopscore | 1.0.3 | CyclopsCore-1.12.2-1.0.3.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  146. | UCHIJAA | commoncapabilities | 2.0.2 | CommonCapabilities-1.12.2-2.0.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  147. | UCHIJAA | crafttweaker | 4.1.13 | CraftTweaker2-1.12-4.1.13.jar | None |
  148. | UCHIJAA | endercore | 1.12.2-0.5.43 | EnderCore-1.12.2-0.5.43.jar | None |
  149. | UCHIJAA | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  150. | UCHIJAA | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  151. | UCHIJAA | enderio | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  152. | UCHIJAA | enderiointegrationtic | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  153. | UCHIJAA | tconstruct | 1.12.2-2.12.0.113 | TConstruct-1.12.2-2.12.0.113.jar | None |
  154. | UCHIJAA | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  155. | UCHIJAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.13.jar | None |
  156. | UCHIJAA | creativecore | 1.9.9 | CreativeCore_v1.9.35_mc1.12.2.jar | None |
  157. | UCHIJAA | mocreatures | 12.0.5 | DrZharks+MoCreatures+Mod-12.0.5.jar | None |
  158. | UCHIJAA | dungeontactics | DT-0.15.8 | DungeonTactics-1.12.2-0.15.8.jar | None |
  159. | UCHIJAA | eplus | 5.0.174 | EnchantingPlus-1.12.2-5.0.174.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  160. | UCHIJAA | enderiobase | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  161. | UCHIJAA | enderioconduits | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  162. | UCHIJAA | enderioconduitsappliedenergistics | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  163. | UCHIJAA | enderioconduitsopencomputers | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  164. | UCHIJAA | enderioconduitsrefinedstorage | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  165. | UCHIJAA | enderiointegrationforestry | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  166. | UCHIJAA | enderiointegrationticlate | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  167. | UCHIJAA | enderiomachines | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  168. | UCHIJAA | enderiopowertools | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
  169. | UCHIJAA | energyconverters | 1.0.1.2 | energyconverters_1.12.1-1.0.1.2.jar | None |
  170. | UCHIJAA | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
  171. | UCHIJAA | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
  172. | UCHIJAA | forgelin | 1.8.0 | Forgelin-1.8.0.jar | None |
  173. | UCHIJAA | forgemultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  174. | UCHIJAA | microblockcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  175. | UCHIJAA | minecraftmultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  176. | UCHIJAA | cfm | 6.2.0 | furniture-6.2.0-1.12.2.jar | None |
  177. | UCHIJAA | galacticraftcore | 4.0.2.187 | GalacticraftCore-1.12.2-4.0.1.187.jar | None |
  178. | UCHIJAA | galacticraftplanets | 4.0.2.187 | Galacticraft-Planets-1.12.2-4.0.1.187.jar | None |
  179. | UCHIJAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  180. | UCHIJAA | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
  181. | UCHIJAA | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  182. | UCHIJAA | placebo | 1.5.0 | Placebo-1.12.2-1.5.0.jar | None |
  183. | UCHIJAA | hexxitgear | 2.8.0 | Hexxit+Gear-1.12.2-2.8.0.jar | None |
  184. | UCHIJAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  185. | UCHIJAA | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
  186. | UCHIJAA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  187. | UCHIJAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.5-229.jar | None |
  188. | UCHIJAA | infernalmobs | 1.7.3 | InfernalMobs-1.12.jar | None |
  189. | UCHIJAA | inventorypets | 1.5.3.1 | inventorypets-1.12-1.5.3.1.jar | None |
  190. | UCHIJAA | ironchest | 1.12.2-7.0.52.837 | ironchest-1.12.2-7.0.52.837.jar | None |
  191. | UCHIJAA | jrftl | 1.1 | JRFTL[1.12.2]-1.1.jar | None |
  192. | UCHIJAA | levelup2 | ${version} | Level+Up!+2-1.1.22-1.12.jar | None |
  193. | UCHIJAA | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre122_mc1.12.2.jar | None |
  194. | UCHIJAA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  195. | UCHIJAA | recipehandler | 0.12 | NoMoreRecipeConflict-0.12(1.12.2).jar | None |
  196. | UCHIJAA | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  197. | UCHIJAA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  198. | UCHIJAA | projecte | 1.12.2-PE1.4.0 | ProjectE-1.12.2-PE1.4.0.jar | None |
  199. | UCHIJAA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  200. | UCHIJAA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  201. | UCHIJAA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  202. | UCHIJAA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  203. | UCHIJAA | quacklib | 2.2.5 | quacklib-2.2.5.jar | None |
  204. | UCHIJAA | quickhomes | 1.2.2 | QuickHomes-1.2.2.jar | None |
  205. | UCHIJAA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
  206. | UCHIJAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
  207. | UCHIJAA | redstonearsenal | 2.6.1 | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  208. | UCHIJAA | reforged | 0.7.5 | Reforged-0.7.5-1.12+.jar | None |
  209. | UCHIJAA | xreliquary | 1.12.2-1.3.4.780 | Reliquary-1.12.2-1.3.4.780.jar | None |
  210. | UCHIJAA | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  211. | UCHIJAA | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
  212. | UCHIJAA | soulshardsrespawn | 1.12.2-1.1.0-12 | SoulShardsRespawn-1.12.2-1.1.0-12.jar | None |
  213. | UCHIJAA | bq_standard | 3.4.151 | StandardExpansion-3.4.151.jar | None |
  214. | UCHIJAA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  215. | UCHIJAA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  216. | UCHIJAA | bspkrscore | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
  217. | UCHIJAA | treecapitator | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
  218. | UCHIJAA | tropicraft | 7.1.8.105 | tropicraft-MC1.12.2-7.1.8.105.jar | None |
  219. | UCHIJAA | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None |
  220. | UCHIJAA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  221. Loaded coremods (and transformers): CreativePatchingLoader (CreativeCore_v1.9.35_mc1.12.2.jar)
  222.  
  223. RandomPatches (randompatches-1.12.2-1.12.0.1.jar)
  224. com.therandomlabs.randompatches.core.RPTransformer
  225. LittlePatchingLoader (LittleTiles_v1.5.0-pre122_mc1.12.2.jar)
  226. com.creativemd.littletiles.LittleTilesTransformer
  227. EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
  228. com.enderio.core.common.transform.EnderCoreTransformer
  229. com.enderio.core.common.transform.SimpleMixinPatcher
  230. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.187.jar)
  231. micdoodle8.mods.miccore.MicdoodleTransformer
  232. ForgelinPlugin (Forgelin-1.8.0.jar)
  233.  
  234. VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
  235.  
  236. 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.3-1.12.2.jar)
  237. pl.asie.foamfix.coremod.FoamFixTransformer
  238. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  239.  
  240. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5.jar)
  241. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  242. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  243. openmods.core.OpenModsClassTransformer
  244. 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]
  245. Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
  246. - NaturaOverworld (Enabled/Not Forced)
  247. - NaturaNether (Enabled/Not Forced)
  248. - NaturaDecorative (Enabled/Not Forced)
  249. - NaturaTools (Enabled/Not Forced)
  250. - NaturaEntities (Enabled/Not Forced)
  251. - NaturaOredict (Enabled/Forced)
  252. - NaturaWorld (Enabled/Not Forced)
  253. Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
  254. - TinkerWorld (Enabled/Not Forced)
  255. - TinkerTools (Enabled/Not Forced)
  256. - TinkerHarvestTools (Enabled/Forced)
  257. - TinkerMeleeWeapons (Enabled/Forced)
  258. - TinkerRangedWeapons (Enabled/Forced)
  259. - TinkerModifiers (Enabled/Forced)
  260. - TinkerSmeltery (Enabled/Not Forced)
  261. - TinkerGadgets (Enabled/Not Forced)
  262. - TinkerOredict (Enabled/Forced)
  263. - TinkerIntegration (Enabled/Forced)
  264. - TinkerFluids (Enabled/Forced)
  265. - TinkerMaterials (Enabled/Forced)
  266. - TinkerModelRegister (Enabled/Forced)
  267. - chiselIntegration (Enabled/Not Forced)
  268. - wailaIntegration (Enabled/Not Forced)
  269. 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.):
  270. An unsupported base software is installed: 'sponge'. This is NOT supported.
  271. 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.
  272.  
  273. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  274. !!!You are looking at the diagnostics information, not at the crash. !!!
  275. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  276. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  277. Suspected Mods: SpongeForge (spongeforge)
  278. Profiler Position: N/A (disabled)
  279. Player Count: 0 / 100; []
  280. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  281. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement