You have to put the mod in your .minecraft/mods folder.
Hey, I did that, and I now I can't start MC anymore.
The launcher starts, when I press play I see the minecraft logo for a few seconds, and then it returns me to the launcher.
Here is some of the information from the Development Console (this is the only part which showed an/the error)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Caused by: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Those 3 lines are the 'most important' ones probably. I don't really know what is causing this or how to fix this, but maybe someone else knows?
Full error:
lient> 2013-09-30 22:10:59 [INFO] [ForgeModLoader] Forge Mod Loader has identified 8 mods to load
Client> 2013-09-30 22:10:59 [INFO] [mcp] Activating mod mcp
Client> 2013-09-30 22:10:59 [INFO] [FML] Activating mod FML
Client> 2013-09-30 22:10:59 [INFO] [Forge] Activating mod Forge
Client> 2013-09-30 22:10:59 [INFO] [mod_ReiMinimap] Activating mod mod_ReiMinimap
Client> 2013-09-30 22:10:59 [INFO] [LumberJack] Activating mod LumberJack
Client> 2013-09-30 22:10:59 [INFO] [inventorytweaks] Activating mod inventorytweaks
Client> 2013-09-30 22:10:59 [INFO] [MCCapesExtra] Activating mod MCCapesExtra
Client> 2013-09-30 22:10:59 [INFO] [pixelmon] Activating mod pixelmon
Client> 2013-09-30 22:10:59 [WARNING] [LumberJack] Mod LumberJack is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 22:10:59 [WARNING] [Pixelmon] Mod Pixelmon is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 22:10:59 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:LumberJack, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:MCCapes Extra, FMLFileResourcePack:Pixelmon, [1.6] Dokucraft TSC Light.zip
Client> 2013-09-30 22:10:59 [INFO] [STDOUT]
Client> 2013-09-30 22:10:59 [INFO] [STDOUT] SoundSystem shutting down...
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
Client> 2013-09-30 22:11:00 [INFO] [STDOUT]
Client> 2013-09-30 22:11:00 [INFO] [STDOUT]
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] Starting up SoundSystem...
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] Registering Forge Packet Handler
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] Initializing LWJGL OpenAL
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] OpenAL initialized.
Client> 2013-09-30 22:11:00 [INFO] [STDOUT]
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] InvTweaks: invtweaks.InvTweaksObfuscation
Client> 2013-09-30 22:11:02 [INFO] [STDOUT] PIXELMON: Loading TM/HMs
Client> 2013-09-30 22:11:02 [INFO] [STDOUT] [PIXELMON] Registering entity spawns
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader]
Client> mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> FML{6.2.34.799} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> Forge{9.10.0.799} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> LumberJack{1.6.4b} [LumberJack] ([1.6.4][b][forge]LumberJack.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> MCCapesExtra{1.6.4a} [MCCapes Extra] (MCCapesExtra_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Errored
Client> pixelmon{2.3.1} [Pixelmon] (Pixelmon 2.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader] Caught exception from MCCapesExtra
Client> java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> at com.mccapes.extra.TickHandler.<clinit>(TickHandler.java:12)
Client> at com.mccapes.extra.proxy.ClientProxy.initTick(ClientProxy.java:12)
Client> at com.mccapes.extra.MCCapesExtra.init(MCCapesExtra.java:39)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
Client> at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> at net.minecraft.client.main.Main.main(SourceFile:101)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] ---- Minecraft Crash Report ----
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] // Why is it breaking
Client> 2013-09-30 22:11:03 [INFO] [STDOUT]
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Time: 30-9-13 22:11
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
Client> 2013-09-30 22:11:03 [INFO] [STDOUT]
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Caused by: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.mccapes.extra.TickHandler.<clinit>(TickHandler.java:12)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.mccapes.extra.proxy.ClientProxy.initTick(ClientProxy.java:12)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.mccapes.extra.MCCapesExtra.init(MCCapesExtra.java:39)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> AL lib: (EE) alc_cleanup: 1 device not closed
Game ended with bad state (exit code -1)
Ignoring visibility rule and showing launcher due to a game crash
Deleting C:\Users\Martin\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.799\1.6.2-Forge9.10.0.799-natives-34949671201673
Couldn't delete C:\Users\Martin\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.799\1.6.2-Forge9.10.0.799-natives-34949671201673 - scheduling for deletion upon exit
Rollback Post to RevisionRollBack
Click to check it out! Adds new foods and plants to try!
Hey, I did that, and I now I can't start MC anymore.
The launcher starts, when I press play I see the minecraft logo for a few seconds, and then it returns me to the launcher.
Here is some of the information from the Development Console (this is the only part which showed an/the error)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Caused by: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Those 3 lines are the 'most important' ones probably. I don't really know what is causing this or how to fix this, but maybe someone else knows?
Full error:
lient> 2013-09-30 22:10:59 [INFO] [ForgeModLoader] Forge Mod Loader has identified 8 mods to load
Client> 2013-09-30 22:10:59 [INFO] [mcp] Activating mod mcp
Client> 2013-09-30 22:10:59 [INFO] [FML] Activating mod FML
Client> 2013-09-30 22:10:59 [INFO] [Forge] Activating mod Forge
Client> 2013-09-30 22:10:59 [INFO] [mod_ReiMinimap] Activating mod mod_ReiMinimap
Client> 2013-09-30 22:10:59 [INFO] [LumberJack] Activating mod LumberJack
Client> 2013-09-30 22:10:59 [INFO] [inventorytweaks] Activating mod inventorytweaks
Client> 2013-09-30 22:10:59 [INFO] [MCCapesExtra] Activating mod MCCapesExtra
Client> 2013-09-30 22:10:59 [INFO] [pixelmon] Activating mod pixelmon
Client> 2013-09-30 22:10:59 [WARNING] [LumberJack] Mod LumberJack is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 22:10:59 [WARNING] [Pixelmon] Mod Pixelmon is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 22:10:59 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:LumberJack, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:MCCapes Extra, FMLFileResourcePack:Pixelmon, [1.6] Dokucraft TSC Light.zip
Client> 2013-09-30 22:10:59 [INFO] [STDOUT]
Client> 2013-09-30 22:10:59 [INFO] [STDOUT] SoundSystem shutting down...
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
Client> 2013-09-30 22:11:00 [INFO] [STDOUT]
Client> 2013-09-30 22:11:00 [INFO] [STDOUT]
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] Starting up SoundSystem...
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] Registering Forge Packet Handler
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] Initializing LWJGL OpenAL
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Client> 2013-09-30 22:11:00 [INFO] [STDOUT] OpenAL initialized.
Client> 2013-09-30 22:11:00 [INFO] [STDOUT]
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
Client> 2013-09-30 22:11:00 [INFO] [ForgeModLoader] InvTweaks: invtweaks.InvTweaksObfuscation
Client> 2013-09-30 22:11:02 [INFO] [STDOUT] PIXELMON: Loading TM/HMs
Client> 2013-09-30 22:11:02 [INFO] [STDOUT] [PIXELMON] Registering entity spawns
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader]
Client> mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> FML{6.2.34.799} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> Forge{9.10.0.799} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Client> mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> LumberJack{1.6.4b} [LumberJack] ([1.6.4][b][forge]LumberJack.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
Client> MCCapesExtra{1.6.4a} [MCCapes Extra] (MCCapesExtra_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Errored
Client> pixelmon{2.3.1} [Pixelmon] (Pixelmon 2.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
Client> 2013-09-30 22:11:03 [SEVERE] [ForgeModLoader] Caught exception from MCCapesExtra
Client> java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> at com.mccapes.extra.TickHandler.<clinit>(TickHandler.java:12)
Client> at com.mccapes.extra.proxy.ClientProxy.initTick(ClientProxy.java:12)
Client> at com.mccapes.extra.MCCapesExtra.init(MCCapesExtra.java:39)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
Client> at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
Client> at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> at net.minecraft.client.main.Main.main(SourceFile:101)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> at java.lang.reflect.Method.invoke(Unknown Source)
Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] ---- Minecraft Crash Report ----
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] // Why is it breaking
Client> 2013-09-30 22:11:03 [INFO] [STDOUT]
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Time: 30-9-13 22:11
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
Client> 2013-09-30 22:11:03 [INFO] [STDOUT]
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] Caused by: java.lang.NoSuchMethodError: net.minecraft.client.CallableClientProfiler.w()Lnet/minecraft/client/CallableClientProfiler;
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.mccapes.extra.TickHandler.<clinit>(TickHandler.java:12)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.mccapes.extra.proxy.ClientProxy.initTick(ClientProxy.java:12)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.mccapes.extra.MCCapesExtra.init(MCCapesExtra.java:39)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2013-09-30 22:11:03 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> AL lib: (EE) alc_cleanup: 1 device not closed
Game ended with bad state (exit code -1)
Ignoring visibility rule and showing launcher due to a game crash
Deleting C:\Users\Martin\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.799\1.6.2-Forge9.10.0.799-natives-34949671201673
Couldn't delete C:\Users\Martin\AppData\Roaming\.minecraft\versions\1.6.2-Forge9.10.0.799\1.6.2-Forge9.10.0.799-natives-34949671201673 - scheduling for deletion upon exit
You're using Minecraft version 1.6.2 but using mods made for 1.6.4?
about the uploading capes, i made a cloak and i tried to upload it, but the site says it's to big or not a PNG file. but my cloak skin just fits to other cloak sizes, and it IS a PNG file.
about the uploading capes, i made a cloak and i tried to upload it, but the site says it's to big or not a PNG file. but my cloak skin just fits to other cloak sizes, and it IS a PNG file.
would you like to check that part?
If you upload the cape somewhere else, I'll take a look at why it's not working.
The Meaning of Life, the Universe, and Everything.
Join Date:
4/10/2013
Posts:
54
Minecraft:
thadman95
Member Details
For some reason my cape isn't working, yes I have the forge version, I have the cape activated on the site, yes I have "show capes" on in minecraft, but it still doesn't work, I am also using the most recent versions of optifine and MCCapes. Could that have something to do with it?
My UserName: MrNe0
IGN:MCA4E
Minecraft Username: byTotes
Hey, I did that, and I now I can't start MC anymore.
The launcher starts, when I press play I see the minecraft logo for a few seconds, and then it returns me to the launcher.
Here is some of the information from the Development Console (this is the only part which showed an/the error)
Those 3 lines are the 'most important' ones probably. I don't really know what is causing this or how to fix this, but maybe someone else knows?
Full error:
Nice, I'll add it to the main post. One error though - there is a non-forge version of the mod
You're using Minecraft version 1.6.2 but using mods made for 1.6.4?
Added.
would you like to check that part?
If you upload the cape somewhere else, I'll take a look at why it's not working.
IGN: SuperSparklez234
http://www.mccapes.com/cape/animated/47c17237c39978b332313bee5ba72c8e/
http://www.mccapes.com/cape/animated/0b59c6d17afb58e7c724e333968bc596/
Account:highnoo
http://www.mccapes.com/cape/animated/d6b6d81173dfd499169aeba3f338d698/