---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 11/29/16 4:36 PM
Description: Initializing game
java.lang.NoSuchFieldError: itemRegistry
at codechicken.core.featurehack.GameDataManipulator.replaceItem(GameDataManipulator.java:33)
at codechicken.nei.api.ItemInfo.addMobSpawnerItem(ItemInfo.java:303)
at codechicken.nei.api.ItemInfo.preInit(ItemInfo.java:96)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at codechicken.core.featurehack.GameDataManipulator.replaceItem(GameDataManipulator.java:33)
at codechicken.nei.api.ItemInfo.addMobSpawnerItem(ItemInfo.java:303)
at codechicken.nei.api.ItemInfo.preInit(ItemInfo.java:96)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/30/16 8:26 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: torch
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
Caused by: java.lang.NoSuchFieldError: torch
at codechicken.multipart.minecraft.Content.blockTypes(Content.java:40)
at codechicken.multipart.MultiPartRegistry$.registerConverter(MultiPartRegistry.scala:138)
at codechicken.multipart.MultiPartRegistry.registerConverter(MultiPartRegistry.scala)
at codechicken.multipart.minecraft.Content.init(Content.java:29)
at codechicken.multipart.minecraft.MinecraftMultipartMod.preInit(MinecraftMultipartMod.java:19)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor7.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
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: 220980824 bytes (210 MB) / 710246400 bytes (677 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 82 mods loaded, 82 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar)
UCH OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (_Damage-Indicators-Mod-1.7.10.jar)
UCH nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH gibby_dungeons{1.3} [Arcana RPG] (Arcana-RPG-Mod-1.7.10.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UCH Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar)
UCH FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
UCH CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCH ChickenBones{1.0} [The Chicken Bones Mod: You can pick up chicks!] (ChickenBones-1.7.10-J7.jar)
UCE ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCH props{1.10} [Decocraft] (DecoCraft-Mod-1.7.10.zip)
UCH ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCH ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCH MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCH dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10.jar)
UCH mwaw{1.7.10-0.0.1} [Elemental Witch Mod] (Elemental-Witch-Mod-1.7.10.jar)
UCH emeraldmod{3.5.2} [EmeraldMod] (EmeraldMod 1.7.10 Forge V3.5.2.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH endercore{1.7.10-0.2.0.32_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.32_beta.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH golems{1.15} [Extra Golems] (Extra-Golems-Mod-1.7.10.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCH Hats{4.0.0} [Hats] (Hats-Mod-1.7.10.jar)
UCH headcrumbs{1.2.5} [Headcrumbs] (Headcrumbs-Mod-1.7.10.jar)
UCH InfernalMobs{1.5.4} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCH InventoryPets{1.3.3} [Inventory Pets] (inventorypets-1.7.10-1.3.3.jar)
UCH IronChest{6.0.60.741} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar)
UCH Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCH magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
UCH magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UCH magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar)
UCH malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCH malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCH MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCH MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCH MobAmputation{4.0.0} [MobAmputation] (Mob-Amputation-Mod-1.7.10.jar)
UCH MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar)
UCH Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UCH obscore{1.3.3} [ObsCore] (obscore-1.3.3_mc1.7.10.jar)
UCH obstrophiesaoa{1.5.1} [ObsTrophies] (obstrophies-1.5.1_mc1.7.10.jar)
UCH OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCH OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCH pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCH RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UCH secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCH fiskheroes{1.0.9} [Fisk's Superheroes] (Superheroes-1.7.10-1.0.9.jar)
UCH ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH Torched{4.0.0} [Torched] (Torched-Mod-1.7.10.jar)
UCH VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH youtubers{1.7.0} [Youtubers+ Mod] (Youtubers-Mod-1.7.10.jar)
UCH voxelmap{1.7.10} [VoxelMap No Radar] (Zans-Minimap-No-Radar-Mod-1.7.10.jar)
UCE McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
UCH IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
UCE ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GTX 970M/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: No known problems detected.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
java.lang.ArrayIndexOutOfBoundsException: 9
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4739)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:255)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4739)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:255)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
Thus, the error message seems to imply that a Thermal Foundation ore block somehow ended up with metadata 9, when normally it shouldn't be possible for it to be higher than 6 (mithril). No idea what could have caused that to happen.
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 11/29/16 4:36 PM
Description: Initializing game
java.lang.NoSuchFieldError: itemRegistry
at codechicken.core.featurehack.GameDataManipulator.replaceItem(GameDataManipulator.java:33)
at codechicken.nei.api.ItemInfo.addMobSpawnerItem(ItemInfo.java:303)
at codechicken.nei.api.ItemInfo.preInit(ItemInfo.java:96)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at codechicken.core.featurehack.GameDataManipulator.replaceItem(GameDataManipulator.java:33)
at codechicken.nei.api.ItemInfo.addMobSpawnerItem(ItemInfo.java:303)
at codechicken.nei.api.ItemInfo.preInit(ItemInfo.java:96)
at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
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: 195408992 bytes (186 MB) / 393621504 bytes (375 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 81 mods loaded, 81 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UC OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar)
UC OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UC battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UC lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UC divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
UC DamageIndicatorsMod{3.2.0} [Damage Indicators] (_Damage-Indicators-Mod-1.7.10.jar)
UC nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UC appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UC gibby_dungeons{1.3} [Arcana RPG] (Arcana-RPG-Mod-1.7.10.jar)
UC iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UC BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UC Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar)
UC FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
UC CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UC BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UC ChickenBones{1.0} [The Chicken Bones Mod: You can pick up chicks!] (ChickenBones-1.7.10-J7.jar)
UC ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UC chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UC customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UC props{1.10} [Decocraft] (DecoCraft-Mod-1.7.10.zip)
UC ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UC ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UC DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UC dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10.jar)
UC mwaw{1.7.10-0.0.1} [Elemental Witch Mod] (Elemental-Witch-Mod-1.7.10.jar)
UC emeraldmod{3.5.2} [EmeraldMod] (EmeraldMod 1.7.10 Forge V3.5.2.jar)
UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UC endercore{1.7.10-0.2.0.32_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.32_beta.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
UC EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UC golems{1.15} [Extra Golems] (Extra-Golems-Mod-1.7.10.jar)
UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UC grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UC Hats{4.0.0} [Hats] (Hats-Mod-1.7.10.jar)
UC headcrumbs{1.2.5} [Headcrumbs] (Headcrumbs-Mod-1.7.10.jar)
UC InfernalMobs{1.5.4} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UC InventoryPets{1.3.3} [Inventory Pets] (inventorypets-1.7.10-1.3.3.jar)
UC IronChest{6.0.60.741} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar)
UC Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UC magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
UC magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UC magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar)
UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UC MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UC MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UC MobAmputation{4.0.0} [MobAmputation] (Mob-Amputation-Mod-1.7.10.jar)
UC MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar)
UC Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UC obscore{1.3.3} [ObsCore] (obscore-1.3.3_mc1.7.10.jar)
UC obstrophiesaoa{1.5.1} [ObsTrophies] (obstrophies-1.5.1_mc1.7.10.jar)
UC OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UC OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UC harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UC pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UC RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UC secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UC fiskheroes{1.0.9} [Fisk's Superheroes] (Superheroes-1.7.10-1.0.9.jar)
UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UC ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UC TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UC Torched{4.0.0} [Torched] (Torched-Mod-1.7.10.jar)
UC VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UC VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UC youtubers{1.7.0} [Youtubers+ Mod] (Youtubers-Mod-1.7.10.jar)
UC voxelmap{1.7.10} [VoxelMap No Radar] (Zans-Minimap-No-Radar-Mod-1.7.10.jar)
UC McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
UC IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
UC ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GTX 970M/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 970M/PCIe/SSE2 GL version 4.5.0 NVIDIA 369.09, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Please help
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumProblem with CodeChickenCore and NEI. Make sure they are installed correctly.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
it still crashed but saying something else
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/30/16 8:26 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: torch
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
Caused by: java.lang.NoSuchFieldError: torch
at codechicken.multipart.minecraft.Content.blockTypes(Content.java:40)
at codechicken.multipart.MultiPartRegistry$.registerConverter(MultiPartRegistry.scala:138)
at codechicken.multipart.MultiPartRegistry.registerConverter(MultiPartRegistry.scala)
at codechicken.multipart.minecraft.Content.init(Content.java:29)
at codechicken.multipart.minecraft.MinecraftMultipartMod.preInit(MinecraftMultipartMod.java:19)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor7.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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
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: 220980824 bytes (210 MB) / 710246400 bytes (677 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 82 mods loaded, 82 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar)
UCH OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (_Damage-Indicators-Mod-1.7.10.jar)
UCH nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH gibby_dungeons{1.3} [Arcana RPG] (Arcana-RPG-Mod-1.7.10.jar)
UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCH BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UCH Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar)
UCH FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
UCH CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCH ChickenBones{1.0} [The Chicken Bones Mod: You can pick up chicks!] (ChickenBones-1.7.10-J7.jar)
UCE ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCH props{1.10} [Decocraft] (DecoCraft-Mod-1.7.10.zip)
UCH ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCH ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCH MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCH dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10.jar)
UCH mwaw{1.7.10-0.0.1} [Elemental Witch Mod] (Elemental-Witch-Mod-1.7.10.jar)
UCH emeraldmod{3.5.2} [EmeraldMod] (EmeraldMod 1.7.10 Forge V3.5.2.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH endercore{1.7.10-0.2.0.32_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.32_beta.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH golems{1.15} [Extra Golems] (Extra-Golems-Mod-1.7.10.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCH Hats{4.0.0} [Hats] (Hats-Mod-1.7.10.jar)
UCH headcrumbs{1.2.5} [Headcrumbs] (Headcrumbs-Mod-1.7.10.jar)
UCH InfernalMobs{1.5.4} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCH InventoryPets{1.3.3} [Inventory Pets] (inventorypets-1.7.10-1.3.3.jar)
UCH IronChest{6.0.60.741} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar)
UCH Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCH magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
UCH magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UCH magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar)
UCH malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCH malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCH MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCH MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCH MobAmputation{4.0.0} [MobAmputation] (Mob-Amputation-Mod-1.7.10.jar)
UCH MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar)
UCH Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UCH obscore{1.3.3} [ObsCore] (obscore-1.3.3_mc1.7.10.jar)
UCH obstrophiesaoa{1.5.1} [ObsTrophies] (obstrophies-1.5.1_mc1.7.10.jar)
UCH OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCH OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCH pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCH RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UCH secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCH fiskheroes{1.0.9} [Fisk's Superheroes] (Superheroes-1.7.10-1.0.9.jar)
UCH ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH Torched{4.0.0} [Torched] (Torched-Mod-1.7.10.jar)
UCH VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCH youtubers{1.7.0} [Youtubers+ Mod] (Youtubers-Mod-1.7.10.jar)
UCH voxelmap{1.7.10} [VoxelMap No Radar] (Zans-Minimap-No-Radar-Mod-1.7.10.jar)
UCE McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
UCH IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
UCE ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-dev.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GTX 970M/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: No known problems detected.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
You should be using the "universal" download of Forge Multipart, not the "dev" version.
it worked but this time it crashes after i go in game
here is the report file
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 11/30/16 8:49 PM
Description: Unexpected error
java.lang.ArrayIndexOutOfBoundsException: 9
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4739)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:255)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4739)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:255)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['xXDragonKillzXx'/355, l='MpServer', x=48.68, y=65.62, z=245.63]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (49,64,238), Chunk: (at 1,4,14 in 3,14; contains blocks 48,0,224 to 63,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 4097 game time, 4097 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 235 total; [EntityItem['item.item.seeds'/1571, l='MpServer', x=90.41, y=63.13, z=287.63], EntityDesertCrawler['Desert Crawler'/38, l='MpServer', x=-65.41, y=43.00, z=298.06], PlayerEntity['Murx'/57, l='MpServer', x=-30.31, y=63.00, z=235.78], PlayerEntity['Mimoun'/58, l='MpServer', x=-23.44, y=63.00, z=245.94], PlayerEntity['zarkboy'/59, l='MpServer', x=-23.47, y=63.00, z=248.25], PlayerEntity['instagibb'/60, l='MpServer', x=-18.13, y=64.00, z=249.38], PlayerEntity['Steelion'/61, l='MpServer', x=-19.25, y=64.00, z=241.84], PlayerEntity['NotBaldwin'/67, l='MpServer', x=-14.44, y=63.00, z=257.06], PlayerEntity['Ninjila'/68, l='MpServer', x=-3.75, y=64.00, z=257.25], PlayerEntity['Ratherdash'/69, l='MpServer', x=-14.41, y=64.00, z=290.94], MoCEntityBee['Bee'/70, l='MpServer', x=-10.47, y=64.00, z=296.81], EntityWickett['Wickett'/71, l='MpServer', x=-15.53, y=37.00, z=316.31], MoCEntityBee['Bee'/72, l='MpServer', x=-2.72, y=64.00, z=307.25], PlayerEntity['Parger129'/73, l='MpServer', x=-2.16, y=64.00, z=318.25], EntitySphinx['Sphinx'/74, l='MpServer', x=11.22, y=64.00, z=241.69], PlayerEntity['Tubbywatch'/75, l='MpServer', x=10.06, y=64.00, z=241.53], PlayerEntity['gumigoo'/76, l='MpServer', x=2.31, y=64.00, z=285.59], MoCEntityAnt['Ant'/77, l='MpServer', x=2.09, y=64.00, z=284.25], PlayerEntity['newspaperboy55'/78, l='MpServer', x=2.44, y=62.54, z=291.47], MoCEntityAnt['Ant'/79, l='MpServer', x=13.78, y=64.00, z=293.09], PlayerEntity['Goonerman97'/80, l='MpServer', x=7.13, y=65.00, z=303.53], PlayerEntity['marhom'/81, l='MpServer', x=7.84, y=64.00, z=296.16], PlayerEntity['RyleLGS'/82, l='MpServer', x=13.22, y=64.00, z=304.75], MoCEntityAnt['Ant'/83, l='MpServer', x=-6.56, y=64.00, z=313.44], PlayerEntity['Drewcraft99'/84, l='MpServer', x=7.03, y=64.00, z=309.22], EntityVoidwalker['Void Walker'/91, l='MpServer', x=18.19, y=15.00, z=171.31], EntityVoidwalker['Void Walker'/92, l='MpServer', x=30.53, y=15.00, z=182.78], MoCEntityGoat['Goat'/93, l='MpServer', x=17.22, y=66.00, z=175.41], EntityChimera['Chimera'/94, l='MpServer', x=30.25, y=45.00, z=199.28], EntityGhost['Ghost'/95, l='MpServer', x=32.34, y=10.00, z=208.16], MoCEntityAnt['Ant'/96, l='MpServer', x=26.56, y=63.00, z=293.59], MoCEntityBee['Bee'/97, l='MpServer', x=12.59, y=64.00, z=295.78], MoCEntityBee['Bee'/98, l='MpServer', x=24.38, y=64.00, z=307.78], MoCEntityAnt['Ant'/99, l='MpServer', x=21.47, y=64.00, z=316.69], MoCEntityAnt['Ant'/100, l='MpServer', x=21.38, y=64.00, z=320.19], MoCEntityCricket['Cricket'/101, l='MpServer', x=22.59, y=64.00, z=343.31], EntityMotherVoidwalker['Mother Void Walker'/107, l='MpServer', x=40.53, y=15.00, z=130.22], EntityMotherVoidwalker['Mother Void Walker'/108, l='MpServer', x=34.88, y=15.00, z=145.59], EntityTricksterClone['Trickster'/109, l='MpServer', x=44.09, y=15.00, z=155.84], EntityTricksterClone['Trickster'/110, l='MpServer', x=39.88, y=15.00, z=174.09], EntityGhost['Ghost'/111, l='MpServer', x=32.00, y=10.00, z=188.41], EntityVoidwalker['Void Walker'/112, l='MpServer', x=37.28, y=15.00, z=187.44], MoCEntityGoat['Goat'/113, l='MpServer', x=37.34, y=64.00, z=189.72], EntityGhost['Ghost'/114, l='MpServer', x=34.69, y=10.00, z=198.25], EntityGhost['Ghost'/115, l='MpServer', x=42.38, y=10.00, z=197.22], EntityItem['item.item.seeds'/116, l='MpServer', x=46.63, y=64.13, z=204.19], EntityItem['item.item.seeds'/117, l='MpServer', x=47.84, y=64.13, z=206.25], EntityVoidCharger['Void Charger'/118, l='MpServer', x=39.50, y=13.00, z=215.50], EntityVoidCharger['Void Charger'/119, l='MpServer', x=37.69, y=13.00, z=215.72], EntityItem['item.item.seeds'/120, l='MpServer', x=47.72, y=64.13, z=211.56], PlayerEntity['Tubbywatch'/121, l='MpServer', x=46.66, y=64.00, z=232.88], PlayerEntity['noqh123'/122, l='MpServer', x=45.72, y=64.00, z=246.13], PlayerEntity['loltank'/123, l='MpServer', x=34.50, y=63.00, z=289.84], PlayerEntity['nathan329'/124, l='MpServer', x=45.75, y=63.00, z=296.28], EntityItem['item.item.seeds'/125, l='MpServer', x=44.19, y=62.13, z=305.66], MoCEntityFly['Fly'/126, l='MpServer', x=43.56, y=63.00, z=314.72], MoCEntityBoar['Boar'/127, l='MpServer', x=32.78, y=64.00, z=331.19], EntitySandGolem['Sand Golem'/130, l='MpServer', x=56.91, y=20.00, z=159.50], EntityTrickster['Trickster'/131, l='MpServer', x=52.50, y=15.00, z=166.28], EntityGhost['Ghost'/132, l='MpServer', x=60.28, y=10.00, z=157.44], EntityTricksterClone['Trickster'/133, l='MpServer', x=56.88, y=15.00, z=170.31], EntityTricksterClone['Trickster'/134, l='MpServer', x=58.34, y=15.00, z=165.97], EntityTricksterClone['Trickster'/135, l='MpServer', x=53.47, y=15.00, z=165.94], EntityTricksterClone['Trickster'/136, l='MpServer', x=59.69, y=16.16, z=173.16], EntityTrickster['Trickster'/137, l='MpServer', x=58.69, y=15.00, z=172.78], EntityTricksterClone['Trickster'/138, l='MpServer', x=58.63, y=15.00, z=171.91], EntityTricksterClone['Trickster'/139, l='MpServer', x=46.00, y=15.00, z=168.13], EntityTricksterClone['Trickster'/140, l='MpServer', x=57.16, y=15.00, z=163.84], EntityGib['unknown'/1677, l='MpServer', x=67.41, y=26.50, z=181.00], EntityTricksterClone['Trickster'/141, l='MpServer', x=57.31, y=15.00, z=172.03], EntityGib['unknown'/1678, l='MpServer', x=67.26, y=26.28, z=181.32], EntityGib['unknown'/1679, l='MpServer', x=67.56, y=26.28, z=180.68], EntityGib['unknown'/1681, l='MpServer', x=74.44, y=51.50, z=188.00], EntityTricksterClone['Trickster'/145, l='MpServer', x=57.31, y=15.00, z=173.38], EntityGib['unknown'/1682, l='MpServer', x=74.22, y=51.28, z=187.72], EntityTricksterClone['Trickster'/146, l='MpServer', x=57.94, y=15.00, z=170.78], EntityGib['unknown'/1683, l='MpServer', x=74.65, y=51.28, z=188.28], EntityTricksterClone['Trickster'/147, l='MpServer', x=57.78, y=15.00, z=160.25], EntityVoidwalker['Void Walker'/148, l='MpServer', x=49.53, y=20.00, z=160.50], EntityVoidwalker['Void Walker'/149, l='MpServer', x=59.75, y=45.00, z=164.31], EntityVoidwalker['Void Walker'/150, l='MpServer', x=58.47, y=45.00, z=171.56], EntityTricksterClone['Trickster'/151, l='MpServer', x=52.91, y=15.00, z=187.69], EntityTricksterClone['Trickster'/152, l='MpServer', x=57.84, y=15.00, z=183.00], EntityVoidwalker['Void Walker'/153, l='MpServer', x=51.06, y=15.00, z=194.72], EntityVillager['Villager'/154, l='MpServer', x=56.72, y=64.00, z=199.31], EntityItem['item.item.ESeeds'/155, l='MpServer', x=51.84, y=64.13, z=205.75], EntityItem['item.item.ESeeds'/156, l='MpServer', x=57.72, y=64.13, z=202.28], EntityItem['item.item.seeds'/157, l='MpServer', x=56.66, y=64.13, z=207.41], EntityItem['item.item.seeds'/158, l='MpServer', x=52.25, y=64.13, z=207.88], EntityVillager['Villager'/159, l='MpServer', x=53.28, y=64.00, z=193.75], EntityItem['item.item.seeds'/160, l='MpServer', x=55.22, y=64.13, z=209.75], EntityItem['item.item.seeds'/161, l='MpServer', x=63.72, y=63.13, z=285.88], EntityItem['item.item.seeds'/162, l='MpServer', x=57.13, y=63.13, z=286.91], PlayerEntity['Triss247'/163, l='MpServer', x=54.59, y=63.00, z=284.28], PlayerEntity['zekzava'/164, l='MpServer', x=58.16, y=63.00, z=277.47], EntityTricksterClone['Trickster'/1700, l='MpServer', x=52.47, y=15.00, z=166.25], EntityItem['item.item.seeds'/165, l='MpServer', x=55.13, y=63.13, z=302.91], EntityTricksterClone['Trickster'/1701, l='MpServer', x=61.31, y=16.00, z=178.75], EntityItem['item.item.seeds'/166, l='MpServer', x=59.34, y=63.13, z=299.13], EntityTricksterClone['Trickster'/1702, l='MpServer', x=89.09, y=15.00, z=160.22], PlayerEntity['Soulsy'/167, l='MpServer', x=62.13, y=63.00, z=280.75], EntityCaveCrawler['Cave Crawler'/171, l='MpServer', x=70.75, y=15.00, z=133.00], EntityVoidwalker['Void Walker'/172, l='MpServer', x=69.75, y=15.00, z=139.72], EntityTricksterClone['Trickster'/173, l='MpServer', x=64.91, y=15.00, z=136.25], EntitySaguaroWorm['Saguaro Worm'/174, l='MpServer', x=76.50, y=66.00, z=141.50], EntityTheEye['The Eye'/175, l='MpServer', x=58.69, y=15.00, z=165.00], EntityTheEye['The Eye'/176, l='MpServer', x=67.50, y=15.00, z=146.50], EntityTricksterClone['Trickster'/177, l='MpServer', x=78.06, y=15.00, z=149.56], EntityVoidwalker['Void Walker'/178, l='MpServer', x=69.50, y=15.00, z=151.06], EntityVoidwalker['Void Walker'/179, l='MpServer', x=69.19, y=15.00, z=157.50], EntityVoidwalker['Void Walker'/180, l='MpServer', x=70.09, y=20.00, z=155.16], EntityVoidwalker['Void Walker'/181, l='MpServer', x=69.84, y=20.00, z=149.09], EntityBoneback['Boneback'/182, l='MpServer', x=65.47, y=15.00, z=153.94], EntitySphinx['Sphinx'/183, l='MpServer', x=72.66, y=45.00, z=146.84], EntitySandGolem['Sand Golem'/185, l='MpServer', x=68.38, y=63.00, z=158.97], EntityDesertCrawler['Desert Crawler'/186, l='MpServer', x=65.38, y=84.00, z=148.00], EntityTricksterClone['Trickster'/187, l='MpServer', x=77.47, y=15.00, z=160.25], EntityTricksterClone['Trickster'/188, l='MpServer', x=71.72, y=15.00, z=172.59], EntityTricksterClone['Trickster'/189, l='MpServer', x=70.69, y=15.00, z=175.16], EntityTricksterClone['Trickster'/190, l='MpServer', x=60.88, y=15.00, z=164.16], EntityTricksterClone['Trickster'/191, l='MpServer', x=64.31, y=16.00, z=163.41], EntityTricksterClone['Trickster'/192, l='MpServer', x=67.31, y=15.07, z=162.78], EntityTheEye['The Eye'/193, l='MpServer', x=75.31, y=15.00, z=170.25], EntityVoidwalker['Void Walker'/194, l='MpServer', x=67.50, y=45.00, z=160.53], EntityGhost['Ghost'/195, l='MpServer', x=68.50, y=40.00, z=171.91], EntityTricksterClone['Trickster'/196, l='MpServer', x=75.25, y=15.00, z=189.06], EntityTricksterClone['Trickster'/197, l='MpServer', x=78.88, y=15.00, z=180.41], EntityTricksterClone['Trickster'/198, l='MpServer', x=78.69, y=15.00, z=181.78], EntityZombie['Zombie'/199, l='MpServer', x=67.41, y=25.00, z=181.00], EntityZombie['Zombie'/200, l='MpServer', x=74.44, y=50.00, z=188.00], EntityChimera['Chimera'/201, l='MpServer', x=70.34, y=30.00, z=202.97], EntityChimera['Chimera'/202, l='MpServer', x=70.19, y=30.00, z=209.41], EntityClown['Clown'/203, l='MpServer', x=64.91, y
=40.00, z=206.41], EntityClown['Clown'/204, l='MpServer', x=65.91, y=40.00, z=203.34], EntityVillager['Villager'/205, l='MpServer', x=74.63, y=64.00, z=199.78], EntityMoundTrader['Magical Villager'/206, l='MpServer', x=73.28, y=64.00, z=200.66], EntityGhost['Ghost'/207, l='MpServer', x=77.91, y=40.00, z=216.22], PlayerEntity['Harbinger617'/208, l='MpServer', x=76.97, y=64.00, z=229.50], EntityVillager['Villager'/209, l='MpServer', x=64.72, y=64.00, z=227.31], PlayerEntity['boushh20'/210, l='MpServer', x=76.50, y=67.00, z=249.13], EntityTrail['unknown'/1746, l='MpServer', x=48.68, y=65.62, z=245.63], PlayerEntity['Snowbar'/211, l='MpServer', x=76.50, y=66.00, z=244.13], PlayerEntity['eatwhitefish'/212, l='MpServer', x=77.41, y=67.00, z=268.03], EntityItem['item.item.seeds'/213, l='MpServer', x=72.88, y=63.13, z=287.63], MoCEntityFly['Fly'/214, l='MpServer', x=72.53, y=64.00, z=314.78], MoCEntityFly['Fly'/215, l='MpServer', x=68.90, y=67.62, z=302.15], PlayerEntity['UlyssesSlaughter'/216, l='MpServer', x=70.47, y=64.00, z=307.03], MoCEntityFly['Fly'/217, l='MpServer', x=80.44, y=63.00, z=318.19], EntityTricksterClone['Trickster'/232, l='MpServer', x=91.34, y=15.00, z=160.69], EntityTricksterClone['Trickster'/233, l='MpServer', x=86.25, y=15.00, z=152.63], EntityVoidwalker['Void Walker'/234, l='MpServer', x=86.03, y=15.00, z=157.81], EntityTricksterClone['Trickster'/235, l='MpServer', x=71.09, y=15.00, z=148.16], EntityTricksterClone['Trickster'/236, l='MpServer', x=83.38, y=15.00, z=157.28], EntityTrickster['Trickster'/237, l='MpServer', x=89.09, y=15.00, z=160.25], EntityTricksterClone['Trickster'/238, l='MpServer', x=90.09, y=15.00, z=159.00], EntitySphinx['Sphinx'/240, l='MpServer', x=90.84, y=45.00, z=153.75], EntitySphinx['Sphinx'/241, l='MpServer', x=87.94, y=45.88, z=146.84], EntitySphinx['Sphinx'/242, l='MpServer', x=86.53, y=45.50, z=146.59], EntityTricksterClone['Trickster'/243, l='MpServer', x=79.97, y=15.00, z=182.84], EntityClown['Clown'/244, l='MpServer', x=83.00, y=40.00, z=187.56], EntityClown['Clown'/245, l='MpServer', x=92.09, y=40.00, z=202.50], EntityGhost['Ghost'/246, l='MpServer', x=92.50, y=40.00, z=203.56], EntityClown['Clown'/247, l='MpServer', x=81.28, y=40.00, z=197.91], EntityVillager['Villager'/248, l='MpServer', x=95.47, y=64.00, z=199.78], EntityVillager['Villager'/249, l='MpServer', x=88.28, y=64.00, z=204.28], EntityGhost['Ghost'/250, l='MpServer', x=90.97, y=40.00, z=210.47], EntityClown['Clown'/251, l='MpServer', x=82.25, y=40.00, z=215.22], EntityVillager['Villager'/252, l='MpServer', x=94.00, y=66.00, z=211.00], EntityVillager['Villager'/253, l='MpServer', x=84.59, y=64.00, z=210.22], PlayerEntity['jkjk600'/254, l='MpServer', x=88.50, y=82.00, z=244.13], MoCEntityDragonfly['DragonFly'/255, l='MpServer', x=80.19, y=73.00, z=263.59], MoCEntityFly['Fly'/256, l='MpServer', x=87.59, y=64.00, z=270.25], PlayerEntity['rip1427'/257, l='MpServer', x=102.25, y=64.00, z=316.66], MoCEntityAnt['Ant'/258, l='MpServer', x=84.59, y=68.00, z=345.88], EntityElkanyne['Elkanyne'/259, l='MpServer', x=86.63, y=51.00, z=353.19], MoCEntityButterfly['ButterFly'/260, l='MpServer', x=92.28, y=71.00, z=364.93], EntityEnderman['Enderman'/262, l='MpServer', x=113.38, y=53.00, z=187.41], EntityItem['item.item.seeds'/264, l='MpServer', x=103.59, y=64.13, z=202.72], EntityItem['item.item.asparagusItem'/265, l='MpServer', x=105.91, y=64.13, z=203.56], EntityItem['item.item.bambooshootItem'/266, l='MpServer', x=107.59, y=64.13, z=204.41], EntityItem['item.item.seeds'/267, l='MpServer', x=109.19, y=64.13, z=204.53], EntityVillager['Villager'/268, l='MpServer', x=103.28, y=64.00, z=205.41], EntityVillager['Villager'/269, l='MpServer', x=97.41, y=64.00, z=209.69], EntityItem['item.item.leather'/270, l='MpServer', x=111.03, y=85.13, z=255.88], MoCEntityGoat['Goat'/271, l='MpServer', x=104.44, y=80.00, z=246.53], EntityItem['item.item.seeds'/272, l='MpServer', x=108.72, y=63.13, z=301.84], EntityLivestockMerchant['Livestock Merchant'/273, l='MpServer', x=109.34, y=63.00, z=301.34], PlayerEntity['UncleMonteh'/274, l='MpServer', x=97.31, y=64.00, z=313.91], MoCEntityButterfly['ButterFly'/275, l='MpServer', x=100.06, y=70.00, z=356.47], MoCEntityGoat['Goat'/276, l='MpServer', x=107.66, y=71.00, z=366.25], EntityElkanyne['Elkanyne'/280, l='MpServer', x=112.59, y=53.00, z=189.53], EntityEnderman['Enderman'/281, l='MpServer', x=113.97, y=53.00, z=186.44], EntityElkanyne['Elkanyne'/282, l='MpServer', x=125.31, y=54.00, z=183.66], MoCEntityAnt['Ant'/284, l='MpServer', x=114.06, y=64.00, z=191.47], EntityRammerhead['Rammerhead'/285, l='MpServer', x=121.94, y=15.00, z=237.03], MoCEntityBird['Bird'/286, l='MpServer', x=112.16, y=64.00, z=232.75], MoCEntityGoat['Goat'/287, l='MpServer', x=114.09, y=88.00, z=261.72], MoCEntityBoar['Boar'/288, l='MpServer', x=126.53, y=64.00, z=348.72], MoCEntityBoar['Boar'/289, l='MpServer', x=123.81, y=67.00, z=336.97], MoCEntityGoat['Goat'/290, l='MpServer', x=122.34, y=69.00, z=361.66], MoCEntityBigCat['BigCat'/291, l='MpServer', x=119.50, y=69.00, z=365.53], MoCEntityGoat['Goat'/293, l='MpServer', x=121.63, y=70.00, z=369.38], MoCEntityBigCat['BigCat'/296, l='MpServer', x=139.38, y=62.00, z=230.25], MoCEntityBird['Bird'/299, l='MpServer', x=127.28, y=65.00, z=239.50], EntityMotherVoidwalker['Mother Void Walker'/301, l='MpServer', x=141.13, y=15.00, z=260.91], EntityMotherVoidwalker['Mother Void Walker'/302, l='MpServer', x=140.28, y=15.00, z=256.41], EntityMotherVoidwalker['Mother Void Walker'/303, l='MpServer', x=142.41, y=15.00, z=261.34], MoCEntityGoat['Goat'/305, l='MpServer', x=140.53, y=63.00, z=301.00], MoCEntityGoat['Goat'/306, l='MpServer', x=130.56, y=65.00, z=357.44], MoCEntityGoat['Goat'/307, l='MpServer', x=131.72, y=69.00, z=368.41], MoCEntityGoat['Goat'/310, l='MpServer', x=143.81, y=63.00, z=306.38], MoCEntityAnt['Ant'/311, l='MpServer', x=158.25, y=63.00, z=296.41], MoCEntityGoat['Goat'/312, l='MpServer', x=148.19, y=66.00, z=321.19], MoCEntityHorse['WildHorse'/319, l='MpServer', x=165.88, y=63.00, z=207.50], MoCEntityHorse['WildHorse'/320, l='MpServer', x=172.44, y=64.00, z=201.47], MoCEntityHorse['WildHorse'/322, l='MpServer', x=163.06, y=61.27, z=211.28], MoCEntityBear['Bear'/323, l='MpServer', x=163.16, y=63.00, z=212.88], MoCEntityGoat['Goat'/324, l='MpServer', x=160.28, y=67.00, z=222.78], MoCEntityDragonfly['DragonFly'/325, l='MpServer', x=163.19, y=63.00, z=299.41], MoCEntityGoat['Goat'/326, l='MpServer', x=161.00, y=66.00, z=329.66], MoCEntityGoat['Goat'/327, l='MpServer', x=165.50, y=67.00, z=336.88], EntitySpider['Spider'/1880, l='MpServer', x=19.32, y=-35.62, z=-29.63], EntityZombie['Zombie'/1881, l='MpServer', x=19.32, y=-25.62, z=-49.63], EntityGib['unknown'/1882, l='MpServer', x=19.32, y=-24.12, z=-49.63], EntityGib['unknown'/1883, l='MpServer', x=19.67, y=-24.35, z=-49.63], EntityGib['unknown'/1884, l='MpServer', x=18.97, y=-24.35, z=-49.63], EntityZombie['Zombie'/1885, l='MpServer', x=29.32, y=-25.62, z=-39.63], EntityGib['unknown'/1886, l='MpServer', x=29.32, y=-24.12, z=-39.63], EntityGib['unknown'/1887, l='MpServer', x=29.67, y=-24.35, z=-39.63], EntityGib['unknown'/1888, l='MpServer', x=28.97, y=-24.35, z=-39.63], EntityClientPlayerMP['xXDragonKillzXx'/355, l='MpServer', x=48.68, y=65.62, z=245.63], EntityHat['unknown'/358, l='MpServer', x=48.68, y=65.62, z=245.63], EntitySpider['Spider'/1894, l='MpServer', x=19.32, y=-35.62, z=-49.63], EntityHat['unknown'/1895, l='MpServer', x=84.59, y=64.00, z=210.22], EntityWaypointContainer['unknown'/360, l='MpServer', x=0.00, y=0.00, z=0.00]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
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: 614726688 bytes (586 MB) / 1341677568 bytes (1279 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 82 mods loaded, 82 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJAAAA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCHIJAAAA divinerpg{1.4.1.3} [DivineRPG] ([1.7.10][SMP]DivineRPG-1.4.1.3.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (_Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA gibby_dungeons{1.3} [Arcana RPG] (Arcana-RPG-Mod-1.7.10.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UCHIJAAAA Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJAAAA ChickenBones{1.0} [The Chicken Bones Mod: You can pick up chicks!] (ChickenBones-1.7.10-J7.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJAAAA props{1.10} [Decocraft] (DecoCraft-Mod-1.7.10.zip)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCHIJAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10.jar)
UCHIJAAAA mwaw{1.7.10-0.0.1} [Elemental Witch Mod] (Elemental-Witch-Mod-1.7.10.jar)
UCHIJAAAA emeraldmod{3.5.2} [EmeraldMod] (EmeraldMod 1.7.10 Forge V3.5.2.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.32_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.32_beta.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA golems{1.15} [Extra Golems] (Extra-Golems-Mod-1.7.10.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHIJAAAA Hats{4.0.0} [Hats] (Hats-Mod-1.7.10.jar)
UCHIJAAAA headcrumbs{1.2.5} [Headcrumbs] (Headcrumbs-Mod-1.7.10.jar)
UCHIJAAAA InfernalMobs{1.5.4} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCHIJAAAA InventoryPets{1.3.3} [Inventory Pets] (inventorypets-1.7.10-1.3.3.jar)
UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar)
UCHIJAAAA Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
UCHIJAAAA magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UCHIJAAAA magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCHIJAAAA MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCHIJAAAA MobAmputation{4.0.0} [MobAmputation] (Mob-Amputation-Mod-1.7.10.jar)
UCHIJAAAA MobDismemberment{4.0.0} [MobDismemberment] (Mob-Dismemberment-Mod-1.7.10.jar)
UCHIJAAAA Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UCHIJAAAA obscore{1.3.3} [ObsCore] (obscore-1.3.3_mc1.7.10.jar)
UCHIJAAAA obstrophiesaoa{1.5.1} [ObsTrophies] (obstrophies-1.5.1_mc1.7.10.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAA pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCHIJAAAA RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCHIJAAAA fiskheroes{1.0.9} [Fisk's Superheroes] (Superheroes-1.7.10-1.0.9.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA Torched{4.0.0} [Torched] (Torched-Mod-1.7.10.jar)
UCHIJAAAA VeinMiner{0.34.1_1.7.10-4d066f1} [Vein Miner] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCHIJAAAA VeinMinerModSupport{0.34.1_1.7.10-4d066f1} [Mod Support] (VeinMiner-0.34.1-1.7.10r473+4d066f1.jar)
UCHIJAAAA youtubers{1.7.0} [Youtubers+ Mod] (Youtubers-Mod-1.7.10.jar)
UCHIJAAAA voxelmap{1.7.10} [VoxelMap No Radar] (Zans-Minimap-No-Radar-Mod-1.7.10.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GTX 970M/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: No known problems detected.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 970M/PCIe/SSE2 GL version 4.5.0 NVIDIA 369.09, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
What is your render distance set at? Anything about 16 will probably crash.
Also, double check your video drivers are up-to-date.
could also be that you have 235 entities loaded at the time of crash as well...thats a bit high
Want to see the world's most gullible person? Click Here!
Those are good ideas, but are unlikely to be related to the OP's current crash:
That line is available on GitHub: https://github.com/CoFH/ThermalFoundation/blob/master/src/main/java/cofh/thermalfoundation/block/BlockOre.java#L51
Thus, the error message seems to imply that a Thermal Foundation ore block somehow ended up with metadata 9, when normally it shouldn't be possible for it to be higher than 6 (mithril). No idea what could have caused that to happen.
i think what caused it to happen is maby because i have higher tier ores so mythiral is not the highest?
If you're referring to ores from other mods, those shouldn't invoke the "getLightValue" method from BlockOre.java in Thermal Foundation.