CyclopsMC / CyclopsCore

Minecraft library mod for EvilCraft, Integrated Dynamics and others.
http://cyclopsmc.github.io/CyclopsCore/
MIT License
18 stars 30 forks source link

Crash on launch #20

Closed vrork closed 8 years ago

vrork commented 8 years ago

---- Minecraft Crash Report ----

WARNING: coremods are present: IC2core (industrialcraft-2-2.6.30-ex110.jar) LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) OFMDepLoader (OpenFM-1.9.4-0.1.0.11.jar) StepupfixCore (StepupFix-1.10.2-1.0.0.0.jar) CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar) LoadingPlugin (Quark-beta-49.jar) LoadingPlugin (CustomMainMenu-MC1.9.4-2.0.1.jar) EnderCorePlugin (EnderCore-1.10.2-0.4.1.46-beta.jar) GenderLoadingPlugin ([1.10.2]Gender-1.2.4.jar) FMLPlugin (InventoryTweaks-1.61-58.jar) TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar) LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar) ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar) Contact their authors BEFORE contacting forge

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

Time: 8/8/16 4:21 PM Description: Initializing game

java.lang.IllegalArgumentException: Could not find crafting recipe for tile.blocks.evilcraft.boxOfEternalClosure with index 0 at org.cyclops.cyclopscore.helper.CraftingHelpers.findCraftingRecipe(CraftingHelpers.java:26) at org.cyclops.cyclopscore.infobook.InfoBookParser$3.create(InfoBookParser.java:72) at org.cyclops.cyclopscore.infobook.InfoBookParser.createAppendix(InfoBookParser.java:293) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:249) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:217) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:217) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:217) at org.cyclops.cyclopscore.infobook.InfoBookParser.initializeInfoBook(InfoBookParser.java:190) at org.cyclops.cyclopscore.infobook.InfoBookRegistry.registerInfoBook(InfoBookRegistry.java:17) at org.cyclops.evilcraft.EvilCraft.postInit(EvilCraft.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:239) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:142) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:793) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322) 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:

-- Head -- Thread: Client thread Stacktrace: at org.cyclops.cyclopscore.helper.CraftingHelpers.findCraftingRecipe(CraftingHelpers.java:26) at org.cyclops.cyclopscore.infobook.InfoBookParser$3.create(InfoBookParser.java:72) at org.cyclops.cyclopscore.infobook.InfoBookParser.createAppendix(InfoBookParser.java:293) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:249) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:217) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:217) at org.cyclops.cyclopscore.infobook.InfoBookParser.buildSection(InfoBookParser.java:217) at org.cyclops.cyclopscore.infobook.InfoBookParser.initializeInfoBook(InfoBookParser.java:190) at org.cyclops.cyclopscore.infobook.InfoBookRegistry.registerInfoBook(InfoBookRegistry.java:17) at org.cyclops.evilcraft.EvilCraft.postInit(EvilCraft.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:595) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:239) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:142) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:793) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)

-- Initialization -- Details: Stacktrace: 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 540318008 bytes (515 MB) / 3377987584 bytes (3221 MB) up to 5726797824 bytes (5461 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.32 Powered by Forge 12.18.1.2046 175 mods loaded, 175 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJ mcp{9.19} Minecraft Coder Pack UCHIJ FML{8.0.99.99} Forge Mod Loader UCHIJ Forge{12.18.1.2046} Minecraft Forge UCHIJ Aroma1997Core{${version}} Aroma1997Core UCHIJ OpenComputers|Core{1.6.0.3-rc.1} OpenComputers (Core) UCHIJ gender{1.2.4} Gender UCHIJ fenceoverhaul{1.2.1} Fence Overhaul UCHIJ actuallyadditions{1.10.2-r58} Actually Additions UCHIJ ForgeEndertech{1.1.3.0} Forge Endertech UCHIJ AdChimneys{1.10.2-1.1.2.1} Advanced Chimneys UCHIJ AdHooks{1.10.2-1.0.2.0} Advanced Hook Launchers UCHIJ adventurebags{0.2} Adventure Bags UCHIJ CookingPlus{0.7.3} The Agricultural Revolution UCHIJ Aroma1997CoreHelper{1.1.0.3} Aroma1997Core|Helper UCHIJ AromaBackup{1.0.1.1} AromaBackup UCHIJ AromaBackupRecovery{1.0} AromaBackup Recovery UCHIJ autopackager{1.6.3} AutoPackager UCHIJ awesome{0.30} awesome UCHIJ bagginses{2.4.2d} Bagginses UCHIJ Baubles{1.2.1.0} Baubles UCHIJ bdlib{1.12.2.8} BD Lib UCHIJ betterwithmods{Beta 0.8.3 Hotfix 2} [Better With Mods](Better With Mods-0.8.3-1.9.4-hotfix2.jar) UCHIJ BetterAchievements{0.3.0.30} Better Achievements UCHIJ betterbuilderswands{0.6.5} Better Builder's Wands UCHIJ BetterThanBunnies{1.10.2-1.0.3} BetterThanBunnies UCHIJ BiomesOPlenty{4.1.0.2061} Biomes O' Plenty UCHIJ guideapi{@VERSION@} Guide-API UCHIJ ExtraUtils2{1.0} ExtraUtils2 UCHIJ JEI{3.7.11.238} Just Enough Items UCHIJ BloodMagic{1.9.4-2.0.3-53} Blood Magic: Alchemical Wizardry UCHIJ BloodArsenal{1.10.2-2.0.1-CUSTOM} Blood Arsenal UCHIJ bookshelf{1.3.0.288} Bookshelf UCHIJ Botania{r1.8-315} Botania UCHIJ Bullseye{1.0.3} Bullseye UCHIJ Waila{1.7.0} Waila UCHIJ SonarCore{3.0.9} SonarCore UCHIJ Calculator{3.0.9} Calculator UCHIJ Chameleon{1.9.4-2.1.6} Chameleon UCHIJ mcmultipart{1.2.0} MCMultiPart UCHIJ CharsetLib{0.3.0-pre12} ‽ UCHIJ CharsetAudio{0.3.0-pre12} ♫ UCHIJ CharsetCarts{0.3.0-pre12} U UCHIJ CharsetDecoration{0.3.0-pre12} âš? UCHIJ CharsetDrama{0.3.0-pre12} ! UCHIJ CharsetFarming{0.3.0-pre12} ; UCHIJ CharsetGates{0.3.0-pre12} & UCHIJ CharsetPipes{0.3.0-pre12} | UCHIJ CharsetStorage{0.3.0-pre12} # UCHIJ CharsetTweaks{0.3.0-pre12} * UCHIJ CharsetWires{0.3.0-pre12} + UCHIJ CharsetWrench{0.3.0-pre12} / UCHIJ ChestTransporter{2.5.0} Chest Transporter UCHIJ chisel{MC1.9.4-0.0.6.33} Chisel UCHIJ chiselsandbits{11.9} Chisels & Bits UCHIJ combathelp{1.0.3} Combat Help UCHIJ cyclopscore{0.7.4} Cyclops Core UCHIJ commoncapabilities{1.1.1} CommonCapabilities UCHIJ IC2{2.6.30-ex110} IndustrialCraft 2 UCHIJ CompactSolars{5.0.4.328} Compact Solar Arrays UCHIJ compactstorage{v2.0.0a} CompactStorage UCHIJ compasscoords{1.10.2-3.1.7} Compass Co-ords UCHIJ ComputerCraft{1.80pr0} ComputerCraft UCHIJ cookingforblockheads{3.1.26} Cooking for Blockheads UCHIJ correlatedpotentialistics{1.1.3} Correlated Potentialistics UCHIJ covers{0.3.0.6} Simple Covers UCHIJ CustomMainMenu{2.0.1} Custom Main Menu UCHIJ cyberware{beta-0.1.12} Cyberware UCHIJ cyclicmagic{1.5.0} Cyclic UCHIJ ElecCore{1.5.303} ElecCore UCHIJ OpenComputers{1.6.0.3-rc.1} OpenComputers UCHIJ deepresonance{1.2.0beta36} DeepResonance UCHIJ Ding{MC1.9.0v2} Ding UCHIJ StorageDrawers{1.9.4-3.2.1} Storage Drawers UCHIJ bitdrawers{0.2} Drawers & Bits UCHIJ druidry{2016.8.5-1.9.4} §2Druidry UCHIJ enchiridion{3.1.6} Enchiridion UCHIJ endercore{1.10.2-0.4.1.46-beta} EnderCore UCHIJ EnderIO{1.10.2-3.0.1.81_beta} Ender IO UCHIJ shetiphiancore{3.3.0} ShetiPhian-Core UCHIJ endertanks{1.4.1} EnderTanks UCHIJ EnderZoo{1.10-1.2.3.43} Ender Zoo UCHIE evilcraft{0.10.7} EvilCraft UCHIJ ezstorage{2.2.2} EZStorage 2 UCHIJ fastleafdecay{v11} Fast Leaf Decay UCHIJ fixchiselstonegen{1.10.2-1.0} Fix Chisel Stone Gen UCHIJ flatcoloredblocks{mc1.10-v4.1} Flat Colored Blocks UCHIJ FloodLights{1.2.7-145} Flood Lights UCHIJ FluxNetworks{1.0.2} Flux Networks UCHIJ forestry{5.2.7.220} Forestry UCHIJ forgeanalytics{0.0.0.13} Forge Analytics UCHIJ foxlib{@VERSION@} FoxLib UCHIJ ftbl{2.1.0} FTBLib UCHIJ ftbu{2.1.0} FTBUtilities UCHIJ shadowmc{3.4.4} ShadowMC UCHIJ Funnels{1.1.0} Funnels UCHIJ furnus{1.83} Furnus UCHIJ gendustry{1.6.4.16} GenDustry UCHIJ pressure{1.3.1.10} Pressure Pipes UCHIJ advgenerators{0.9.20.10} Advanced Generators UCHIJ geoactivity{2.2.3} GeoActivity UCHIJ goetia{0.1} Goetia UCHIJ hopperducts{1.4.7} Hopper Ducts UCHIJ Tesla{1.2.1.40} TESLA UCHIJ InductionCharger{1.1.1} Induction Charger UCHIJ integrateddynamics{0.4.2} Integrated Dynamics UCHIJ inventorytweaks{1.61-58-a1fd884} Inventory Tweaks UCHIJ ironchest{1.10.2-7.0.9.796} Iron Chest UCHIJ itemscroller{0.6.1} Item Scroller UCHIJ JEFB{1.0.3} Just Enough Forestry Bees UCHIJ jeibees{0.9.0.1} JEI Bees UCHIJ journeymap{1.10.2-5.2.4} JourneyMap UCHIJ jeresources{0.4.6.44} Just Enough Resources UCHIJ mantle{1.10.2-0.10.4.jenkins163} Mantle UCHIJ testdummy{1.11} MmmMmmMmmMmm UCHIJ moreoverlays{1.6} MoreOverlays UCHIJ Morpheus{1.10.2-3.1.7} Morpheus UCHIJ mousetweaks{2.6.4} Mouse Tweaks UCHIJ botanicaladdons{GRADLE:VERSION.GRADLE:BUILD} Natural Pledge UCHIJ netherportalfix{1.0} Nether Portal Fix UCHIJ recipehandler{0.5} NoMoreRecipeConflict UCHIJ NotEnoughCodecs{0.5} NotEnoughCodecs UCHIJ notenoughwands{1.3.5} Not Enough Wands UCHIJ ObsidianPlates{1.1.1} Obsidian Plates UCHIJ openfm{0.1.0.11} OpenFM UCHIJ openglasses{1.4} OC Glasses UCHIJ openprinter{0.1.0.3} OpenPrinter UCHIJ openradio{0.8.1} OpenRadio UCHIJ fodc{1.9.1} Ore Dictionary Converter UCHIJ harvestcraft{1.9.4-pre} [Pam's HarvestCraft](Pam's HarvestCraft 1.9.4-1.10.2b.jar) UCHIJ PersistentBits{1.0.4} Persistent Bits UCHIJ platforms{1.2.0} Platforms UCHIJ packchevsky{b6} Potion Packs UCHIJ progressiveautomation{1.6.49} Progressive Automation UCHIJ Psi{r1.0-37} Psi UCHIJ psionup{GRADLE:VERSION.GRADLE:BUILD} PSIonic Upgrades UCHIJ quantumflux{2.0.7} QuantumFlux UCHIJ Quark{beta-49} Quark UCHIJ randomthings{3.7.5} Random Things UCHIJ rangedpumps{0.2} Ranged Pumps UCHIJ reborncore{2.6.2.15} RebornCore UCHIJ reborncore-mcmultipart{2.6.2.15} reborncore-MCMultiPart UCHIJ refinedstorage{0.8.15} Refined Storage UCHIJ xreliquary{1.10.2-1.3.3.455} Reliquary UCHIJ ResourceLoader{1.5.1} Resource Loader UCHIJ rftools{5.11} RFTools UCHIJ rftoolsdim{4.30beta46} RFTools Dimensions UCHIJ roots{0.110} Roots UCHIJ routerreborn{1.10.2-4.0.1.19_universal} Router Reborn UCHIJ RTG{1.9.4} Realistic Terrain Generation UCHIJ Signals{1.0} Signals UCHIJ simplebarrels{1.25f} Simple Barrels UCHIJ ValkyrieLib{1.10.2-0.10.2} Valkyrie Lib UCHIJ SimpleGenerators{1.10-0.7.1a} Simple Generators UCHIJ simplemagnet{1.10.2-1.2.2} Simple Magnet UCHIJ simpleretrogen{4.0.1+8} Simple Retrogen UCHIJ SolarFluxReborn{1.9.4_0.7b} Solar Flux Reborn UCHIJ solarvillage{1.1.0.15} Solar Village UCHIJ soulshardstow{1.10.2-2.6.1-41} Soul Shards - The Old Ways UCHIJ supercraftingframe{1.2.0.85} Super Crafting Frame UCHIJ tconstruct{1.10.2-2.4.0.jenkins312} Tinkers' Construct UCHIJ taiga{${version}} Tinkers Alloying Addon UCHIJ Tails{1.10.2-1.8.1} Tails UCHIJ teslaarsenal{1.2} Tesla Arsenal UCHIJ teslacoils{v0.2.0.1} Tesla Coils UCHIJ theoneprobe{1.0.15} The One Probe UCHIJ tinker_io{beta 2.3.4} [Tinker I/O](tinker_io-1.10.2-beta 2.3.4.jar) UCHIJ TinkersAddons{1.0.3} [Tinkers' Addons](Tinkers' Addons-1.10.x-1.0.3.jar) UCHIJ tombmanygraves{1.9.4_1.10.2-2.1.8} Tomb Many Graves UCHIJ topaddons{1.10.2-0.5.0} TOP Addons UCHIJ vc{v0.4.1b-mc1.10.2} ViesCraft UCHIJ WailaHarvestability{1.1.7} Waila Harvestability UCHIJ icse{1.1.0.0} I Can See Everything UCHIJ wawla{2.3.0.194} What Are We Looking At UCHIJ darind{1.0} Darrow Industries UCHIJ wired{1.0} WIRED: More Augs Loaded coremods (and transformers): IC2core (industrialcraft-2-2.6.30-ex110.jar)

LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) lumien.resourceloader.asm.ClassTransformer OFMDepLoader (OpenFM-1.9.4-0.1.0.11.jar)

StepupfixCore (StepupFix-1.10.2-1.0.0.0.jar)

CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)

LoadingPlugin (Quark-beta-49.jar) vazkii.quark.base.asm.ClassTransformer LoadingPlugin (CustomMainMenu-MC1.9.4-2.0.1.jar) lumien.custommainmenu.asm.ClassTransformer EnderCorePlugin (EnderCore-1.10.2-0.4.1.46-beta.jar) com.enderio.core.common.transform.EnderCoreTransformer GenderLoadingPlugin ([1.10.2]Gender-1.2.4.jar) com.github.ipixeli.gender.coremod.GenderClassTransformer FMLPlugin (InventoryTweaks-1.61-58.jar) invtweaks.forge.asm.ContainerTransformer TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar) li.cil.oc.common.asm.ClassTransformer LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar) lumien.randomthings.asm.ClassTransformer ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar) shetiphian.core.asm.ClassTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.81' Renderer: 'GeForce GTX 970/PCIe/SSE2' Pulsar/tconstruct loaded Pulses:

List of loaded APIs: 
    * actuallyadditionsapi (21) from ActuallyAdditions-1.10.2-r58.jar
    * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
    * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
    * BetterAchievements|API (0.3.0.30) from BetterAchievements-1.10.2-0.3.0.30.jar
    * BetterWithModsAPI (Beta 0.6) from Better With Mods-0.8.3-1.9.4-hotfix2.jar
    * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.3-53.jar
    * BotaniaAPI (79) from Botania-unofficial.r1.8-315.jar
    * botanicaladdonsAPI (1) from NaturalPledge-r1.4.jar
    * CalculatorAPI (1.9.4 - 1.0) from Calculator-1.9.4-3.0.9.jar
    * CharsetAPI (0.1) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre12.jar
    * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre12.jar
    * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
    * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
    * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-11.9.jar
    * CoFHAPI (1.8.9R1.2.0B1) from FloodLights-1.9.4-1.2.7-145.jar
    * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
    * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
    * CoFHAPI|energy (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
    * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
    * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
    * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
    * commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.1.1.jar
    * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
    * ComputerCraft|API (1.80pr0) from ComputerCraft1.80pr0.jar
    * ComputerCraft|API|FileSystem (1.80pr0) from ComputerCraft1.80pr0.jar
    * ComputerCraft|API|Lua (1.80pr0) from ComputerCraft1.80pr0.jar
    * ComputerCraft|API|Media (1.80pr0) from ComputerCraft1.80pr0.jar
    * ComputerCraft|API|Peripheral (1.80pr0) from ComputerCraft1.80pr0.jar
    * ComputerCraft|API|Permissions (1.80pr0) from ComputerCraft1.80pr0.jar
    * ComputerCraft|API|Redstone (1.80pr0) from ComputerCraft1.80pr0.jar
    * ComputerCraft|API|Turtle (1.80pr0) from ComputerCraft1.80pr0.jar
    * DR-API (1.0.4-Beta) from deepresonance-1.10-1.2.0beta36.jar
    * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.303.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.81_beta.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.81_beta.jar
    * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.81_beta.jar
    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.81_beta.jar
    * FluxNetworkAPI (1.0.0) from Flux-Networks-1.9.4-1.0.2.jar
    * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.7.220.jar
    * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.7.220.jar
    * gendustryAPI (2.3.0) from gendustry-1.6.4.16-mc1.10.2.jar
    * Guide-API|API (1.9.4-2.0.0-40) from Guide-API-1.9.4-2.0.0-40.jar
    * IC2API (1.0) from industrialcraft-2-2.6.30-ex110.jar
    * integrateddynamics|api (0.1.0) from IntegratedDynamics-1.9.4-0.4.2.jar
    * jeresources|API (0.4.6.44) from JustEnoughResources-1.10.2-0.4.6.44.jar
    * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
    * JustEnoughItemsAPI (4.0.1) from jei_1.10.2-3.7.11.238.jar
    * McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar
    * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
    * pressureAPI (1.3.1.10) from pressure-1.3.1.10-mc1.10.2.jar
    * PsiAPI (2) from Psi-r1.0-37.jar
    * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.13.jar
    * reborncoreAPI (2.6.2.15) from RebornCore-1.10.2-2.6.2.15-universal.jar
    * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.1-41.jar
    * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.8.15.jar
    * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.8.15.jar
    * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
    * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.15.jar
    * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.8.15.jar
    * ValkyrieLib.api (1.10.2-0.10.2) from valkyrielib-1.10.2-0.10.2.jar
    * WailaAPI (1.3) from SolarFluxReborn-1.9.4_0.7b.jar
EnderIO: No known problems detected.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/TileEnergyHandler.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Rafael/Documents/Curse/Minecraft/Instances/Furry%201.10.2/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/TileEnergyHandler.class

Launched Version: forge-12.18.1.2046
LWJGL: 2.9.4
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.81, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: HDGUI 1.3.zip, HDTEXT 1.1.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
rubensworks commented 8 years ago

I just fixed this 4b1049ae95c053a1f23ee3e02740fd94edee6bbe You can try the latest dev build to see if this resolves your issue: https://dl.bintray.com/cyclopsmc/dev/org/cyclops/cyclopscore/CyclopsCore/1.9.4-0.7.4-385/CyclopsCore-1.9.4-0.7.4-385.jar The new version will be released later this week.

vrork commented 8 years ago

Yep, fixed.