TheCBProject / ChickenChunks

MIT License
26 stars 9 forks source link

Exception in server tick loop on startup. #11

Closed Unnoen closed 7 years ago

Unnoen commented 7 years ago

Still investigating the cause. Removing the mod, starting the server, then re-adding the mod seems to fix this temporarily.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  LoadingHook (Mekanism-1.10.2-9.2.1.298.jar)
  FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
  IC2core (industrialcraft-2-2.6.142-ex110.jar)
  CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  Plugin (NotEnoughIDs-1.5.3.jar)
  LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
  SpongeCoremod (spongeforge-1.10.2-2221-5.2.0-BETA-2226.jar)
  Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.13.jar)
  AstralCore (astralsorcery-1.1.4-beta.jar)
  ForgelinPlugin (Forgelin-1.3.1.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.344.jar)
  LoadingPlugin (sampler-1.69.jar)
  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.7.jar)
  LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
  CoFH Loading Plugin (CoFHCore-1.10.2-4.0.0.127-universal.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
  AppleCore (AppleCore-mc1.10.2-2.1.1.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  LoadingPlugin (Quark-r1.1-70.jar)
  ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
  llibrary (llibrary-1.7.4-1.10.2.jar)
  AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 3/17/17 4:29 PM
Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop
    at codechicken.chunkloader.manager.ChunkLoaderManager.getPlayerOrganiser(ChunkLoaderManager.java:677)
    at codechicken.chunkloader.manager.ChunkLoaderManager.getOrganiser(ChunkLoaderManager.java:655)
    at codechicken.chunkloader.manager.ChunkLoaderManager.addChunkLoader(ChunkLoaderManager.java:645)
    at codechicken.chunkloader.tile.TileChunkLoaderBase.activate(TileChunkLoaderBase.java:142)
    at codechicken.chunkloader.tile.TileChunkLoader.activate(TileChunkLoader.java:94)
    at codechicken.chunkloader.tile.TileChunkLoaderBase.func_145829_t(TileChunkLoaderBase.java:61)
    at net.minecraft.world.chunk.Chunk.func_177426_a(Chunk.java:819)
    at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:798)
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:490)
    at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:96)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunkForce(ChunkProviderServer.java:1076)
    at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zkf000(ChunkProviderServer.java:678)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
    at net.minecraft.world.World.func_72964_e(World.java:303)
    at net.minecraft.world.World.func_175726_f(World.java:298)
    at net.minecraft.world.World.func_175625_s(World.java:5716)
    at p455w0rdslib.util.ChunkUtils$Callback.ticketsLoaded(ChunkUtils.java:59)
    at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:590)
    at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:83)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:635)
    at org.spongepowered.mod.event.SpongeForgeEventFactory.callWorldLoadEvent(SpongeForgeEventFactory.java:1200)
    at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:480)
    at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:292)
    at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338)
    at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:326)
    at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:143)
    at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:815)
    at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:763)
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3484)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
    at java.lang.Thread.run(Thread.java:745)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Linux (amd64) version 4.8.0-22-generic
    Java Version: 1.8.0_121, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1287990160 bytes (1228 MB) / 3060772864 bytes (2918 MB) up to 6281428992 bytes (5990 MB)
    JVM Flags: 18 total; -Xmx6144M -Xms2048M -XX:+TieredCompilation -XX:-DontCompileHugeMethods -XX:+UseCodeCacheFlushing -XX:ReservedCodeCacheSize=256m -XX:+UseBiasedLocking -XX:BiasedLockingStartupDelay=0 -XX:NewRatio=3 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+CMSParallelRemarkEnabled -XX:+UseCompressedOops -XX:CMSInitiatingOccupancyFraction=30 -XX:+UseCMSInitiatingOccupancyOnly
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.32 Powered by Forge 12.18.3.2254 205 mods loaded, 205 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAA FML{8.0.99.99} [Forge Mod Loader] (custom.jar) 
    UCHIJAA Forge{12.18.3.2254} [Minecraft Forge] (custom.jar) 
    UCHIJAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar) 
    UCHIJAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar) 
    UCHIJAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar) 
    UCHIJAA spongeapi{5.2.0-SNAPSHOT-6df8fe9} [SpongeAPI] (minecraft.jar) 
    UCHIJAA sponge{1.10.2-2221-5.2.0-BETA-2226} [SpongeForge] (spongeforge-1.10.2-2221-5.2.0-BETA-2226.jar) 
    UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
    UCHIJAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
    UCHIJAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) 
    UCHIJAA JEI{3.14.7.415} [Just Enough Items] (jei_1.10.2-3.14.7.415.jar) 
    UCHIJAA abyssalcraft{1.9.3.10} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.10.jar) 
    UCHIJAA cofhcore{4.0.0} [CoFH Core] (CoFHCore-1.10.2-4.0.0.127-universal.jar) 
    UCHIJAA actuallyadditions{1.10.2-r98} [Actually Additions] (ActuallyAdditions-1.10.2-r98.jar) 
    UCHIJAA IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar) 
    UCHIJAA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar) 
    UCHIJAA libVulpes{0.1.16.20170220215024} [libVulpes] (LibVulpes-1.10.2-0.1.16-universal.jar) 
    UCHIJAA advancedRocketry{1.10.2-1.0.13} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.0.13.jar) 
    UCHIJAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar) 
    UCHIJAA bdlib{1.12.3.22} [BD Lib] (bdlib-1.12.3.22-mc1.10.2.jar) 
    UCHIJAA ae2stuff{0.6.0.7} [AE2 Stuff] (ae2stuff-0.6.0.7-mc1.10.2.jar) 
    UCHIJAA aiimprovements{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [AI Improvements] (AIImprovements-1.10-0.0.1b20161228020759-universal.jar) 
    UCHIJAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar) 
    UCHIJAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.0.jar) 
    UCHIJAA flyringbaublemod{0.2.3_1.10.2-d3100bf} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.3.16+d3100bf.jar) 
    UCHIJAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
    UCHIJAA BloodMagic{1.10.2-2.1.5-74} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.5-74.jar) 
    UCHIJAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) 
    UCHIJAA animus{2017-02-28} [Animus] (Animus-2017-02-28.jar) 
    UCHIJAA AppleCore{2.1.1} [AppleCore] (AppleCore-mc1.10.2-2.1.1.jar) 
    UCHIJAA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar) 
    UCHIJAA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar) 
    UCHIJAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    UCHIJAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar) 
    UCHIJAA tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar) 
    UCHIJAA thedragonlib{1.10.2-1.3.1} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.1.jar) 
    UCHIJAA armorplus{1.10.2-8.5.2.3} [ArmorPlus] (armorplus-1.10.2-8.5.2.3.jar) 
    UCHIJAA arsmagica2{1.5.017} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-17b.jar) 
    UCHIJAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-17b.jar) 
    UCHIJAA astralsorcery{1.1.4-beta} [Astral Sorcery] (astralsorcery-1.1.4-beta.jar) 
    UCHIJAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar) 
    UCHIJAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
    UCHIJAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar) 
    UCHIJAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    UCHIJAA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar) 
    UCHIJAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar) 
    UCHIJAA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar) 
    UCHIJAA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.4.jar) 
    UCHIJAA betterbuilderswands{0.11.0} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.0.215+2d66774.jar) 
    UCHIJAA BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar) 
    UCHIJAA BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar) 
    UCHIJAA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar) 
    UCHIJAA bookshelf{1.4.4.344} [Bookshelf] (Bookshelf-1.10.2-1.4.4.344.jar) 
    UCHIJAA Botania{r1.9-340} [Botania] (Botania r1.9-340.jar) 
    UCHIJAA CodeChickenLib{2.5.6.233} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) 
    UCHIJAA brandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar) 
    UCHIJAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar) 
    UCHIJAA mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar) 
    UCHIJAA CharsetLib{0.3.5} [‽] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar) 
    UCHIJAA CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar) 
    UCHIJAA CharsetTweaks{0.3.5} [*] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar) 
    UCHIJAA CharsetAudio{0.3.5} [♫] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar) 
    UCHIJAA CharsetStorage{0.3.5} [#] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar) 
    UCHIJAA CharsetDecoration{0.3.5} [^] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar) 
    UCHIJAA CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar) 
    UCHIJAA CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar) 
    UCHIJAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar) 
    UCHIJAA chisel{MC1.10.2-0.0.8.12} [Chisel] (Chisel-MC1.10.2-0.0.8.12.jar) 
    UCHIJAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) 
    UCHIJAA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar) 
    UCHIJAA cookingforblockheads{4.2.35} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.35.jar) 
    UCHIJAA correlated{@VERSION@} [Correlated] (Correlated-2.0.0-alpha3.jar) 
    UCHIJAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar) 
    UCHIJAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.20.jar) 
    UCHIJAA MineTweaker3{3.0.20} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.20.jar) 
    UCHIJAA crossroads{1.10.2-1.3.7} [Crossroads] (crossroads-1.10.2-1.3.7.jar) 
    UCHIJAA cyberware{beta-0.2.6} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.6.jar) 
    UCHIJAA darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar) 
    UCHIJAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.10.2.jar) 
    UCHIJAA props{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.10.2.jar) 
    UCHIJAA forestry{5.2.17.368} [Forestry] (forestry_1.10.2-5.2.17.368.jar) 
    UCHIJAA eleccore{1.7.409} [ElecCore] (ElecCore-1.10.2-1.7.409.jar) 
    UCHIJAA EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar) 
    UCHIJAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar) 
    UCHIJAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar) 
    UCHIJAA draconicevolution{2.0.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.8.177-universal.jar) 
    UCHIJAA embers{0.104} [Embers] (embers-0.104.jar) 
    UCHIJAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar) 
    UCHIJAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar) 
    UCHIJAA EnderIO{1.10.2-3.1.171} [Ender IO] (EnderIO-1.10.2-3.1.171.jar) 
    UCHIJAA shetiphiancore{3.3.6} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.7.jar) 
    UCHIJAA endertanks{1.4.10} [EnderTanks] (endertanks-1.10.0-1.4.10.jar) 
    UCHIJAA enderthing{0.7.3} [Enderthing] (enderthing-1.10.2-0.7.3.jar) 
    UCHIJAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar) 
    UCHIJAA endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar) 
    UCHIJAA engineersworkshop{1.1.4-1.10.2} [Engineers Workshop] (EngineersWorkshop-1.1.5-1.10.2.jar) 
    UCHIJAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) 
    UCHIJAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) 
    UCHIJAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) 
    UCHIJAA ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar) 
    UCHIJAA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar) 
    UCHIJAA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar) 
    UCHIJAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar) 
    UCHIJAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) 
    UCHIJAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar) 
    UCHIJAA forgelin{1.3.0} [Forgelin] (Forgelin-1.3.1.jar) 
    UCHIJAA forgemultipartcbe{2.0.0.29} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar) 
    UCHIJAA microblockcbe{2.0.0.29} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar) 
    UCHIJAA minecraftmultipartcbe{2.0.0.29} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar) 
    UCHIJAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.3.jar) 
    UCHIJAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.1.jar) 
    UCHIJAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar) 
    UCHIJAA gendustry{1.6.5.29} [GenDustry] (gendustry-1.6.5.29-mc1.10.2.jar) 
    UCHIJAA pressure{1.3.1.24} [Pressure Pipes] (pressure-1.3.1.24-mc1.10.2.jar) 
    UCHIJAA advgenerators{0.9.20.22} [Advanced Generators] (generators-0.9.20.22-mc1.10.2.jar) 
    UCHIJAA fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar) 
    UCHIJAA grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar) 
    UCHIJAA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar) 
    UCHIJAA theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar) 
    UCHIJAA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar) 
    UCHIJAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar) 
    UCHIJAA infinitylib{1.10.2-0.6.2} [InfinityLib] (infinitylib-0.6.2.jar) 
    UCHIJAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar) 
    UCHIJAA ironbackpacks{1.10.2-2.2.23} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.23.jar) 
    UCHIJAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) 
    UCHIJAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar) 
    UCHIJAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar) 
    UCHIJAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.10.2.jar) 
    UCHIJAA jurassicraft{2.0.5} [JurassiCraft] (JurassiCraft-2.0.5.jar) 
    UCHIJAA je_calculation{1.10.2-2.5.1} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.5.1.jar) 
    UCHIJAA librarianlib{1.10.1} [LibrarianLib] (librarianlib-1.10.1.jar) 
    UCHIJAA malisiscore{1.10.2-4.3.0} [MalisisCore] (malisiscore-1.10.2-4.3.0.jar) 
    UCHIJAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar) 
    UCHIJAA Mekanism{9.2.1} [Mekanism] (Mekanism-1.10.2-9.2.1.298.jar) 
    UCHIJAA MekanismGenerators{9.2.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.1.298.jar) 
    UCHIJAA MekanismTools{9.2.1} [MekanismTools] (MekanismTools-1.10.2-9.2.1.298.jar) 
    UCHIJAA modularforcefieldsystem{2.5.0} [Modular ForceField System] (MFFS-1.10.2-3.0.0.0_1.10_655de1f.jar) 
    UCHIJAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar) 
    UCHIJAA mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar) 
    UCHIJAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar) 
    UCHIJAA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar) 
    UCHIJAA moredefaultoptions{1.10.2-0.0.2} [MoreDefaultOptions] (moredefaultoptions-1.10.2-0.0.2.jar) 
    UCHIJAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
    UCHIJAA MrTJPCoreMod{2.0.0.14} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.14-universal.jar) 
    UCHIJAA mysticalagriculture{1.4.2} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.4.2.jar) 
    UCHIJAA NashornLib{1.9.4-1.8.77-1.3.1} [Nashorn Library] (NashornLib-1.9.4-1.8.77-1.3.1.8.jar) 
    UCHIJAA natura{1.10.2-4.1.0.24} [Natura] (natura-1.10.2-4.1.0.24.jar) 
    UCHIJAA nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar) 
    UCHIJAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar) 
    UCHIJAA nmsot{1.2.0-mc1.10.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.10.2.jar) 
    UCHIJAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar) 
    UCHIJAA neid{1.5.3} [NotEnoughIDs] (NotEnoughIDs-1.5.3.jar) 
    UCHIJAA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar) 
    UCHIJAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar) 
    UCHIJAA p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar) 
    UCHIJAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) 
    UCHIJAA platforms{1.2.8} [Platforms] (platforms-1.10.0-1.2.8.jar) 
    UCHIJAA progressiveautomation{1.7.0} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.0.jar) 
    UCHIJAA projectred-core{4.8.1.25} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.25-Base.jar) 
    UCHIJAA projectred-integration{4.8.1.25} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.25-integration.jar) 
    UCHIJAA projectred-transmission{4.8.1.25} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.25-integration.jar) 
    UCHIJAA projectred-illumination{4.8.1.25} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.25-lighting.jar) 
    UCHIJAA projectred-expansion{4.8.1.25} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar) 
    UCHIJAA projectred-tansportation{1.0} [projectred-tansportation] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar) 
    UCHIJAA psionup{15.1} [PSIonic Upgrades] (PSIonicUpgrades-r1.15.jar) 
    UCHIJAA randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar) 
    UCHIJAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar) 
    UCHIJAA reborncore{2.13.4.128} [RebornCore] (RebornCore-1.10.2-2.13.4.128-universal.jar) 
    UCHIJAA reborncore-mcmultipart{2.13.4.128} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.4.128-universal.jar) 
    UCHIJAA thermalfoundation{2.0.0} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.0.64-universal.jar) 
    UCHIJAA redstonearsenal{2.0.0} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.0.15-universal.jar) 
    UCHIJAA StorageDrawers{1.10.2-3.6.0} [Storage Drawers] (StorageDrawers-1.10.2-3.6.0.jar) 
    UCHIJAA refinedstorage{1.2.22} [Refined Storage] (refinedstorage-1.2.22.jar) 
    UCHIJAA refraction{1.3.4} [Refraction] (refraction-1.3.4.jar) 
    UCHIJAA xreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar) 
    UCHIJAA rftools{5.85} [RFTools] (rftools-1.1x-5.85.jar) 
    UCHIJAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar) 
    UCHIJAA rftoolsdim{4.54} [RFTools Dimensions] (rftoolsdim-1.1x-4.54.jar) 
    UCHIJAA Roguelike{1.5.6} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.6.jar) 
    UCHIJAA roots{0.208} [Roots] (roots-0.208.jar) 
    UCHIJAA Sampler{1.69} [Sampler] (sampler-1.69.jar) 
    UCHIJAA sanguimancy{1.10.2-2.0.2} [Sanguimancy] (Sanguimancy-1.10.2-2.0.2.jar) 
    UCHIJAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar) 
    UCHIJAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar) 
    UCHIJAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar) 
    UCHIJAA soulshardstow{1.10.2-2.6.7-48} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.7-48.jar) 
    UCHIJAA stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar) 
    UCHIJAA StevesFactoryManager{1.0.12} [Steve's Factory Manager] (StevesFactoryManager-1.10.2-1.0.12.jar) 
    UCHIJAA substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar) 
    UCHIJAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) 
    UCHIJAA techreborn{2.1.6.180} [TechReborn] (TechReborn-1.10.2-2.1.6.180-universal.jar) 
    UCHIJAA teslafied{1.0.0} [Teslafied] (teslafied-1.10.2-1.1.0.jar) 
    UCHIJAA thermalexpansion{5.0.0} [Thermal Expansion] (ThermalExpansion-1.10.2-2.0.0.64-universal.jar) 
    UCHIJAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) 
    UCHIJAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar) 
    UCHIJAA Translocator{2.1.3.52} [Translocator] (Translocators-1.10.2-2.1.3.52-universal.jar) 
    UCHIJAA vitality{2.4} [Vitality] (vitality-2.4.jar) 
    UCHIJAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar) 
    UCHIJAA waterstrainer{1.3.2} [Water Strainer] (WaterStrainer-1.9.4-1.3.2.jar) 
    UCHIJAA wct{0.0.15} [Wireless Crafting Terminal] (WirelessCraftingTerminal-1.10.2-0.0.15.jar) 
    UCHIJAA Woot{1.10.2-1.2.5} [Woot] (woot-1.10.2-1.2.5.jar) 
    UCHIJAA xnet{0.1.1beta} [XNet] (xnet-0.1.1beta.jar) 
    UCHIJAA librarianliblate{1.10.1} [LibrarianLib Stage 2] (librarianlib-1.10.1.jar) 
    UCHIJAA unidict{1.10.2-2.6b} [UniDict] (UniDict-1.10.2-2.6b.jar) 
    Loaded coremods (and transformers): 
Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
LoadingHook (Mekanism-1.10.2-9.2.1.298.jar)

FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  invtweaks.forge.asm.ContainerTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
IC2core (industrialcraft-2-2.6.142-ex110.jar)

CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)

Plugin (NotEnoughIDs-1.5.3.jar)
  ru.fewizz.neid.asm.Transformer
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  lumien.bloodmoon.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
  team.chisel.common.asm.ChiselTransformer
SpongeCoremod (spongeforge-1.10.2-2221-5.2.0-BETA-2226.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.13.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
AstralCore (astralsorcery-1.1.4-beta.jar)

ForgelinPlugin (Forgelin-1.3.1.jar)

Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.344.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
LoadingPlugin (sampler-1.69.jar)

ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.7.jar)
  shetiphian.core.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
  lumien.randomthings.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
CoFH Loading Plugin (CoFHCore-1.10.2-4.0.0.127-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHeirachyManager
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  li.cil.oc.common.asm.ClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
  reborncore.mixin.transformer.MixinTransformer
AppleCore (AppleCore-mc1.10.2-2.1.1.jar)
  squeek.applecore.asm.TransformerModuleHandler
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (Quark-r1.1-70.jar)
  vazkii.quark.base.asm.ClassTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
  am2.asm.Transformer
llibrary (llibrary-1.7.4-1.10.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  appeng.coremod.transformer.ASMIntegration
    AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
    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)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - craftingtweaksIntegration (Enabled/Not Forced)
        - WailaIntegration (Enabled/Not Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)
        - WailaIntegration (Enabled/Not Forced)

    List of loaded APIs: 
        * AbyssalCraftAPI (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Biome (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Block (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Disruption (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Energy (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Entity (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Event (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Integration (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Internal (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Item (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Necronomicon (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Recipe (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * AbyssalCraftAPI|Ritual (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
        * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r98.jar
        * AppleCoreAPI (2.2.0) from AppleCore-mc1.10.2-2.1.1.jar
        * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
        * ArmorPlusApi (1.0) from armorplus-1.10.2-8.5.2.3.jar
        * Baubles|API (1.1.1.0) from mobtotems-1.10.2-0.1.2.jar
        * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
        * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.5-74.jar
        * BotaniaAPI (85) from Botania r1.9-340.jar
        * CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
        * CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
        * CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
        * CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
        * CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
        * CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
        * CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
        * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.8.12.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.8.12.jar
        * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
        * CoFHAPI (1.8.9R1.2.0B1) from refinedstorage-1.2.22.jar
        * cofhapi (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhapi|block (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
        * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * cofhapi|core (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * CoFHAPI|energy (1.8.9R1.2.0B1) from p455w0rdslib-1.10.2-1.0.13.jar
        * cofhapi|energy (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
        * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.9.jar
        * cofhapi|item (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
        * cofhapi|tileentity (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
        * cofhapi|util (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhapi|world (1.4.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|audio (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|gui (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|gui|container (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|gui|element (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|gui|element|listbox (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|gui|slot (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|inventory (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|render (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|render|particle (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|util (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|util|helpers (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|world (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * cofhlib|world|feature (1.2.0) from CoFHCore-1.10.2-4.0.0.127-universal.jar
        * compatlayer (0.2.2) from compatlayer-1.10-0.2.2.jar
        * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
        * CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
        * CSLib|API (0.3.0) from Decocraft-2.3.6.1_1.10.2.jar
        * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.8.177-universal.jar
        * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.409.jar
        * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.409.jar
        * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.171.jar
        * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.171.jar
        * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.171.jar
        * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.171.jar
        * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.368.jar
        * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.368.jar
        * funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
        * gendustryAPI (2.3.0) from gendustry-1.6.5.29-mc1.10.2.jar
        * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
        * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.23.jar
        * jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
        * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
        * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
        * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.415.jar
        * mcjtylib_ng (2.3.9) from mcjtylib-1.1x-2.3.9.jar
        * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
        * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
        * pressureAPI (1.3.1.24) from pressure-1.3.1.24-mc1.10.2.jar
        * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
        * PsiAPI (2) from Psi-r1.0-42.jar
        * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.15.jar
        * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
        * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
        * reborncoreAPI (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
        * reborncoreAPI|Fuel (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
        * reborncoreAPI|Power (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
        * reborncoreAPI|Recipe (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
        * reborncoreAPI|Tile (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
        * refraction_api (5) from refraction-1.3.4.jar
        * Sanguimancy|API (@VERSION@) from Sanguimancy-1.10.2-2.0.2.jar
        * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.7-48.jar
        * stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
        * stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
        * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.0.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
        * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
        * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
        * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.0.jar
        * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.0.jar
        * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
        * StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.0.jar
        * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.0.jar
        * techrebornAPI (2.1.6.180) from TechReborn-1.10.2-2.1.6.180-universal.jar
        * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.4.jar
        * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
        * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
        * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.0.15.jar
        * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
        * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
        * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
    CodeChickenLib Invalid Fingerprint Reports: 
    CodeChickenCore Invalid Fingerprint Reports: 
    ChickenChunks Invalid Fingerprint Reports: 
    EnderStorage Invalid Fingerprint Reports: 
    EnderIO: 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.):
                  * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/CoFHAPIProps.class).
                    Ender IO needs at least 1.8.9R1.2.0B1 and will NOT work with older versions.
                 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.
    Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/TileEnergyHandler.class
    Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
                  * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
                  * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
                  * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
                  * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
                  * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
                  * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
                  * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
                  * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
                  * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
                  * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/var/games/minecraft/servers/Cancerous/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class

    RebornCore: 
        Plugin Engine: 1
        RebornCore Version: 2.13.4.128
        Mixin Status: 1
        Runtime Debofucsation 1
    Translocator Invalid Fingerprint Reports: 
    AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
    Profiler Position: N/A (disabled)
    Player Count: 0 / 420; []
    Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
    Type: Dedicated Server (map_server.txt)
covers1624 commented 7 years ago

This has been guarded against.

tenten8401 commented 7 years ago

Can you define guarded against? Running the same version as him (recommended version). Should I update to latest?

covers1624 commented 7 years ago

All of this was rewritten in 1.11, i suggest you update, and what i mean was there is nothing i can do to fix it without breaking binary compatibility, someone is inherently breaking cc and its out of my control. Plus 1.10 isnt supported anymore, update.

tenten8401 commented 7 years ago

I did end up updating ChickenChunks to latest and it starting up again just fine. Also, I can't just update the entire modpack to 1.11 really, as about 75% of my mods are still 1.10.2.

covers1624 commented 7 years ago

Well glad that its fixed. I completely understand that you cant update :).