When I ran minecraft, it crashed. The crash report says
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 5/24/15 10:40 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: thaumcraft.api.ThaumcraftApi.addSmeltingBonus(Ljava/lang/String;Lnet/minecraft/item/ItemStack;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoSuchMethodError: thaumcraft.api.ThaumcraftApi.addSmeltingBonus(Ljava/lang/String;Lnet/minecraft/item/ItemStack;)V
at thaumcraft.common.config.ConfigRecipes.initializeSmelting(ConfigRecipes.java:2041)
at thaumcraft.common.config.ConfigRecipes.init(ConfigRecipes.java:40)
at thaumcraft.common.Thaumcraft.postInit(Thaumcraft.java:176)
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:545)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I have the following mods
Blood Magic
Chicken Bones
Ex Nihilo
Magical Crops
MineChess
Mystcraft
Reliquary
Thaumcraft
Tinkers Construct
Wonderful Wands
When I ran minecraft, it crashed. The crash report says
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 5/24/15 10:40 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: thaumcraft.api.ThaumcraftApi.addSmeltingBonus(Ljava/lang/String;Lnet/minecraft/item/ItemStack;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoSuchMethodError: thaumcraft.api.ThaumcraftApi.addSmeltingBonus(Ljava/lang/String;Lnet/minecraft/item/ItemStack;)V
at thaumcraft.common.config.ConfigRecipes.initializeSmelting(ConfigRecipes.java:2041)
at thaumcraft.common.config.ConfigRecipes.init(ConfigRecipes.java:40)
at thaumcraft.common.Thaumcraft.postInit(Thaumcraft.java:176)
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:545)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
... 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.4
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 141302008 bytes (134 MB) / 273854464 bytes (261 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 18 mods loaded, 18 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AWWayofTime{v0.5.1} [Blood Magic: Alchemical Wizardry] (Blood_Magic_v0.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ChickenBones{1.0} [The Chicken Bones Mod: You can pick up chicks!] (ChickenBones.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
crowley.skyblock{1.15} [Ex Nihilo] (crowley-skyblock-v1.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
wonderfulwands{1.1.0} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
magicalcrops{3.1.2} [Magical Crops] (magical_crops_1.6.4_3.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineChess{1.3.5} [MineChess] (MineChess-1.3.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mystcraft{0.10.13.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
xreliquary{1.6.4-1.1.1} [Reliquary] (Reliquary-1.6.4-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct{1.6.X_1.5.0d} [Tinkers' Construct] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct|CompatMineFactoryReloaded{0.2} [TConstruct Compat: MFR] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct|NotEnoughItems{0.1} [TConstruct Compat: NEI] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.5.0d9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Thaumcraft{4.1.0} [Thaumcraft] (Thaumcraft4.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
TConstruct Environment: Sane and ready for action. Bugs may be reported.
Does anyone know how to fix this? If any of the mods are for whatever reason causing it to crash, I could easily remove that mod. Thanks for any help.
is this the whole crash report? If not please submit all please
shadowolf
Discord: shadowolf#9212
My Discord Server: http://bit.ly/mancavediscord
YouTube: http://bit.ly/shadowolfyoutube
Twitter: http://bit.ly/shadowolftwitter
Twitch: http://bit.ly/shadowolftwitch
Email: [email protected]
That is the entire crash report I got.
What version is your client. Also try and take out thaumcraft and run without it see what happens then tell me.
shadowolf
Discord: shadowolf#9212
My Discord Server: http://bit.ly/mancavediscord
YouTube: http://bit.ly/shadowolfyoutube
Twitter: http://bit.ly/shadowolftwitter
Twitch: http://bit.ly/shadowolftwitch
Email: [email protected]
It seems to me that it is thaumcraft that is causing the problem.
"Thaumcraft{4.1.0} [Thaumcraft] (Thaumcraft4.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored"
shadowolf
Discord: shadowolf#9212
My Discord Server: http://bit.ly/mancavediscord
YouTube: http://bit.ly/shadowolfyoutube
Twitter: http://bit.ly/shadowolftwitter
Twitch: http://bit.ly/shadowolftwitch
Email: [email protected]
Thanks. I took out Thaumcraft, and it worked just fine after that.
No Problem
shadowolf
Discord: shadowolf#9212
My Discord Server: http://bit.ly/mancavediscord
YouTube: http://bit.ly/shadowolfyoutube
Twitter: http://bit.ly/shadowolftwitter
Twitch: http://bit.ly/shadowolftwitch
Email: [email protected]