simeonradivoev / MatterOverdrive

A Replication mod, for Minecraft
GNU General Public License v3.0
42 stars 41 forks source link

Crashed #647

Closed jimchen5209 closed 7 years ago

jimchen5209 commented 7 years ago

Seems to be a texture problem.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CoFH Loading Plugin (CoFHCore-1.10.2-4.0.1.137-universal.jar)
  Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.7.jar)
  SFRCore (SolarFluxReborn_1.10.2-2.6r.jar)
  ForgelinPlugin (Forgelin-1.4.0.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
  IC2core (industrialcraft-2-2.6.142-ex110.jar)
  CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
  ItemPatchingLoader (ItemPhysic Lite 1.3.3 mc1.10.2.jar)
  ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
  IntelliInputCorePlugin (IntelliInput-2.4-for1.10.2.jar)
  NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar)
  CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
  LMRECoremod (LittleMaidReengaged-8.0.4.91.3.jar)
  Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  LoadingPlugin (Quark-r1.1-70.jar)
  AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 3/15/17 6:53 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Matter Overdrive (mo)
Caused by: java.lang.IllegalStateException: Texture: wrcbe:remote_0 is already registered
  at codechicken.lib.texture.TextureUtils.getTextureSpecial(TextureUtils.java:133)
  at codechicken.wirelessredstone.client.texture.RemoteTexManager.registerIcons(RemoteTexManager.java:25)
  at codechicken.lib.texture.TextureUtils.textureLoad(TextureUtils.java:69)
  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_306_TextureUtils_textureLoad_Pre.invoke(.dynamic)
  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:181)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at Reflector.callVoid(Reflector.java:512)
  at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:194)
  at matteroverdrive.client.render.RenderParticlesHandler.<init>(RenderParticlesHandler.java:68)
  at matteroverdrive.client.RenderHandler.init(RenderHandler.java:209)
  at matteroverdrive.proxy.ClientProxy.init(ClientProxy.java:130)
  at matteroverdrive.MatterOverdrive.init(MatterOverdrive.java:178)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
  at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
  at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334)
  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  at net.minecraft.client.main.Main.main(SourceFile:124)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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: Windows 10 (amd64) version 10.0
  Java Version: 1.8.0_121, Oracle Corporation
  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  Memory: 1564762912 bytes (1492 MB) / 3413639168 bytes (3255 MB) up to 4772593664 bytes (4551 MB)
  JVM Flags: 3 total; -Xms256M -Xmx5120M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: MCP 9.32 Powered by Forge 12.18.3.2254 Optifine OptiFine_1.10.2_HD_U_D6 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
  UCHI    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
  UCHI    FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254-universal.jar) 
  UCHI    Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254-universal.jar) 
  UCHI    appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar) 
  UCHI    Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar) 
  UCHI    intelliinput{2.4} [IntelliInput for 1.10.2] (minecraft.jar) 
  UCHI    itemphysic{1.3.0} [ItemPhysic] (minecraft.jar) 
  UCHI    OldModelLoader{8.0.4.91.3} [LMR OldModelLoader] (minecraft.jar) 
  UCHI    NotEnoughItems{2.1.3.201} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.201-universal.jar) 
  UCHI    OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar) 
  UCHI    <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
  UCHI    foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) 
  UCHI    ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) 
  UCHI    JEI{3.14.7.415} [Just Enough Items] (jei_1.10.2-3.14.7.415.jar) 
  UCHI    abyssalcraft{1.9.3.10} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.10.jar) 
  UCHI    cofhcore{4.0.1} [CoFH Core] (CoFHCore-1.10.2-4.0.1.137-universal.jar) 
  UCHI    actuallyadditions{1.10.2-r98} [Actually Additions] (ActuallyAdditions-1.10.2-r98.jar) 
  UCHI    IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar) 
  UCHI    advanced_machines{60.0.1} [Advanced Machines] (Advanced Machines-60.0.1.jar) 
  UCHI    advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar) 
  UCHI    appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar) 
  UCHI    bdlib{1.12.3.22} [BD Lib] (bdlib-1.12.3.22-mc1.10.2.jar) 
  UCHI    ae2stuff{0.6.0.7} [AE2 Stuff] (ae2stuff-0.6.0.7-mc1.10.2.jar) 
  UCHI    infinitylib{1.10.2-0.6.2} [InfinityLib] (infinitylib-0.6.2.jar) 
  UCHI    agricraft{2.0.0-0.6.0-a10} [AgriCraft] (agricraft-2.0.0-0.6.0-a10.jar) 
  UCHI    appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar) 
  UCHI    aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar) 
  UCHI    architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar) 
  UCHI    Aroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.jar) 
  UCHI    Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar) 
  UCHI    Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar) 
  UCHI    Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) 
  UCHI    Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar) 
  UCHI    AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
  UCHI    Avaritia{1.10.2-2.0.5} [Avaritia] (Avaritia-1.10.2-2.0.5.jar) 
  UCHI    Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar) 
  UCHI    BetterAchievements{0.3.3.10} [Better Achievements] (BetterAchievements-1.10.2-0.3.3.10.jar) 
  UCHI    betterbuilderswands{0.10.2} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.10.2.209+115b204.jar) 
  UCHI    betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar) 
  UCHI    BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar) 
  UCHI    guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) 
  UCHI    BloodMagic{1.10.2-2.1.5-74} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.5-74.jar) 
  UCHI    BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar) 
  UCHI    bookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar) 
  UCHI    Botania{r1.9-340} [Botania] (Botania r1.9-340.jar) 
  UCHI    CodeChickenLib{2.5.6.233} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar) 
  UCHI    brandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar) 
  UCHI    ceramics{1.10.2-1.1.4b} [Ceramics] (Ceramics-1.10.2-1.1.4b.jar) 
  UCHI    Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar) 
  UCHI    ChestTransporter{2.5.8} [Chest Transporter] (ChestTransporter-1.10.2-2.5.8.jar) 
  UCHI    chisel{MC1.10.2-0.0.8.12} [Chisel] (Chisel-MC1.10.2-0.0.8.12.jar) 
  UCHI    mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) 
  UCHI    chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) 
  UCHI    shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) 
  UCHI    clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar) 
  UCHI    CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar) 
  UCHI    compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar) 
  UCHI    controlling{1.0.4} [Controlling] (Controlling-1.0.4.jar) 
  UCHI    cookingforblockheads{4.2.35} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.35.jar) 
  UCHI    crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.20.jar) 
  UCHI    MineTweaker3{3.0.20} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.20.jar) 
  UCHI    ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.20.jar) 
  UCHI    CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar) 
  UCHI    Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) 
  UCHI    darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar) 
  UCHI    PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.10.2.jar) 
  UCHI    props{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.10.2.jar) 
  UCHI    forestry{5.2.17.368} [Forestry] (forestry_1.10.2-5.2.17.368.jar) 
  UCHI    eleccore{1.7.409} [ElecCore] (ElecCore-1.10.2-1.7.409.jar) 
  UCHI    EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar) 
  UCHI    OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar) 
  UCHI    deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar) 
  UCHI    defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar) 
  UCHI    draconicevolution{2.0.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.8.177-universal.jar) 
  UCHI    StorageDrawers{1.10.2-3.6.1} [Storage Drawers] (StorageDrawers-1.10.2-3.6.1.jar) 
  UCHI    bitdrawers{0.35} [Drawers & Bits] (DrawersBits-1.10.2-0.35.jar) 
  UCHI    net.blacklab.lib{6.0.2.5} [EBLib] (EBLib-6.0.2.5.jar) 
  UCHI    elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) 
  UCHI    embers{0.104} [Embers] (embers-0.104.jar) 
  UCHI    endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar) 
  UCHI    EnderIO{1.10.2-3.1.156} [Ender IO] (EnderIO-1.10.2-3.1.156.jar) 
  UCHI    engineersworkshop{1.1.4-1.10.2} [Engineers Workshop] (EngineersWorkshop-1.1.5-1.10.2.jar) 
  UCHI    valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) 
  UCHI    environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) 
  UCHI    etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar) 
  UCHI    extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.0.jar) 
  UCHI    zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar) 
  UCHI    bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar) 
  UCHI    fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar) 
  UCHI    flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) 
  UCHI    sonarcore{3.2.5} [SonarCore] (SonarCore-1.10.2-3.2.5.jar) 
  UCHI    fluxnetworks{1.1.7} [FluxNetworks] (FluxNetworks-1.10.2-1.1.7.jar) 
  UCHI    foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar) 
  UCHI    forgelin{1.4.0} [Forgelin] (Forgelin-1.4.0.jar) 
  UCHI    forgemultipartcbe{2.0.0.29} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar) 
  UCHI    microblockcbe{2.0.0.29} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar) 
  UCHI    minecraftmultipartcbe{2.0.0.29} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar) 
  UCHI    ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.4.jar) 
  UCHI    ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar) 
  UCHI    ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.3.jar) 
  UCHI    funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar) 
  UCHI    Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar) 
  UCHI    gendustry{1.6.5.29} [GenDustry] (gendustry-1.6.5.29-mc1.10.2.jar) 
  UCHI    advgenerators{0.9.20.22} [Advanced Generators] (generators-0.9.20.22-mc1.10.2.jar) 
  UCHI    gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar) 
  UCHI    gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar) 
  UCHI    hammercore{1.2.3} [Hammer Core] (HammerCore_1.10.2-1.2.3.jar) 
  UCHI    helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar) 
  UCHI    hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar) 
  UCHI    mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
  UCHI    tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar) 
  UCHI    tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar) 
  UCHI    theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar) 
  UCHI    immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar) 
  UCHI    LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) 
  UCHI    InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar) 
  UCHI    intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar) 
  UCHI    inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
  UCHI    ironbackpacks{1.10.2-2.2.23} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.23.jar) 
  UCHI    ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) 
  UCHI    jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar) 
  UCHI    journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar) 
  UCHI    jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar) 
  UCHI    kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar) 
  UCHI    launchgui{@VERSION@} [LaunchGUI] (LaunchGui-1.9.4-2.0.3-23-client.jar) 
  UCHI    lmreengaged{8.0.4.91.3} [LittleMaidReengaged] (LittleMaidReengaged-8.0.4.91.3.jar) 
  UCHI    boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar) 
  UCHE    mo{0.5.1} [Matter Overdrive] (MatterOverdrive-1.10.2-0.5.1.jar) 
  UCHI    mercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.2.jar) 
  UCHI    modularforcefieldsystem{2.5.0} [Modular ForceField System] (MFFS-1.10.2-3.0.0.0_1.10_655de1f.jar) 
  UCHI    testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar) 
  UCHI    mob_grinding_utils{0.1.8.16} [mob_grinding_utils] (MobGrindingUtils-0.1.8.16.jar) 
  UCHI    ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar) 
  UCHI    mtlib{@VERSION@} [MTLib] (MTLib-1.0.1.jar) 
  UCHI    modtweaker{2.0.9} [Mod Tweaker] (ModTweaker2-2.0.9.jar) 
  UCHI    railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar) 
  UCHI    morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar) 
  UCHI    Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) 
  UCHI    mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) 
  UCHI    mputils{1.2.5} [ModPack Utilities] (mputils-1.10.2-1.2.5.jar) 
  UCHI    mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar) 
  UCHI    MrTJPCoreMod{2.0.0.14} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.14-universal.jar) 
  UCHI    shetiphiancore{3.3.6} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.7.jar) 
  UCHI    multistorage{1.2.15} [Multi-Storage] (multistorage-1.10.0-1.2.15.jar) 
  UCHI    mysticalagriculture{1.4.3} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.4.3.jar) 
  UCHI    natura{1.10.2-4.1.0.24} [Natura] (natura-1.10.2-4.1.0.24.jar) 
  UCHI    netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar) 
  UCHI    notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar) 
  UCHI    omg_utilities{release 0.2.0} [OMG Utilities] (omg_utilities-1.10.2-release 0.2.0.jar) 
  UCHI    openglider{@VERSION@} [Open Glider] (OpenGlider-1.10.2-0.2.1.jar) 
  UCHI    orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar) 
  UCHI    p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar) 
  UCHI    harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) 
  UCHI    progressiveautomation{1.7.0} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.0.jar) 
  UCHI    projectred-core{4.8.1.25} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.25-Base.jar) 
  UCHI    projectred-integration{4.8.1.25} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.25-integration.jar) 
  UCHI    projectred-transmission{4.8.1.25} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.25-integration.jar) 
  UCHI    projectred-illumination{4.8.1.25} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.25-lighting.jar) 
  UCHI    projectred-expansion{4.8.1.25} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar) 
  UCHI    projectred-tansportation{1.0} [projectred-tansportation] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar) 
  UCHI    projectred-exploration{4.8.1.25} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.25-world.jar) 
  UCHI    reborncore{2.13.4.128} [RebornCore] (RebornCore-1.10.2-2.13.4.128-universal.jar) 
  UCHI    quantumstorage{3.2.19} [QuantumStorage] (QuantumStorage-1.10.2-3.2.19.jar) 
  UCHI    rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar) 
  UCHI    reauth{3.4.1} [ReAuth] (ReAuth-1.10-3.4.1.jar) 
  UCHI    reborncore-mcmultipart{2.13.4.128} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.4.128-universal.jar) 
  UCHI    thermalfoundation{2.0.1} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.1.68-universal.jar) 
  UCHI    redstonearsenal{2.0.1} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.1.17-universal.jar) 
  UCHI    refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.18.jar) 
  UCHI    refinedstorage{1.2.22} [Refined Storage] (refinedstorage-1.2.22.jar) 
  UCHI    xreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar) 
  UCHI    ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
  UCHI    rftools{5.87} [RFTools] (rftools-1.1x-5.87.jar) 
  UCHI    rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar) 
  UCHI    roots{0.208} [Roots] (roots-0.208.jar) 
  UCHI    Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar) 
  UCHI    simplevoidworld{1.1.0.4} [SimpleVoidWorld] (Simple-Void-World-1.10.2-1.1.0.4-universal.jar) 
  UCHI    simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar) 
  UCHI    simplyjetpacks{2.0.3.26} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.0.3.26.jar) 
  UCHI    SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar) 
  UCHI    snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar) 
  UCHI    solarfluxreborn{2.6r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.6r.jar) 
  UCHI    stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar) 
  UCHI    storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar) 
  UCHI    rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) 
  UCHI    supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar) 
  UCHI    superores{1.7} [Super Ores] (SuperOres-1.7.jar) 
  UCHI    techreborn{2.1.6.180} [TechReborn] (TechReborn-1.10.2-2.1.6.180-universal.jar) 
  UCHI    thermalexpansion{5.0.1} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.1.73-universal.jar) 
  UCHI    tinker_io{release 2.4.3} [Tinker I/O] (tinker_io-1.10.2-release 2.4.3.jar) 
  UCHI    tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) 
  UCHI    topaddons{1.10.2-0.9.1c} [TOP Addons] (topaddons-1.10.2-0.9.1c.jar) 
  UCHI    torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.1.0.11.jar) 
  UCHI    Translocator{2.1.3.52} [Translocator] (Translocators-1.10.2-2.1.3.52-universal.jar) 
  UCHI    usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar) 
  UCHI    WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar) 
  UCHI    wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar) 
  UCHI    icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar) 
  UCHI    wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar) 
  UCHI    wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar) 
  UCHI    wct{0.0.15} [Wireless Crafting Terminal] (WirelessCraftingTerminal-1.10.2-0.0.15.jar) 
  UCHI    Woot{1.10.2-1.2.5} [Woot] (woot-1.10.2-1.2.5.jar) 
  UCHI    wrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.18-universal.jar) 
  UCHI    yabba{1.10.2-0.3.0} [YABBA] (YABBA-1.10.2-0.4.0.jar) 
  UCHI    unidict{1.10.2-2.7} [UniDict] (UniDict-1.10.2-2.7.jar) 
  Loaded coremods (and transformers): 
CoFH Loading Plugin (CoFHCore-1.10.2-4.0.1.137-universal.jar)
  cofh.asm.CoFHClassTransformer
  cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  com.brandon3055.brandonscore.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.7.jar)
  shetiphian.core.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.10.2-2.6r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
ForgelinPlugin (Forgelin-1.4.0.jar)

LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
IC2core (industrialcraft-2-2.6.142-ex110.jar)

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

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
ItemPatchingLoader (ItemPhysic Lite 1.3.3 mc1.10.2.jar)
  com.creativemd.itemphysic.ItemTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
  team.chisel.common.asm.ChiselTransformer
IntelliInputCorePlugin (IntelliInput-2.4-for1.10.2.jar)
  com.tsoft_web.IntelliInput.asm.IntelliInputTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar)
  codechicken.nei.asm.NEITransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)

LMRECoremod (LittleMaidReengaged-8.0.4.91.3.jar)
  net.blacklab.lmr.util.coremod.Transformer
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
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
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  appeng.coremod.transformer.ASMIntegration
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
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
  GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.54' Renderer: 'GeForce GTX 960M/PCIe/SSE2'
  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)
      - 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)

  NotEnoughItems Invalid Fingerprint Reports: 
  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
      * AgriCraftAPI (1.0) from agricraft-2.0.0-0.6.0-a10.jar
      * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
      * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
      * BetterAchievements|API (0.3.3.10) from BetterAchievements-1.10.2-0.3.3.10.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
      * 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 SolarFluxReborn_1.10.2-2.6r.jar
      * cofhapi (1.4.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhapi|block (1.4.0) from CoFHCore-1.10.2-4.0.1.137-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.1.137-universal.jar
      * CoFHAPI|energy (1.8.9R1.2.0B1) from MatterOverdrive-1.10.2-0.5.1.jar
      * cofhapi|energy (1.4.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
      * CoFHAPI|item (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
      * cofhapi|item (1.4.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.0.jar
      * cofhapi|tileentity (1.4.0) from CoFHCore-1.10.2-4.0.1.137-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.1.137-universal.jar
      * cofhapi|world (1.4.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|audio (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|gui (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|gui|container (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|gui|element (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|gui|element|listbox (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|gui|slot (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|inventory (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|render (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|render|particle (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|util (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|util|helpers (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|world (1.2.0) from CoFHCore-1.10.2-4.0.1.137-universal.jar
      * cofhlib|world|feature (1.2.0) from CoFHCore-1.10.2-4.0.1.137-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
      * 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.156.jar
      * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.156.jar
      * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.156.jar
      * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.156.jar
      * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
      * fluxapi (1.0) from FluxNetworks-1.10.2-1.1.7.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
      * intwheel_api (1.2.4) from intwheel-1.1x-1.2.4.jar
      * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.23.jar
      * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.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
      * LittleMaidReengaged API (8.0.4.91.3) from LittleMaidReengaged-8.0.4.91.3.jar
      * MatterOverdrive|API (0.4.1) from MatterOverdrive-1.10.2-0.5.1.jar
      * mcjtylib_ng (2.3.9) from mcjtylib-1.1x-2.3.9.jar
      * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
      * Open Glider|API (0.1) from OpenGlider-1.10.2-0.2.1.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
      * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
      * PsiAPI (2) from Psi-r1.0-42.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
      * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.18.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.7.10-1.2.0) from refinedstorage-1.2.22.jar
      * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
      * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
      * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
      * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
      * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.22.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.1.jar
      * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.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: 
  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.):
                  * Optifine is installed. This is NOT supported.
                  * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/D:/FTB/FTBBeyond/minecraft/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.
                 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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/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:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
                  * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
                  * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
                  * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
                  * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
                  * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
                  * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
                  * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
                  * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
                  * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
                  * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/D:/FTB/FTBBeyond/minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class

  RebornCore: 
      Plugin Engine: 0
      RebornCore Version: 2.13.4.128
      Mixin Status: 1
      Runtime Debofucsation 1
      RenderEngine: 1
  Translocator Invalid Fingerprint Reports: 
  OptiFine Version: OptiFine_1.10.2_HD_U_D6
  Render Distance Chunks: 12
  Mipmaps: 4
  Anisotropic Filtering: 1
  Antialiasing: 0
  Multitexture: false
  Shaders: null
  OpenGlVersion: 4.5.0 NVIDIA 376.54
  OpenGlRenderer: GeForce GTX 960M/PCIe/SSE2
  OpenGlVendor: NVIDIA Corporation
  CpuCount: 8
Muirrum commented 7 years ago

@shadowfacts Duplicate. @jimchen5209 Please remove WRCBE, the mod author has been contacted.

shadowfacts commented 7 years ago

Duplicate of #635.

ghost commented 7 years ago

Well, the developer of WR-CBE had been contacted, but fixing this lasts several mounths already.

I've even tried the latest, 2.0.0.19 version of WR-CBE, and it's still not fixed...

And now I have to choose, find WR-CBE alternative or remove MatterOverdrive. Because it's clearly a conflict between two mods. Everything starts normally without each other. And Wireless Redstone is an important thing to me. And I also love the feature of WR-CBE with portable Wireless Transmitters.