Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yggdrasil75/c8b4cafa9427e5521f4be5459d18f0f1 to your computer and use it in GitHub Desktop.
Save yggdrasil75/c8b4cafa9427e5521f4be5459d18f0f1 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
Plugin (NotEnoughIDs-1.5.3.jar)
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
LoadingPlugin (Quark-r1.1-70.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
IvToolkit (IvToolkit-1.3.3-1.10.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
IC2core (industrialcraft-2-2.6.188-ex110.jar)
CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
ProgressionTransformer (Progression-1.10.2-0.6.9.jar)
Contact their authors BEFORE contacting forge
// I just don't know what went wrong :(
Time: 5/7/17 3:40 PM
Description: Exception in server tick loop
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=layers, clazz=class java.lang.Integer, values=[1, 2, 3, 4, 5, 6, 7, 8]} as it does not exist in BlockStateContainer{block=minecraft:log, properties=[axis, variant]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:203)
at net.minecraft.block.BlockSnow.func_176200_f(BlockSnow.java:145)
at ivorius.reccomplex.world.gen.feature.structure.generic.transformers.TransformerRuins.transform(TransformerRuins.java:209)
at ivorius.reccomplex.world.gen.feature.structure.generic.transformers.TransformerRuins.transform(TransformerRuins.java:57)
at ivorius.reccomplex.world.gen.feature.structure.generic.transformers.TransformerMulti.lambda$transform$55(TransformerMulti.java:182)
at ivorius.reccomplex.world.gen.feature.structure.generic.transformers.TransformerMulti$$Lambda$1380/511116934.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at ivorius.reccomplex.world.gen.feature.structure.generic.transformers.TransformerMulti.transform(TransformerMulti.java:182)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:259)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructure.generate(GenericStructure.java:71)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:145)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:116)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$687(WorldGenStructures.java:74)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$1330/106048872.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateRandomStructuresInChunk(WorldGenStructures.java:74)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:187)
at ivorius.reccomplex.events.handlers.RCForgeEventHandler.onPreChunkDecoration(RCForgeEventHandler.java:84)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_756_RCForgeEventHandler_onPreChunkDecoration_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.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:619)
at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:388)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:983)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:298)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:174)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:197)
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: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1261105576 bytes (1202 MB) / 5346164736 bytes (5098 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: 3549, allocated: 1, tallocated: 17
FML: MCP 9.32 Powered by Forge 12.18.3.2281 Optifine OptiFine_1.10.2_HD_U_D8 125 mods loaded, 124 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] (forge-1.10.2-12.18.3.2281.jar)
UCHIJAA Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281.jar)
UCHIJAA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
UCHIJAA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
UCHIJAA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
UCHIJAA IC2{2.6.188-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.188-ex110.jar)
UCHIJAA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
UCHIJAA arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar)
UCHIJAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.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 Baubles{1.3.10} [Baubles] (Baubles-1.10.2-1.3.10.jar)
UCHIJAA betterbeginnings{b0.9.8-R6c} [BetterBeginnings] (betterbeginnings-MC1.10.2-b0.9.8-R6c.jar)
UCHIJAA betterquesting{2.3.225} [Better Questing] (BetterQuesting-2.3.225.jar)
UCHIJAA BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
UCHIJAA biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar)
UCHIJAA BiomesOPlenty{5.0.0.2162} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2162-universal.jar)
UCHIJAA bookshelfapi{5.0.0} [Bookshelf] (Bookshelf-API-1.10.2-5.0.0-B92.jar)
UCHIJAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJAA CodeChickenLib{2.5.8.255} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
UCHIJAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
UCHIJAA brandonscore{2.1.6} [Brandon's Core] (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
UCHIJAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
UCHIJAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-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.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar)
UCHIJAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
UCHIJAA JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
UCHIJAA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
UCHIJAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.24.jar)
UCHIJAA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
UCHIJAA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
UCHIJAA CustomStuff3{0.11.9} [Custom Stuff 3] (CustomStuff3-1.10.2-0.11.9.jar)
UCHIJAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar)
UCHIJAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar)
UCHIJAA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
UCHIJAA eleccore{1.7.418} [ElecCore] (ElecCore-1.10.2-1.7.418.jar)
UCHIJAA deepresonance{1.4.7} [DeepResonance] (deepresonance-1.1x-1.4.7.jar)
UCHIJAA draconicevolution{2.0.10} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.10.199-universal.jar)
UCHIJAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJAA Waila{1.8.13-B27_1.10.2} [Waila] (Hwyla-1.8.13-B27_1.10.2.jar)
UCHIJAA EnderIO{1.10.2-3.1.186} [Ender IO] (EnderIO-1.10.2-3.1.186.jar)
UCHIJAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.1.jar)
UCHIJAA farseek{2.1} [Farseek] (Farseek-1.9.4-2.1.jar)
UCHIJAA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
UCHIJAA forgecraft{1.0.1} [Kitsu's Forgecraft] (Forgecraft-1.0.1.jar)
UCHIJAA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAA geographicraft{0.8.7} [GeographiCraft] (GeographiCraft-0.8.7.jar)
UCHIJAA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.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 immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
UCHIJAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHIJAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAA ironchest{1.10.2-7.0.12.801} [Iron Chest] (ironchest-1.10.2-7.0.12.801.jar)
UCHIJAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJAA kelib{1.3.3.0} [KewaiiLib] (KewaiiLib-1.3.3.0-1.10.2.jar)
UCHIJAA launchgui{@VERSION@} [LaunchGUI] (LaunchGui-1.9.4-2.0.3-23-client.jar)
UCHIJAA levels{3.0.0} [Levels 3] (Levels 3-1.10.2-3.0.0-beta.jar)
UCHIJAA levelup{${version}} [Level Up!] (LevelUp!-0.12.9-1.10.2.jar)
UCHIJAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJAA minecolonies{1.10.2-0.7.848} [MineColonies] (minecolonies-universal-1.10.2-0.7.848.jar)
UCHIJAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.2.jar)
UCHIJAA modtweaker{2.0.11} [Mod Tweaker] (ModTweaker2-2.0.11.jar)
UCHIJAA movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
UCHIJAA MrTJPCoreMod{2.0.0.17} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
UCHIJAA natura{1.10.2-4.1.0.55} [Natura] (natura-1.10.2-4.1.0.55.jar)
UCHIJAA neid{1.5.3} [NotEnoughIDs] (NotEnoughIDs-1.5.3.jar)
UCHIJAA oremod{1.0.0} [Ore Mod] (oremod)
UCHIJAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAA pioneer{2.0.0} [Pioneer Terrain Survey] (pioneer-1.10.2-2.0.0.jar)
UCHIJAA plants{0.8.5} [Plants] (Plants-1.10.2-beta-0.8.5.jar)
UCHIJAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
UCHIJAA survivalist{1.9.0} [Survivalist] (Survivalist-1.10.2-1.9.0.jar)
UCHIJAA primal{0.2.38} [PrimalCore] (PrimalCore-0.2.39.jar)
UCHIJAA progression{0.6.9} [Progression] (Progression-1.10.2-0.6.9.jar)
UCHIJAA projectred-core{4.8.1.30} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.30-Base.jar)
UCHIJAA projectred-integration{4.8.1.30} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.30-integration.jar)
UCHIJAA projectred-transmission{4.8.1.30} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.30-integration.jar)
UCHIJAA projectred-illumination{4.8.1.30} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.30-lighting.jar)
UCHIJAA projectred-expansion{4.8.1.30} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.30-mechanical.jar)
UCHIJAA projectred-transportation{4.8.1.30} [ProjectRed Transportation] (ProjectRed-1.10.2-4.8.1.30-mechanical.jar)
UCHIJAA projectred-exploration{4.8.1.30} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.30-world.jar)
UCHIJAA questbook{2.1.0-1.10} [Better Questing Quest Book] (questbook-2.1.0-1.10.jar)
UCHIJAA railcraft{10.1.1} [Railcraft] (Railcraft_1.10.2-10.1.1.jar)
UCHIJAA rdt{0.0.4} [Random Decorative Things] (RandomDecorativeThings-0.0.4.jar)
UCHIJAA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJAA reccomplex{1.3-1.10} [Recurrent Complex] (RecurrentComplex-1.3-1.10.jar)
UCHIJAA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
UCHIJAA redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
UCHIJAA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJAA bq_rf{2.3.26} [RF Expansion] (RFExpansion-2.3.26.jar)
UCHIJAA rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar)
UCHIJAA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
UCHIJAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCHIJAA rice{1.1.0.0} [Rice] (RiceCraftingTable-1.1.0.0-1.10.2.jar)
UCHIJAA RTG{4.1.2.4} [Realistic Terrain Generation] (RTG-1.10.2-4.1.2.4.jar)
UCHIJAA silentlib{2.1.2} [Silent Lib] (SilentLib-1.10.2-2.1.2-57.jar)
UCHIJAA silentgems{2.3.11} [Silent's Gems] (SilentsGems-1.11.x-2.3.11-175.jar)
UCHIJAA sgextraparts{1.2.5} [Silent's Gems: Extra Parts] (SGExtraParts-1.11.x-1.2.5-20.jar)
UCHIJAA simplyjetpacks{2.1.1.47} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.1.47.jar)
UCHIJAA bq_standard{2.3.131} [Standard Expansion] (StandardExpansion-2.3.131.jar)
UCHIJAA StorageDrawers{1.10.2-3.7.3} [Storage Drawers] (StorageDrawers-1.10.2-3.7.3.jar)
UCHIJAA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
UCHIJAA streams{0.3} [Streams] (Streams-1.9.4-0.3.jar)
UCHIJAA supermultidrills{1.5.1} [Super Multi-Drills] (SuperMultiDrills-1.11.x-1.5.1-37.jar)
UCHIJAA TerracottaBlock{v0.1} [TerracottaBlock] (Terracotta block mod v0.1 for MC 1.10.2.jar)
UCHIJAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
UCHIJAA undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.10-1.0.v.19.jar)
UCHIJAA VeinMiner{0.35.3_1.9-a46c1b0} [Vein Miner] (VeinMiner-1.9-0.35.3.595+a46c1b0.jar)
UCHIJAA VeinMinerModSupport{0.35.3_1.9-a46c1b0} [Mod Support] (VeinMiner-1.9-0.35.3.595+a46c1b0.jar)
UCHIJAA wailafeatures{0.3.1.13} [WAILA Features] (WAILA-features-1.10.2-0.3.1.13.jar)
UCHIJAA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
UCHIJAA wtfcore{1.10.2_v1.5} [WTFs Expedition] (WTF-Expedition-WorldGen_1.10.2_-v1.5.1.jar)
UCHIJAA wtfgameplay{Alpha} [WTFs Gameplay Tweaks] (WTF-Expedition-Gameplay_1.10.2_v-1.1.jar)
UCHIJAA wtftools{Alpha} [WTFs Tools] (WTF-Tools_10.2_vAlpha4.jar)
UD BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
farseek.core.FarseekClassTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
team.chisel.common.asm.ChiselTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.8.255-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
Plugin (NotEnoughIDs-1.5.3.jar)
ru.fewizz.neid.asm.Transformer
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
codechicken.nei.asm.NEITransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
IvToolkit (IvToolkit-1.3.3-1.10.jar)
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
am2.asm.Transformer
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
IC2core (industrialcraft-2-2.6.188-ex110.jar)
CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
ProgressionTransformer (Progression-1.10.2-0.6.9.jar)
joshie.progression.asm.ProgressionTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- WailaIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (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:
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
ChickenChunks 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:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/CoFHAPIProps.class).
Ender IO needs at least 1.4.0 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:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Yggdrasil/Google%20Drive/minecraft/Instances/test%20pack/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.10.2_HD_U_D8
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 382.05
OpenGlRenderer: GeForce GTX 960/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment