Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
- ForgelinPlugin (Forgelin-1.7.4.jar)
- CreativePatchingLoader (CreativeCore_v1.9.29_mc1.12.2.jar)
- BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
- CorePlugin (ForgeEndertech-1.12.2-4.3.21.0-build.0165.jar)
- SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3361.jar)
- LoadingPlugin (BetterWithLib-1.3.jar)
- IELoadingPlugin (ImmersiveEngineering-0.12-85-core.jar)
- TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
- LoadingPlugin (AdPother-1.12.2-0.8.1.0-build.0165.jar)
- MalisisCorePlugin (malisiscore-1.12.2-6.4.1-SNAPSHOT.jar)
- EcomodLoadingPlugin (EcologyMod-1.12.2-1.5.1.0.jar)
- TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.null-universal.jar)
- Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
- Contact their authors BEFORE contacting forge
- // But it works on my machine.
- Time: 9/21/18 4:26 AM
- Description: Exception in server tick loop
- java.lang.NoClassDefFoundError: net/minecraft/world/chunk/BlockStateContainer
- at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:447)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
- at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
- at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
- at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
- at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zmn000(ChunkProviderServer.java:674)
- at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
- at net.minecraft.world.World.func_72964_e(World.java:309)
- at net.minecraft.world.World.func_175726_f(World.java:304)
- at net.minecraft.world.World.func_175672_r(World.java:1616)
- at net.minecraft.world.WorldProvider.getRandomizedSpawnPoint(WorldProvider.java:350)
- at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:161)
- at net.minecraftforge.common.util.FakePlayer.<init>(FakePlayer.java:42)
- at net.minecraftforge.common.util.FakePlayerFactory.get(FakePlayerFactory.java:61)
- at betterwithmods.event.FakePlayerHandler.onWorldLoad(FakePlayerHandler.java:41)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_182_FakePlayerHandler_onWorldLoad_Load.invoke(.dynamic)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
- at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:682)
- at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935)
- at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284)
- at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338)
- at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435)
- at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404)
- at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:447)
- at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:225)
- at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:817)
- at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:762)
- at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3541)
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
- at java.lang.Thread.run(Thread.java:748)
- Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.BlockStateContainer
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 34 more
- Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
- at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
- at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
- ... 36 more
- Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector redirect$onGetStorageSize$FixVanillaBug$zmk000(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
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:290)
- at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1203)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:938)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:322)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
- at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
- ... 39 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(ExtendedBlockStorage.java:21)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:447)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
- at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
- at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
- at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
- at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zmn000(ChunkProviderServer.java:674)
- at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
- at net.minecraft.world.World.func_72964_e(World.java:309)
- at net.minecraft.world.World.func_175726_f(World.java:304)
- at net.minecraft.world.World.func_175672_r(World.java:1616)
- at net.minecraft.world.WorldProvider.getRandomizedSpawnPoint(WorldProvider.java:350)
- at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:161)
- at net.minecraftforge.common.util.FakePlayer.<init>(FakePlayer.java:42)
- at net.minecraftforge.common.util.FakePlayerFactory.get(FakePlayerFactory.java:61)
- at betterwithmods.event.FakePlayerHandler.onWorldLoad(FakePlayerHandler.java:41)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_182_FakePlayerHandler_onWorldLoad_Load.invoke(.dynamic)
- at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
- at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:682)
- at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935)
- at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284)
- at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338)
- at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435)
- at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404)
- at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:447)
- at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:225)
- at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:817)
- -- Sponge PhaseTracker --
- Details:
- Phase Stack: [Empty stack]
- Stacktrace:
- at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjp000(MinecraftServer.java:3973)
- at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
- at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
- at java.lang.Thread.run(Thread.java:748)
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- Operating System: Linux (amd64) version 4.9.118-xxxx-std-ipv6-64
- Java Version: 1.8.0_181, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 1202580176 bytes (1146 MB) / 2130051072 bytes (2031 MB) up to 2130051072 bytes (2031 MB)
- JVM Flags: 8 total; -Xmx2048M -Xms2048M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -Xincgc
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.4.2760 133 mods loaded, 133 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source | Signature |
- |:------- |:--------------------------------- |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
- | UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None |
- | UCHIJAA | mcp | 9.42 | minecraft.jar | None |
- | UCHIJAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2760-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | UCHIJAA | forge | 14.23.4.2760 | forge-1.12.2-14.23.4.2760-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | UCHIJAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
- | UCHIJAA | spongeapi | 7.1.0-SNAPSHOT-7105dfc | spongeforge-1.12.2-2705-7.1.0-BETA-3361.jar | None |
- | UCHIJAA | sponge | 1.12.2-2705-7.1.0-BETA-3361 | spongeforge-1.12.2-2705-7.1.0-BETA-3361.jar | 6729a677746f8cf63ef31881f913ed15d431b7f0 |
- | UCHIJAA | biometweakercore | 1.0.39 | minecraft.jar | None |
- | UCHIJAA | foamfixcore | 7.7.4 | minecraft.jar | None |
- | UCHIJAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None |
- | UCHIJAA | forgeendertech | 1.12.2-4.3.21.0 | ForgeEndertech-1.12.2-4.3.21.0-build.0165.jar | None |
- | UCHIJAA | adpother | 1.12.2-0.8.1.0 | AdPother-1.12.2-0.8.1.0-build.0165.jar | None |
- | UCHIJAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
- | UCHIJAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
- | UCHIJAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
- | UCHIJAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
- | UCHIJAA | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | UCHIJAA | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None |
- | UCHIJAA | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
- | UCHIJAA | ic2 | 2.8.97-ex112 | industrialcraft-2-2.8.97-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
- | UCHIJAA | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
- | UCHIJAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
- | UCHIJAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
- | UCHIJAA | endercore | 1.12.2-0.5.37 | EnderCore-1.12.2-0.5.37.jar | None |
- | UCHIJAA | enderio | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderiointegrationtic | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
- | UCHIJAA | immersiveengineering | 0.12-85 | ImmersiveEngineering-0.12-85.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
- | UCHIJAA | betterwithmods | 1.12-2.3.13 | BetterWithMods-1.12-2.3.13.jar | None |
- | UCHIJAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
- | UCHIJAA | base | 3.10.0 | base-1.12.2-3.10.0.jar | None |
- | UCHIJAA | betterwithengineering | 1.2 | BetterWithEngineering-1.6.jar | None |
- | UCHIJAA | betterwithlib | ${version} | BetterWithLib-1.3.jar | None |
- | UCHIJAA | reborncore | 3.10.0.332 | RebornCore-1.12.2-3.10.0.332-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
- | UCHIJAA | techreborn | 2.17.1.786 | TechReborn-1.12.2-2.17.1.786-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
- | UCHIJAA | toughasnails | 3.1.0 | ToughAsNails-1.12.2-3.1.0.null-universal.jar | None |
- | UCHIJAA | forestry | 5.8.1.339 | forestry_1.12.2-5.8.1.339.jar | None |
- | UCHIJAA | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
- | UCHIJAA | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
- | UCHIJAA | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
- | UCHIJAA | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
- | UCHIJAA | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
- | UCHIJAA | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
- | UCHIJAA | biometweaker | 3.2.354 | BiomeTweaker-1.12.2-3.2.354.jar | bdea6e9d19f35da4858ffcc93210c6207dd590bd |
- | UCHIJAA | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None |
- | UCHIJAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
- | UCHIJAA | claybucket | 1.1 | ClayBucket-1.12-1.1.jar | None |
- | UCHIJAA | codechickenlib | 3.2.1.351 | CodeChickenLib-1.12.2-3.2.1.351-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
- | UCHIJAA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | UCHIJAA | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.15.338-universal.jar | None |
- | UCHIJAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.13.jar | None |
- | UCHIJAA | coroutil | 1.12.1-1.2.13 | coroutil-1.12.1-1.2.13.jar | None |
- | UCHIJAA | configmod | v1.0 | coroutil-1.12.1-1.2.13.jar | None |
- | UCHIJAA | craftablehorsearmour | 1.3 | CraftableHorseArmour-1.3.0-1.12.jar | None |
- | UCHIJAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
- | UCHIJAA | creativecore | 1.9.9 | CreativeCore_v1.9.29_mc1.12.2.jar | None |
- | UCHIJAA | d3core | 1.3.2.71 | D3Core-1.12.2-1.3.2.71.jar | None |
- | UCHIJAA | lootablebodies | 2.4.0 | DrCyanosLootableBodies_1.12-2.4.0.jar | None |
- | UCHIJAA | ecomod | 1.12.2-1.5.0.0 | EcologyMod-1.12.2-1.5.1.0.jar | None |
- | UCHIJAA | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
- | UCHIJAA | enderiobase | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderioconduits | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderioconduitsappliedenergistics | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderioconduitsopencomputers | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderioconduitsrefinedstorage | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderiointegrationforestry | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderiointegrationticlate | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderiomachines | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | enderiopowertools | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
- | UCHIJAA | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None |
- | UCHIJAA | extrautils2 | 1.0 | extrautils2-1.12-1.8.5.jar | None |
- | UCHIJAA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
- | UCHIJAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
- | UCHIJAA | foamfix | 0.10.1-1.12.2 | foamfix-0.10.1-1.12.2.jar | None |
- | UCHIJAA | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
- | UCHIJAA | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
- | UCHIJAA | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
- | UCHIJAA | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
- | UCHIJAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
- | UCHIJAA | guideapi | 1.12-2.1.7-62 | Guide-API-1.12-2.1.7-62.jar | None |
- | UCHIJAA | immersivecables | 1.3.2 | ImmersiveCables-1.12.2-1.3.2.jar | None |
- | UCHIJAA | immersivefood | 1.12.1-0.0.2 | immersivefood-1.12.2-0.0.3.jar | None |
- | UCHIJAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
- | UCHIJAA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
- | UCHIJAA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | UCHIJAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.11.2-212.jar | None |
- | UCHIJAA | integrationforegoing | 1.12.2-1.7.4 | IntegrationForegoing-1.12.2-1.7.4.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
- | UCHIJAA | ironchest | 1.12.2-7.0.46.831 | ironchest-1.12.2-7.0.46.831.jar | None |
- | UCHIJAA | jsonlootbags | 1.0 | JsonLootBags-1.12.2-1.0.0.15.jar | None |
- | UCHIJAA | login_shield | 1.12.2-3-g7c6e7ac | Login_Shield-1.12.2-3-g7c6e7ac.jar | None |
- | UCHIJAA | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | UCHIJAA | malisiscore | 1.12.2-6.4.1-SNAPSHOT | malisiscore-1.12.2-6.4.1-SNAPSHOT.jar | None |
- | UCHIJAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
- | UCHIJAA | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
- | UCHIJAA | mtlib | @VERSION@ | MTLib-3.0.3.jar | None |
- | UCHIJAA | modtweaker | 4.0.13 | modtweaker-4.0.13.jar | None |
- | UCHIJAA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
- | UCHIJAA | nuclearcraft | 2.11a | NuclearCraft-2.11a--1.12.2.jar | None |
- | UCHIJAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None |
- | UCHIJAA | omlib | 3.0.1-162 | omlib-1.12.2-3.0.1-162.jar | None |
- | UCHIJAA | ompd | 3.0.0-36 | ompd-1.12.2-3.0.0-36.jar | None |
- | UCHIJAA | opframe | 1.4.0 | OnlinePicFrame_v1.4.19_mc1.12.2.jar | None |
- | UCHIJAA | openmodularturrets | 3.0.1-264 | openmodularturrets-1.12.2-3.0.1-264.jar | None |
- | UCHIJAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
- | UCHIJAA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
- | UCHIJAA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
- | UCHIJAA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
- | UCHIJAA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
- | UCHIJAA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
- | UCHIJAA | respawn-location-picker | 1.3.0 | respawn-location-picker-1.12.2-1.3.0.jar | 7b14aaee2dd17b12a140baecab28948fff3a263f |
- | UCHIJAA | ruins | 16.9 | Ruins-1.12.jar | None |
- | UCHIJAA | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
- | UCHIJAA | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
- | UCHIJAA | trade | 1.0.4 | trade-1.0.4.jar | None |
- | UCHIJAA | tumbleweed | 1.11-0.4.5 | tumbleweed-1.11-0.4.5.jar | None |
- | UCHIJAA | valkyrielib | 1.12.2-2.0.15.1 | valkyrielib-1.12.2-2.0.15.1.jar | None |
- | UCHIJAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.15.1.jar | None |
- | UCHIJAA | voxelsniper | 8.5.0-SNAPSHOT | VoxelSniper-8.5.0-SNAPSHOT.jar | None |
- | UCHIJAA | wawla | 2.5.257 | Wawla-1.12.2-2.5.257.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | UCHIJAA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
- | UCHIJAA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
- | UCHIJAA | zombieawareness | 1.12.1-1.11.14 | zombieawareness-1.12.1-1.11.14.jar | None |
- | UCHIJAA | luckperms | 4.2.103 | LuckPerms-Sponge-4.2.103.jar | None |
- | UCHIJAA | catclearlag | 0.8 | CatClearLag-0.8.jar | None |
- | UCHIJAA | tabmanager | 1.0.4 | TabManager-1.0.4.jar | None |
- | UCHIJAA | redprotect | 7.5.3 | RedProtect-7.5.3-b123-Universal.jar | None |
- | UCHIJAA | nucleus | 1.6.0-S7.1 | Nucleus-1.6.0-S7.1-MC1.12.2-plugin.jar | None |
- | UCHIJAA | mcclans | 1.5 | MCClans-1.5.jar | None |
- | UCHIJAA | scavenger | 1.0.0 | scavenger-1.0-SNAPSHOT-shaded.jar | None |
- | UCHIJAA | ultimatechat | 1.8.8 | UltimateChat-1.8.8-b196-Universal.jar | None |
- | UCHIJAA | economylite | 2.15.1 | EconomyLite-7.1.0-2.15.1.jar | None |
- | UCHIJAA | industrialwires | 1.7-29 | IndustrialWires-1.7-29.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
- | UCHIJAA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
- Loaded coremods (and transformers):
- EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
- com.enderio.core.common.transform.EnderCoreTransformer
- com.enderio.core.common.transform.SimpleMixinPatcher
- ForgelinPlugin (Forgelin-1.7.4.jar)
- CreativePatchingLoader (CreativeCore_v1.9.29_mc1.12.2.jar)
- BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
- me.superckl.biometweakercore.BiomeTweakerASMTransformer
- CorePlugin (ForgeEndertech-1.12.2-4.3.21.0-build.0165.jar)
- SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3361.jar)
- org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
- LoadingPlugin (BetterWithLib-1.3.jar)
- betterwithmods.bwl.core.ClassTransformer
- IELoadingPlugin (ImmersiveEngineering-0.12-85-core.jar)
- blusunrize.immersiveengineering.common.asm.IEClassTransformer
- TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
- li.cil.oc.common.asm.ClassTransformer
- LoadingPlugin (AdPother-1.12.2-0.8.1.0-build.0165.jar)
- com.endertech.minecraft.mods.adpother.transformers.ActuallyAdditions$FurnaceDouble
- com.endertech.minecraft.mods.adpother.transformers.ActuallyAdditions$CoalGenerator
- com.endertech.minecraft.mods.adpother.transformers.BetterWithMods$Furnace
- com.endertech.minecraft.mods.adpother.transformers.EnderIO$StirlingGenerator
- com.endertech.minecraft.mods.adpother.transformers.ImmersiveCraft$FurnaceTE
- com.endertech.minecraft.mods.adpother.transformers.ImmersiveEngineering$TileEntityBlastFurnace
- com.endertech.minecraft.mods.adpother.transformers.ImmersiveEngineering$TileEntityDieselGenerator
- com.endertech.minecraft.mods.adpother.transformers.Mekanism$FuelwoodHeater
- com.endertech.minecraft.mods.adpother.transformers.MoreFurnaces$IronFurnace
- com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$InferiumFurnace
- com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$IntermediumFurnace
- com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$PrudentiumFurnace
- com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$SuperiumFurnace
- com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$SupremiumFurnace
- com.endertech.minecraft.mods.adpother.transformers.MysticalAgriculture$UltimateFurnace
- com.endertech.minecraft.mods.adpother.transformers.RealisticTorches$BlockTorch
- com.endertech.minecraft.mods.adpother.transformers.RFTools$CoalGenerator
- com.endertech.minecraft.mods.adpother.transformers.TechReborn$TileIronAlloyFurnace
- com.endertech.minecraft.mods.adpother.transformers.TechReborn$TileIronFurnace
- com.endertech.minecraft.mods.adpother.transformers.TinkersConstruct$HeatingStructure
- com.endertech.minecraft.mods.adpother.renders.AerometerRender
- com.endertech.minecraft.mods.adpother.pollution.WorldData$BlockCaughtFire
- com.endertech.minecraft.mods.adpother.pollution.WorldData$BlockUpdateTick
- com.endertech.minecraft.mods.adpother.pollution.WorldData$BlockExploded
- com.endertech.minecraft.mods.adpother.pollution.WorldData$GetSkyColor
- com.endertech.minecraft.mods.adpother.pollution.WorldData$FurnaceFuelBurned
- com.endertech.minecraft.mods.adpother.pollution.WorldData$LavaTouchesWater
- MalisisCorePlugin (malisiscore-1.12.2-6.4.1-SNAPSHOT.jar)
- EcomodLoadingPlugin (EcologyMod-1.12.2-1.5.1.0.jar)
- ecomod.asm.EcomodClassTransformer
- TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.null-universal.jar)
- toughasnails.asm.transformer.CropDecayTransformer
- toughasnails.asm.transformer.EntityRendererTransformer
- toughasnails.asm.transformer.WorldTransformer
- Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
- pl.asie.foamfix.coremod.FoamFixTransformer
- AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
- Pulsar/tconstruct loaded Pulses:
- - TinkerCommons (Enabled/Forced)
- - TinkerWorld (Enabled/Not Forced)
- - TinkerTools (Enabled/Not Forced)
- - TinkerHarvestTools (Enabled/Forced)
- - TinkerMeleeWeapons (Enabled/Forced)
- - TinkerRangedWeapons (Enabled/Forced)
- - TinkerModifiers (Enabled/Forced)
- - TinkerSmeltery (Enabled/Not Forced)
- - TinkerGadgets (Enabled/Not Forced)
- - TinkerOredict (Enabled/Forced)
- - TinkerIntegration (Enabled/Forced)
- - TinkerFluids (Enabled/Forced)
- - TinkerMaterials (Enabled/Forced)
- - TinkerModelRegister (Enabled/Forced)
- - chiselIntegration (Enabled/Not Forced)
- Pulsar/tcomplement loaded Pulses:
- - ModuleCommons (Enabled/Forced)
- - ModuleFeature (Enabled/Not Forced)
- - ChiselPlugin (Enabled/Not Forced)
- List of loaded APIs:
- * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
- * Base|API (1.0.0) from base-1.12.2-3.10.0.jar
- * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
- * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
- * betterwithmodsAPI (1.12-2.3.13) from BetterWithMods-1.12-2.3.13.jar
- * BiomeTweakerAPI (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|block (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|event (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|property (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|script (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|script|object (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|script|pack (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|script|wrapper (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BiomeTweakerAPI|world|gen|feature (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * BuildCraftAPI|fuels (2.0) from EcologyMod-1.12.2-1.5.1.0.jar
- * BuildCraftAPI|tiles (1.2) from EcologyMod-1.12.2-1.5.1.0.jar
- * BuildCraftAPI|tools (1.0) from EcologyMod-1.12.2-1.5.1.0.jar
- * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
- * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
- * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.3.20-universal.jar
- * CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.2.13.jar
- * ecomodapi (1.3) from EcologyMod-1.12.2-1.5.1.0.jar
- * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.31.jar
- * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.339.jar
- * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.339.jar
- * ForgeEndertechAPI (1.0) from ForgeEndertech-1.12.2-4.3.21.0-build.0165.jar
- * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
- * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.7-62.jar
- * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-85.jar
- * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-85.jar
- * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.2-212.jar
- * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
- * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
- * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
- * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
- * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
- * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
- * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
- * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
- * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
- * reborncoreAPI (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
- * reborncoreAPI|Power (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
- * reborncoreAPI|Recipe (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
- * reborncoreAPI|Tile (3.10.0.332) from RebornCore-1.12.2-3.10.0.332-universal.jar
- * respawn-location-picker-API (1.1.0) from respawn-location-picker-1.12.2-1.3.0.jar
- * SuperScript (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * SuperScript|script (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * SuperScript|script|command (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * SuperScript|script|object (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * SuperScript|util (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
- * techrebornAPI (2.17.1.786) from TechReborn-1.12.2-2.17.1.786-universal.jar
- * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.15.1.jar
- * zerocore|API|multiblock (1.9.4-0.0.1) from NuclearCraft-2.11a--1.12.2.jar
- * zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from NuclearCraft-2.11a--1.12.2.jar
- * zerocore|API|multiblock|validation (1.9.4-0.0.1) from NuclearCraft-2.11a--1.12.2.jar
- RebornCore:
- Plugin Engine: 1
- RebornCore Version: 3.10.0.332
- Runtime Debofucsation 1
- d3core: Debug: false Silliness: true AprilFools: true PastPost:true
- [EcologyMod|PollutionHandler] Active WorldProcessingThreads: ~~NULL~~
- 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.):
- * Offline mode for dedicated servers is NOT supported by Ender IO.
- An unsupported base software is installed: 'sponge'. This is NOT supported.
- 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.
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !!!You are looking at the diagnostics information, not at the crash. !!!
- !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
- Profiler Position: N/A (disabled)
- Player Count: 0 / 30; []
- Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
- Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement