I made a mod pack and it worked fine until I tried updating it to 1.6.4. I removed all of the 1.6.4 mods and I ran the 1.6.2 version, and got this lovely crash report:
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 12/3/13 8:21 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: rebelkeithy.mods.keithyutils.items.CustomItemPickaxe.setTextureName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.NoSuchMethodError: rebelkeithy.mods.keithyutils.items.CustomItemPickaxe.setTextureName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at rebelkeithy.mods.metallurgy.core.metalsets.OreInfo.init(OreInfo.java:320)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.init(MetalSet.java:70)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.<init>(MetalSet.java:35)
at rebelkeithy.mods.metallurgy.metals.MetallurgyMetals.preInit(MetallurgyMetals.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
// I bet Cylons wouldn't have this problem.
Time: 12/3/13 8:21 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: rebelkeithy.mods.keithyutils.items.CustomItemPickaxe.setTextureName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.NoSuchMethodError: rebelkeithy.mods.keithyutils.items.CustomItemPickaxe.setTextureName(Ljava/lang/String;)Lnet/minecraft/item/Item;
at rebelkeithy.mods.metallurgy.core.metalsets.OreInfo.init(OreInfo.java:320)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.init(MetalSet.java:70)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.<init>(MetalSet.java:35)
at rebelkeithy.mods.metallurgy.metals.MetallurgyMetals.preInit(MetallurgyMetals.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 82623280 bytes (78 MB) / 159391744 bytes (152 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 49 mods loaded, 49 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized
Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.5} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.4} [Not Enough Items] (NotEnoughItems 1.6.1.4.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v3.05(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.05.zip) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.0.9} [Damage Indicators] (1.6.4 DamageIndicators v2.9.0.9.zip) Unloaded->Constructed->Pre-initialized
mod_ArmorStatusHUD{v1.13(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.13.zip) Unloaded->Constructed->Pre-initialized
mod_Blocks{1.1} [mod_Blocks] ([1.6.2]InstantMassiveStructuresMod-update.zip) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
mod_StatusEffectHUD{v1.16(1.6.2)} [StatusEffectHUD] ([1.6.2]StatusEffectHUDv1.16.zip) Unloaded->Constructed->Pre-initialized
mod_TreeCapitator{ML 1.6.2.r01} [TreeCapitator] ([1.6.2]TreeCapitator.ML.1.6.2.r01.zip) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.4.1} [BiblioCraft] (BiblioCraft[v1.4.1].zip) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.1.2} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.1.2.51.jar) Unloaded->Constructed->Pre-initialized
DragonMounts{r33} [Dragon Mounts] (dragonmount_r33_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.3.3} [EnderStorage] (EnderStorage 1.4.3.3.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.1d} [Tinkers' Construct] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
ExtraTiC{0.5.1} [ExtraTiC] (ExtraTiC-0.5.1.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobs_1.6.2.zip) Unloaded->Constructed->Pre-initialized
IronChest{5.4.1.573} [Iron Chest] (ironchest-universal-1.6.2-5.4.1.573.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils-1.6.2-1.2b.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Errored
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Errored
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
meteors{2.11.1} [Falling Meteors] (Meteors Mod V2.11.1.zip) Unloaded->Constructed->Pre-initialized
More Bows{1.5_v1} [More Bows mod] (More bows 1.6.2.jar) Unloaded->Constructed->Pre-initialized
Morph{0.3.0} [Morph] (Morph-Beta-0.3.0.zip) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized
NEIPlugins{1.1.0.3} [NEI Plugins] (NEIPlugins-1.1.0.3.jar) Unloaded->Constructed->Pre-initialized
integerarray_obsidiancraft{3.0.0 for 1.5.2} [ObsidianCraft] (Obsidian Craft 3.0.0 (MC 1.6.2).zip) Unloaded->Constructed->Pre-initialized
ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.0.0.171} [Forge Multipart] (ForgeMultipart-universal-1.6.2-1.0.0.171.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.0.1.4} [Project: Red-Core] (ProjectRedBase-1.6.2-4.0.1.4.jar) Unloaded->Constructed->Pre-initialized
TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatMineFactoryReloaded{0.2} [TConstruct Compat: MFR] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct|NotEnoughItems{0.1} [TConstruct Compat: NEI] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.0.2a} [Thaumcraft] (Thaumcraft4.0.2a.zip) Unloaded->Constructed->Pre-initialized
Torched{2.0.0} [Torched] (Torched2.0.0.zip) Unloaded->Constructed->Pre-initialized
TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Pre-initialized
WatkinsBase{0.1} [Watkins Base] (UtilityChestsMod1.6.2.zip) Unloaded->Constructed->Pre-initialized
UtilityChest{v2.2} [Utility Chest] (UtilityChestsMod1.6.2.zip) Unloaded->Constructed->Pre-initialized
McMultipart{1.0.0.171} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.2-1.0.0.171.jar) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.0.0.171} [Forge Microblocks] (ForgeMultipart-universal-1.6.2-1.0.0.171.jar) Unloaded->Constructed->Pre-initialized
TConstruct Environment: Sane and ready for action. Bugs may be reported.
I think for whatever reason the Metallurgy textures are messing it up, but I'm not the greatest at reading code.
Obsidian... That's my trademark... sort of...
My YouTube: http://www.youtube.c...C62DSkPDLz_owQ/
If the spacing is weird on any of my posts, I probably forgot to turn off my Japanese IME.