I'm trying to make a modpack but every time I load minecraft up I get this.
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ICraftingHandler
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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.NoClassDefFoundError: cpw/mods/fml/common/ICraftingHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.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.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ICraftingHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 34 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 36 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I thank you for the advice but now when I tryto load minecraft up I get this.
Time: 11/26/15 8:56 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: rock
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(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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: rock
at com.hoopawolf.swordstone.BlockSwordStoneInactive.<init>(BlockSwordStoneInactive.java:21)
at com.hoopawolf.swordstone.BlockManager.registerBlocks(BlockManager.java:14)
at com.hoopawolf.vulcansrevenge.VulcansRevenge.preInit(VulcansRevenge.java:50)
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.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at 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 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: 146051208 bytes (139 MB) / 373608448 bytes (356 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.1558 62 mods loaded, 62 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.1558-1.7.10.jar)
UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH llibrary{0.6.0} [LLibrary] (llibrary-0.6.0-1.7.10 (1).jar)
UCH mowziesmobs{1.2.5-undefined} [Mowzie's Mobs] (123.Mowzie's Mobs-1.2.5.jar)
UCH FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCH aquacreeper{1.0b} [Aqua Creeper] (AquaCreeper-1.0b.jar)
UCH aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1 (1).jar)
UCH MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCH ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCH attainedDrops{1.3} [Attained Drops] (AttainedDrops-1.7.10-1.3.jar)
UCH examplemod{1.0} [Example Mod] (Avatar TLB 0.7.4.jar)
UCH kieranvs_avatar{0.7.4} [Avatar] (Avatar TLB 0.7.4.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2 (1).jar)
UCH TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UCH B0bGrowsOre{2.3.1} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.3.1 for 1.7.10.jar)
UCH bleach{F1.0.4} [LittleBreadLoaf's Bleach Mod] (bleach-v-1.2.jar)
UCH CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UCH chester{1.2} [Chester Mod] (ChesterMod-1.3.jar)
UCH clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-1.7.10-release-2.1.0-lts.18-universal.jar)
UCH gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UCH CreeperChicks{v2.a} [CreeperChicks] (creeperchicks-v2.a.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCH customtrees{2.0} [Custom Trees] (CustomTreesv2.0.jar)
UCH diversity{ALPHA 1.6.1} [Diversity] (Diversity-1.7.10-Alpha-1.6.1.jar)
UCH jinryuujrmcore{1.1.14} [JinRyuu's JRMCore] (JRMCore-v1.1.14 (1).jar)
UCH jinryuudragonblockc{1.3.14} [Dragon Block C] (DragonBlockC-v1.3.14.jar)
UCH Easter Egg Mod{1.0} [Easter Egg Mod] (EasterEggMod V1.0.jar)
UCH Emotes{1.0} [Emotes] (Emotes 1.0.1.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH fortressmod{0.9.03} [Fortress Mod] (fortressmod-1.7.10-0.9.03.jar)
UCH foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCH iCraft{0.5} [iCraft] (iCraft-0.5.jar)
UCH InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCH jinryuubetterrenderaddon{1.5.6} [JinRyuu's Better Render Addon] (JBRA-Client-v1.5.6.jar)
UCH littlehelpers{1.5.1 - 1.7.10} [LittleHelpers] (LittleHelpers-1.7.10-1.5.3.jar)
UCH testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UCH me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCH AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCH MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar)
UCH cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NightmareCreatures{2.2} [NightmareCreatures] (NightmareCreatures-2.2.jar)
UCH Ore Creepers{1.1} [Ore Creepers] (OreCreepers1.7.10-V.1.jar)
UCH Paleocraft{1.7.10 Cambrian 1.5} [Paleocraft] (Paleocraft Cambrian 1.5.jar)
UCH starwarsmod{1.1.1} [Parzi's Star Wars Mod] (Parzi's Star Wars Mod v1.1.1.jar)
UCH RecipesPlus{1.1.2} [RecipesPlus] (Recipes+ [1.1.2].jar)
UCH ropebridge{1.1} [Rope Bridge] (RopeBridge-v1.1.1-mc1.7.10.jar)
UCH shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.7.10-1.7.1.jar)
UCH SummonSphere{1.4.0} [Summon Sphere Mod] (SummonSphere-mc1.7.10-1.4.0.jar)
UCH Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UCH TragicMC{2.44.2776 Beta} [TragicMC 2] (TragicMC2-1.7.10-2.44.2776B.jar)
UCH tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar)
UCH jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (UncraftingTable-1.7.10-alpha1.jar)
UCH uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (UncraftingTable-1.7.10-alpha1.jar)
UCE vrm{1.7.10=0.0.1} [Vulcan's Revenge] (vrm-0.0.1.jar)
UCH weaponcaseloot{1.0.6} [WeaponCaseLoot] (weaponcaseloot-1.0.6.jar)
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) Q45/Q43 Express Chipset'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
java.lang.NullPointerException: Unexpected error
at JinRyuu.JRMCore.JRMCoreEH.hideHealth(JRMCoreEH.java:842)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_285_JRMCoreEH_hideHealth_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at mods.battlegear2.client.gui.BattlegearInGameGUI.renderGameOverlay(BattlegearInGameGUI.java:53)
at mods.battlegear2.client.BattlegearClientEvents.postRenderOverlay(BattlegearClientEvents.java:109)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_35_BattlegearClientEvents_postRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:212)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
at net.ilexiconn.llibrary.client.render.entity.RenderLLibraryEntity.func_78480_b(RenderLLibraryEntity.java:28)
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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 JinRyuu.JRMCore.JRMCoreEH.hideHealth(JRMCoreEH.java:842)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_285_JRMCoreEH_hideHealth_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at mods.battlegear2.client.gui.BattlegearInGameGUI.renderGameOverlay(BattlegearInGameGUI.java:53)
at mods.battlegear2.client.BattlegearClientEvents.postRenderOverlay(BattlegearClientEvents.java:109)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_35_BattlegearClientEvents_postRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:212)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['VerdeGuerrero'/283, l='MpServer', x=-144.84, y=67.62, z=92.81]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-248,64,248), Chunk: (at 8,4,8 in -16,15; contains blocks -256,0,240 to -241,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 591698 game time, 636730 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: 1 total; [EntityClientPlayerMP['VerdeGuerrero'/283, l='MpServer', x=-144.84, y=67.62, z=92.81]]
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(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:505)
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 net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:505)
-- 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 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: 83825608 bytes (79 MB) / 312037376 bytes (297 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.1558 48 mods loaded, 48 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.1558-1.7.10.jar)
UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (14174921182_Balkons-Weapon-Mod-1.7.10 (1).jar)
UCH Trapcraft{v2.2.1a} [Trapcraft] ([1.7.10] Trapcraft - v2.3.0a.zip)
UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCH FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCH StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCH attainedDrops{1.3} [Attained Drops] (AttainedDrops-1.7.10-1.3.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.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UCH B0bGrowsOre{2.5.4} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.5.4 for 1.7.10.jar)
UCH betterstorage{0.9.2.107} [BetterStorage] (Better-Storage-Mod-1.7.10.jar)
UCH chancecubes{1.7.10-1.6.2.72} [Chance Cubes] (ChanceCubes-1.7.10-1.6.2.72.jar)
UCH compactchests{v1.0.0} [CompactChests] (CompactChests-universal-beta9.jar)
UCH gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UCH craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip)
UCH CreeperChicks{v2.a} [CreeperChicks] (creeperchicks-v2.a.jar)
UCH CustomPets{1.0.3} [Custom Pets] (custompets-1.7.10-1.0.3-universal.jar)
UCH customtrees{2.0} [Custom Trees] (CustomTreesv2.0.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCH jinryuujrmcore{1.2.3} [JinRyuu's JRMCore] (JRMCore-v1.2.3.jar)
UCH jinryuudragonblockc{1.4.0} [Dragon Block C] (DragonBlockC-v1.4.0.jar)
UCH Easter Egg Mod{1.0} [Easter Egg Mod] (EasterEggMod V1.0.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH fortressmod{0.9.03} [Fortress Mod] (fortressmod-1.7.10-0.9.03.jar)
UCH iCraft{0.5} [iCraft] (iCraft-0.5.jar)
UCH InventoryPets{1.4.0} [Inventory Pets] (inventorypets-1.7.10-1.4.0-universal.jar)
UCH mozombies{2.1.1} [Mo' Zombies] (Mo' Zombies 2.1.1.jar)
UCH MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NightmareCreatures{3.1} [NightmareCreatures] (NightmareCreatures-3.1.jar)
UCH OneBlockMan{0.2.0} [OneBlockMan] (One Punch Man 0.2.0.1.7.10.zip)
UCH Ore Creepers{1.1} [Ore Creepers] (OreCreepers1.7.10-V.1.jar)
UCH RecipesPlus{1.1.2} [RecipesPlus] (Recipes+ [1.1.2].jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH scprein{0.1} [SCP-Craft 2: Reincarnation] (SCPCraft 2 - Reincarnation v0.2.jar)
UCH secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCH SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShards-TOW-1.7.10-0.1-RC9-7.jar)
UCH SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCH jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (UncraftingTable-1.7.10-alpha1.jar)
UCH uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (UncraftingTable-1.7.10-alpha1.jar)
UCH weaponcaseloot{1.1.8} [WeaponCaseLoot] (weaponcaseloot-1.1.8.jar)
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) Q45/Q43 Express Chipset'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) Q45/Q43 Express Chipset GL version 2.1.0 - Build 8.15.10.2869, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because EXT_framebuffer_object is supported.
Anisotropic filtering is supported and maximum anisotropy is 2.
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)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm trying to make a modpack but every time I load minecraft up I get this.
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ICraftingHandler
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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.NoClassDefFoundError: cpw/mods/fml/common/ICraftingHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.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.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ICraftingHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 34 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 36 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 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: 183985200 bytes (175 MB) / 325873664 bytes (310 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.1558 62 mods loaded, 62 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UC Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UC AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UC battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UC arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UC llibrary{0.6.0} [LLibrary] (llibrary-0.6.0-1.7.10 (1).jar)
UC mowziesmobs{1.2.5-undefined} [Mowzie's Mobs] (123.Mowzie's Mobs-1.2.5.jar)
UC FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UC aquacreeper{1.0b} [Aqua Creeper] (AquaCreeper-1.0b.jar)
UC aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1 (1).jar)
UC MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UC ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UC attainedDrops{1.3} [Attained Drops] (AttainedDrops-1.7.10-1.3.jar)
UC examplemod{1.0} [Example Mod] (Avatar TLB 0.7.4.jar)
UC kieranvs_avatar{0.7.4} [Avatar] (Avatar TLB 0.7.4.jar)
UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2 (1).jar)
UC TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UC B0bGrowsOre{2.3.1} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.3.1 for 1.7.10.jar)
UC bleach{F1.0.4} [LittleBreadLoaf's Bleach Mod] (bleach-v-1.2.jar)
UC CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UC chester{1.2} [Chester Mod] (ChesterMod-1.3.jar)
UC clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UC compactstorage{v2.0.0a} [CompactStorage] (compactstorage-1.7.10-release-2.1.0-lts.18-universal.jar)
UC gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UC CreeperChicks{v2.a} [CreeperChicks] (creeperchicks-v2.a.jar)
UC customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UC customtrees{2.0} [Custom Trees] (CustomTreesv2.0.jar)
UC diversity{ALPHA 1.6.1} [Diversity] (Diversity-1.7.10-Alpha-1.6.1.jar)
UC jinryuujrmcore{1.1.14} [JinRyuu's JRMCore] (JRMCore-v1.1.14 (1).jar)
UC jinryuudragonblockc{1.3.14} [Dragon Block C] (DragonBlockC-v1.3.14.jar)
UC Easter Egg Mod{1.0} [Easter Egg Mod] (EasterEggMod V1.0.jar)
UC Emotes{1.0} [Emotes] (Emotes 1.0.1.jar)
UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UC fortressmod{0.9.03} [Fortress Mod] (fortressmod-1.7.10-0.9.03.jar)
UC foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UE GiftWrap{1.0} [GiftWrap] (GiftWrap-MC1.6-1.0.1.jar)
UC iCraft{0.5} [iCraft] (iCraft-0.5.jar)
UC InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UC littlehelpers{1.5.1 - 1.7.10} [LittleHelpers] (LittleHelpers-1.7.10-1.5.3.jar)
UC testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UC me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UC AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UC MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar)
UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UC MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UC NightmareCreatures{2.2} [NightmareCreatures] (NightmareCreatures-2.2.jar)
UC Ore Creepers{1.1} [Ore Creepers] (OreCreepers1.7.10-V.1.jar)
UC Paleocraft{1.7.10 Cambrian 1.5} [Paleocraft] (Paleocraft Cambrian 1.5.jar)
UC starwarsmod{1.1.1} [Parzi's Star Wars Mod] (Parzi's Star Wars Mod v1.1.1.jar)
UC RecipesPlus{1.1.2} [RecipesPlus] (Recipes+ [1.1.2].jar)
UC ropebridge{1.1} [Rope Bridge] (RopeBridge-v1.1.1-mc1.7.10.jar)
UC shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.7.10-1.7.1.jar)
UC SummonSphere{1.4.0} [Summon Sphere Mod] (SummonSphere-mc1.7.10-1.4.0.jar)
UC Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UC TragicMC{2.44.2776 Beta} [TragicMC 2] (TragicMC2-1.7.10-2.44.2776B.jar)
UC tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar)
UC jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (UncraftingTable-1.7.10-alpha1.jar)
UC uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (UncraftingTable-1.7.10-alpha1.jar)
UC vrm{1.7.10=0.0.1} [Vulcan's Revenge] (vrm-0.0.1.jar)
UC weaponcaseloot{1.0.6} [WeaponCaseLoot] (weaponcaseloot-1.0.6.jar)
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) Q45/Q43 Express Chipset'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
-
View User Profile
-
View Posts
-
Send Message
Curse Premium1.6 mod installed.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
I thank you for the advice but now when I tryto load minecraft up I get this.
Time: 11/26/15 8:56 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: rock
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(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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: rock
at com.hoopawolf.swordstone.BlockSwordStoneInactive.<init>(BlockSwordStoneInactive.java:21)
at com.hoopawolf.swordstone.BlockManager.registerBlocks(BlockManager.java:14)
at com.hoopawolf.vulcansrevenge.VulcansRevenge.preInit(VulcansRevenge.java:50)
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.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at 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 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: 146051208 bytes (139 MB) / 373608448 bytes (356 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.1558 62 mods loaded, 62 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.1558-1.7.10.jar)
UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH llibrary{0.6.0} [LLibrary] (llibrary-0.6.0-1.7.10 (1).jar)
UCH mowziesmobs{1.2.5-undefined} [Mowzie's Mobs] (123.Mowzie's Mobs-1.2.5.jar)
UCH FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCH aquacreeper{1.0b} [Aqua Creeper] (AquaCreeper-1.0b.jar)
UCH aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1 (1).jar)
UCH MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCH ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCH attainedDrops{1.3} [Attained Drops] (AttainedDrops-1.7.10-1.3.jar)
UCH examplemod{1.0} [Example Mod] (Avatar TLB 0.7.4.jar)
UCH kieranvs_avatar{0.7.4} [Avatar] (Avatar TLB 0.7.4.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2 (1).jar)
UCH TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UCH B0bGrowsOre{2.3.1} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.3.1 for 1.7.10.jar)
UCH bleach{F1.0.4} [LittleBreadLoaf's Bleach Mod] (bleach-v-1.2.jar)
UCH CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UCH chester{1.2} [Chester Mod] (ChesterMod-1.3.jar)
UCH clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-1.7.10-release-2.1.0-lts.18-universal.jar)
UCH gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UCH CreeperChicks{v2.a} [CreeperChicks] (creeperchicks-v2.a.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCH customtrees{2.0} [Custom Trees] (CustomTreesv2.0.jar)
UCH diversity{ALPHA 1.6.1} [Diversity] (Diversity-1.7.10-Alpha-1.6.1.jar)
UCH jinryuujrmcore{1.1.14} [JinRyuu's JRMCore] (JRMCore-v1.1.14 (1).jar)
UCH jinryuudragonblockc{1.3.14} [Dragon Block C] (DragonBlockC-v1.3.14.jar)
UCH Easter Egg Mod{1.0} [Easter Egg Mod] (EasterEggMod V1.0.jar)
UCH Emotes{1.0} [Emotes] (Emotes 1.0.1.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH fortressmod{0.9.03} [Fortress Mod] (fortressmod-1.7.10-0.9.03.jar)
UCH foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCH iCraft{0.5} [iCraft] (iCraft-0.5.jar)
UCH InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCH jinryuubetterrenderaddon{1.5.6} [JinRyuu's Better Render Addon] (JBRA-Client-v1.5.6.jar)
UCH littlehelpers{1.5.1 - 1.7.10} [LittleHelpers] (LittleHelpers-1.7.10-1.5.3.jar)
UCH testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UCH me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCH AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCH MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar)
UCH cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NightmareCreatures{2.2} [NightmareCreatures] (NightmareCreatures-2.2.jar)
UCH Ore Creepers{1.1} [Ore Creepers] (OreCreepers1.7.10-V.1.jar)
UCH Paleocraft{1.7.10 Cambrian 1.5} [Paleocraft] (Paleocraft Cambrian 1.5.jar)
UCH starwarsmod{1.1.1} [Parzi's Star Wars Mod] (Parzi's Star Wars Mod v1.1.1.jar)
UCH RecipesPlus{1.1.2} [RecipesPlus] (Recipes+ [1.1.2].jar)
UCH ropebridge{1.1} [Rope Bridge] (RopeBridge-v1.1.1-mc1.7.10.jar)
UCH shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.7.10-1.7.1.jar)
UCH SummonSphere{1.4.0} [Summon Sphere Mod] (SummonSphere-mc1.7.10-1.4.0.jar)
UCH Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
UCH TragicMC{2.44.2776 Beta} [TragicMC 2] (TragicMC2-1.7.10-2.44.2776B.jar)
UCH tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar)
UCH jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (UncraftingTable-1.7.10-alpha1.jar)
UCH uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (UncraftingTable-1.7.10-alpha1.jar)
UCE vrm{1.7.10=0.0.1} [Vulcan's Revenge] (vrm-0.0.1.jar)
UCH weaponcaseloot{1.0.6} [WeaponCaseLoot] (weaponcaseloot-1.0.6.jar)
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) Q45/Q43 Express Chipset'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIssue with Vulcan's Revenge. The author said it would be fixed in the next update, which to my knowledge has not been released yet.
Also, use spoilers when posting a crash report or log.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
I took out Vulcan's Revenge and now this happens.
java.lang.NullPointerException: Unexpected error
at JinRyuu.JRMCore.JRMCoreEH.hideHealth(JRMCoreEH.java:842)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_285_JRMCoreEH_hideHealth_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at mods.battlegear2.client.gui.BattlegearInGameGUI.renderGameOverlay(BattlegearInGameGUI.java:53)
at mods.battlegear2.client.BattlegearClientEvents.postRenderOverlay(BattlegearClientEvents.java:109)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_35_BattlegearClientEvents_postRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:212)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
at net.ilexiconn.llibrary.client.render.entity.RenderLLibraryEntity.func_78480_b(RenderLLibraryEntity.java:28)
at net.minecraft.client.Minecraft.func_71411_J(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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 JinRyuu.JRMCore.JRMCoreEH.hideHealth(JRMCoreEH.java:842)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_285_JRMCoreEH_hideHealth_RenderGameOverlayEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at mods.battlegear2.client.gui.BattlegearInGameGUI.renderGameOverlay(BattlegearInGameGUI.java:53)
at mods.battlegear2.client.BattlegearClientEvents.postRenderOverlay(BattlegearClientEvents.java:109)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_35_BattlegearClientEvents_postRenderOverlay_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:212)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['VerdeGuerrero'/283, l='MpServer', x=-144.84, y=67.62, z=92.81]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-248,64,248), Chunk: (at 8,4,8 in -16,15; contains blocks -256,0,240 to -241,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 591698 game time, 636730 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: 1 total; [EntityClientPlayerMP['VerdeGuerrero'/283, l='MpServer', x=-144.84, y=67.62, z=92.81]]
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(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
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 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: 213629208 bytes (203 MB) / 551985152 bytes (526 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.1558 42 mods loaded, 42 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.1558-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAAA aquacreeper{1.0b} [Aqua Creeper] (AquaCreeper-1.0b.jar)
UCHIJAAAA aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1.jar)
UCHIJAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCHIJAAAA attainedDrops{1.3} [Attained Drops] (AttainedDrops-1.7.10-1.3.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2 (1).jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UCHIJAAAA B0bGrowsOre{2.3.1} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.3.1 for 1.7.10.jar)
UCHIJAAAA CarpentersBlocks{3.3.8_dev_r4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r4 - MC 1.7.10.jar)
UCHIJAAAA compactchests{v1.0.0} [CompactChests] (CompactChests-universal-1.7.10-beta-1.2.12.jar)
UCHIJAAAA gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UCHIJAAAA CreeperChicks{v2.a} [CreeperChicks] (creeperchicks-v2.a.jar)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCHIJAAAA customtrees{2.0} [Custom Trees] (CustomTreesv2.0.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA jinryuujrmcore{1.1.14} [JinRyuu's JRMCore] (JRMCore-v1.1.14.jar)
UCHIJAAAA jinryuudragonblockc{1.3.14} [Dragon Block C] (DragonBlockC-v1.3.14.jar)
UCHIJAAAA Easter Egg Mod{1.0} [Easter Egg Mod] (EasterEggMod V1.0.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA fortressmod{0.9.03} [Fortress Mod] (fortressmod-1.7.10-0.9.03.jar)
UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAA iCraft{0.5} [iCraft] (iCraft-0.5.jar)
UCHIJAAAA InventoryPets{1.3.6} [Inventory Pets] (inventorypets-1.7.10-1.3.6-universal.jar)
UCHIJAAAA jinryuubetterrenderaddon{1.5.6} [JinRyuu's Better Render Addon] (JBRA-Client-v1.5.6.jar)
UCHIJAAAA llibrary{0.6.0} [LLibrary] (llibrary-0.6.0-1.7.10 (1).jar)
UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UCHIJAAAA Ore Creepers{1.1} [Ore Creepers] (OreCreepers1.7.10-V.1.jar)
UCHIJAAAA RecipesPlus{1.1.2} [RecipesPlus] (Recipes+ [1.1.2].jar)
UCHIJAAAA SummonSphere{1.4.0} [Summon Sphere Mod] (SummonSphere-mc1.7.10-1.4.0.jar)
UCHIJAAAA TragicMC{2.44.2776 Beta} [TragicMC 2] (TragicMC2-1.7.10-2.44.2776B.jar)
UCHIJAAAA jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (UncraftingTable-1.7.10-alpha1.jar)
UCHIJAAAA uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (UncraftingTable-1.7.10-alpha1.jar)
UCHIJAAAA weaponcaseloot{1.0.6} [WeaponCaseLoot] (weaponcaseloot-1.0.6.jar)
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) Q45/Q43 Express Chipset'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) Q45/Q43 Express Chipset GL version 2.1.0 - Build 8.15.10.2869, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because EXT_framebuffer_object is supported.
Anisotropic filtering is supported and maximum anisotropy is 2.
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)
I have a pretty fun modpack and recently added a couple mods and don't know what happened.
Time: 3/29/16 3:38 PM
Description: Initializing game
java.lang.VerifyError: Bad local variable type
Exception Details:
Location:
net/minecraft/client/renderer/EntityRenderer.func_78480_b(F)V @123: iload_3
Reason:
Type top (current frame, locals[3]) is not assignable to integer
Current Frame:
bci: @123
flags: { }
locals: { 'net/minecraft/client/renderer/EntityRenderer', float, integer }
stack: { 'net/minecraft/client/renderer/EntityRenderer', float }
Bytecode:
0x0000000: 2ab4 00b8 b403 df13 03e1 b603 e62a b403
0x0000010: 9499 0008 2a23 b703 e82a b400 b8b4 03df
0x0000020: b603 ebb8 03f0 3d1c 9a00 3d2a b400 b8b4
0x0000030: 015c b403 f399 0030 2ab4 00b8 b401 5cb4
0x0000040: 03f6 9900 0a04 b803 fc9a 001c b800 a72a
0x0000050: b400 a965 1403 fd94 9e00 142a b400 b8b6
0x0000060: 0401 a700 0a2a b800 a7b5 00a9 2ab4 00b8
0x0000070: b403 df13 0403 b603 e62a 231d b804 073e
0x0000080: 2ab4 00b8 b404 0a99 00cb 1c99 00c7 2ab4
0x0000090: 00b8 b404 0eb6 0413 2ab4 00b8 b401 5cb4
0x00000a0: 0164 1301 656a 1301 6662 4625 256a 256a
0x00000b0: 1301 676a 3804 2ab4 00b8 b404 0eb4 0416
0x00000c0: 8617 046a 3805 2ab4 00b8 b404 0eb4 0419
0x00000d0: 8617 046a 3806 0436 072a b400 b8b4 015c
0x00000e0: b404 1c99 0006 0236 072a b400 b8b4 015c
0x00000f0: b401 6199 004d 2a59 b401 6917 0562 b501
0x0000100: 692a 59b4 0172 1706 62b5 0172 232a b401
0x0000110: 7666 3808 2a23 b501 762a b401 7017 086a
0x0000120: 3805 2ab4 0174 1708 6a38 062a b400 b8b4
0x0000130: 017e 1705 1706 1507 866a b604 20a7 0015
0x0000140: 2ab4 00b8 b401 7e17 0517 0615 0786 6ab6
0x0000150: 0420 2ab4 00b8 b403 dfb6 03eb 2ab4 00b8
0x0000160: b404 239a 020d 2ab4 00b8 b401 5cb4 0310
0x0000170: b304 25bb 0427 592a b400 b82a b400 b8b4
0x0000180: 011f 2ab4 00b8 b401 22b7 042a 4e2d b604
0x0000190: 2d36 042d b604 3036 05b8 0433 1504 682a
0x00001a0: b400 b8b4 011f 6c36 0615 05b8 0436 1505
0x00001b0: 682a b400 b8b4 0122 6c64 0464 3607 2ab4
0x00001c0: 00b8 b401 5cb4 0439 3608 2ab4 00b8 b401
0x00001d0: 82c6 00c2 2ab4 00b8 b403 df13 043b b603
0x00001e0: e62a b400 b8b6 043e 9900 172a 232a b404
0x00001f0: 4013 0441 1508 6c85 61b6 0445 a700 092a
0x0000200: 2309 b604 45b2 00f0 9900 2c2a b400 e5c6
0x0000210: 001a 1117 02b8 0309 b803 52b8 030c 2ab4
0x0000220: 00e5 23b6 0448 b803 622a b400 b8b6 0119
0x0000230: 04b6 044e 2ab8 0453 b504 402a b400 b8b4
0x0000240: 03df 1304 55b6 0458 2ab4 00b8 b401 5cb4
0x0000250: 0355 9900 0d2a b400 b8b4 045c c600 2a11
0x0000260: 0204 1301 9eb8 0460 2ab4 00b8 b404 6423
0x0000270: 2ab4 00b8 b404 5cc6 0007 04a7 0004 0315
0x0000280: 0615 07b6 046a 2ab4 00b8 b403 dfb6 03eb
0x0000290: a700 3303 032a b400 b8b4 011f 2ab4 00b8
0x00002a0: b401 22b8 046e 1117 01b8 0309 b803 0c11
0x00002b0: 1700 b803 09b8 030c 2ab6 0471 2ab8 0453
0x00002c0: b504 402a b400 b8b4 045c c600 a611 0100
0x00002d0: b804 74b2 047a bb00 2059 2ab4 00b8 b404
0x00002e0: 5c15 0615 0723 b704 7db6 0483 9a00 122a
0x00002f0: b400 b8b4 045c 1506 1507 23b6 0489 b204
0x0000300: 7abb 0023 592a b400 b8b4 045c 1506 1507
0x0000310: 23b7 048a b604 8357 a700 583a 0919 0913
0x0000320: 048c b804 923a 0a19 0a13 0494 b604 983a
0x0000330: 0b19 0b13 049a bb00 1159 2ab7 049d b604
0x0000340: a319 0b13 04a5 bb00 0f59 2a15 0615 07b7
0x0000350: 04a8 b604 a319 0b13 04aa bb00 0d59 2a2d
0x0000360: b704 adb6 04a3 bb04 af59 190a b704 b2bf
0x0000370: b1
Exception Handler Table:
bci [723, 792] => handler: 795
Stackmap Table:
same_frame(@25)
append_frame(@76,Integer)
same_frame(@101)
same_frame(@108)
full_frame(@233,{Object[#2],Float,Integer,Float,Float,Float,Float,Integer},{})
same_frame_extended(@320)
full_frame(@338,{Object[#2],Float,Integer},{})
full_frame(@511,{Object[#2],Float,Integer,Object[#1063],Integer,Integer,Integer,Integer,Integer},{})
same_frame(@517)
same_frame(@553)
same_frame(@564)
same_frame(@607)
full_frame(@638,{Object[#2],Float,Integer,Object[#1063],Integer,Integer,Integer,Integer,Integer},{Object[#1126],Float})
full_frame(@639,{Object[#2],Float,Integer,Object[#1063],Integer,Integer,Integer,Integer,Integer},{Object[#1126],Float,Integer})
same_frame(@646)
same_frame(@659)
same_frame(@707)
same_frame(@766)
same_locals_1_stack_item_frame(@795,Object[#987])
full_frame(@880,{Object[#2],Float,Integer},{})
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:505)
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 net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:505)
-- 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 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: 83825608 bytes (79 MB) / 312037376 bytes (297 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.1558 48 mods loaded, 48 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.1558-1.7.10.jar)
UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (14174921182_Balkons-Weapon-Mod-1.7.10 (1).jar)
UCH Trapcraft{v2.2.1a} [Trapcraft] ([1.7.10] Trapcraft - v2.3.0a.zip)
UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCH FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCH StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCH attainedDrops{1.3} [Attained Drops] (AttainedDrops-1.7.10-1.3.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.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar)
UCH B0bGrowsOre{2.5.4} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.5.4 for 1.7.10.jar)
UCH betterstorage{0.9.2.107} [BetterStorage] (Better-Storage-Mod-1.7.10.jar)
UCH chancecubes{1.7.10-1.6.2.72} [Chance Cubes] (ChanceCubes-1.7.10-1.6.2.72.jar)
UCH compactchests{v1.0.0} [CompactChests] (CompactChests-universal-beta9.jar)
UCH gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UCH craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip)
UCH CreeperChicks{v2.a} [CreeperChicks] (creeperchicks-v2.a.jar)
UCH CustomPets{1.0.3} [Custom Pets] (custompets-1.7.10-1.0.3-universal.jar)
UCH customtrees{2.0} [Custom Trees] (CustomTreesv2.0.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCH jinryuujrmcore{1.2.3} [JinRyuu's JRMCore] (JRMCore-v1.2.3.jar)
UCH jinryuudragonblockc{1.4.0} [Dragon Block C] (DragonBlockC-v1.4.0.jar)
UCH Easter Egg Mod{1.0} [Easter Egg Mod] (EasterEggMod V1.0.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH fortressmod{0.9.03} [Fortress Mod] (fortressmod-1.7.10-0.9.03.jar)
UCH iCraft{0.5} [iCraft] (iCraft-0.5.jar)
UCH InventoryPets{1.4.0} [Inventory Pets] (inventorypets-1.7.10-1.4.0-universal.jar)
UCH mozombies{2.1.1} [Mo' Zombies] (Mo' Zombies 2.1.1.jar)
UCH MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar)
UCH MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCH NightmareCreatures{3.1} [NightmareCreatures] (NightmareCreatures-3.1.jar)
UCH OneBlockMan{0.2.0} [OneBlockMan] (One Punch Man 0.2.0.1.7.10.zip)
UCH Ore Creepers{1.1} [Ore Creepers] (OreCreepers1.7.10-V.1.jar)
UCH RecipesPlus{1.1.2} [RecipesPlus] (Recipes+ [1.1.2].jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH scprein{0.1} [SCP-Craft 2: Reincarnation] (SCPCraft 2 - Reincarnation v0.2.jar)
UCH secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCH SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShards-TOW-1.7.10-0.1-RC9-7.jar)
UCH SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UCH jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (UncraftingTable-1.7.10-alpha1.jar)
UCH uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (UncraftingTable-1.7.10-alpha1.jar)
UCH weaponcaseloot{1.1.8} [WeaponCaseLoot] (weaponcaseloot-1.1.8.jar)
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) Q45/Q43 Express Chipset'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) Q45/Q43 Express Chipset GL version 2.1.0 - Build 8.15.10.2869, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because EXT_framebuffer_object is supported.
Anisotropic filtering is supported and maximum anisotropy is 2.
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)