For 1 year, I played Minecraft happily, without any problem. Suddenly i had a stupid problem. Here is the crash report.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 10/5/15 10:04 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler
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(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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.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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.ITickHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Description: There was a severe problem during mod loading that has caused the game to fail
Dude, just play without mods.
It seems to be from this mod: cpw/mods/fml/common/ITickHandler
Also, from what the above 2 people have been saying, it sounds like your using a mod for minecraft 1.4.7, yet you say your using 1.7.10, and that means your using a mod that is for another version of minecraft, and therefore the mod is incompatible. You have to either:
a) delete the mob
b). UPDATE the mod, or
c) use the version of Minecraft the mod was intended for.
Thanks alot you guyz. All of you helped me. Now I can play minecraft properly. But i liked the 1.4.7 mod but it is unusable for me. are there any ways to convert the 1.4.7 mod to 1.7.10 easily bcoz i am not so expert of converting.lol . Are there any apps/ways to convert the mod. Thanks
You simply can't convert mods, unless you have a sufficient knowledge in java and the source code of the mod. The only hope you have is that the mod author updates the mod or someone else with the required skills and source code to do so. You simply have to stop using that mod if you want to play on 1.7.10.
So,
1. He should stop using mods because he accidentally put an 1.4.7 mod in? I fail to see why.
2. That's fml. It's not fml's fault.
What I meant is he should stop using mods because There was a severe problem during mod loading that has caused the game to fail, although I wrote that part before looking further. And besides, I don't use mods and I get along fine.
As for Maevinarsh, your welcome! Glad you found a solution!
What I meant is he should stop using mods because There was a severe problem during mod loading that has caused the game to fail, although I wrote that part before looking further.
I still don't see why that means he shouldn't use mods.
I still don't see why that means he shouldn't use mods.
Then why are you posting answers in the modded support forum?
He shouldn't use mods because mods are causing him to crash. And I didn't even know this was a modded support forum, I just clicked on a link in the active topics tab on the homepage.
Most crashes are solved easily - this one was, just a version mismatch. That doesn't mean he shouldn't play with mods.
Well at the time I only knew that a mod had failed to load or something causing a crash, so therefor he should stop using that mod. What's wrong with that?
For 1 year, I played Minecraft happily, without any problem. Suddenly i had a stupid problem. Here is the crash report.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 10/5/15 10:04 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler
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(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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.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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.ITickHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 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 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 124613792 bytes (118 MB) / 290811904 bytes (277 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
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 21 mods loaded, 21 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.1517-1.7.10.jar)
UC Forge{10.13.4.1517} [Minecraft Forge] (forge-1.7.10-10.13.4.1517-1.7.10.jar)
UC TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UE CameraCraft{2.3} [CameraCraft] (CameraCraft2.3 (1).zip)
UC carsanddrives{1.0.9.1} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.9.1.jar)
UC CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UC ExtraFood{0.5.0} [Extra Food] (ExtraFood-1.7.10-0.5.29.jar)
UC ipodmod{1.0} [iPod mod] (eyemod172.jar)
UC iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UC GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UC herobrinemod{3.7} [The Herobrine Mod] (Herobrine-Mod-1.7.10.jar)
UC LotsOfFood{1.7.10} [Lots of Food] (Lots of Food-1.7.10 v7.jar)
UC MCEF{0.6} [Minecraft Chromium Embedded Framework] (MCEF-1.7.10-0.7.jar)
UC cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UC SolarSystemMod{v17} [SolarSystemMod] (Solar System Mod v17.jar)
UC stefinusguns{0.5.2} [New Stefinus Guns] (Stefinus Guns-0.5.2.jar)
UC aziasvendingmachine{Vending Machines Revamped} [Vending Machines Revamped] (VendingMachinesRevamped_1.0.2_1.7.10.jar)
UC WaterGun{1.7.10} [Water Gun] (WaterGuns-1.7.10.jar)
UC WebDisplay{0.7} [Web Displays] (Web-Displays-Mod-1.7.10.jar)
GL info: ' Vendor: 'Intel' Version: '2.0.0 - Build 8.14.10.1930' Renderer: 'Intel 965/963 Graphics Media Accelerator'
Pls guyz. Please pity me. Please find a solution. i tried to find a solution for this for 2 years and nothing worked! I beg you all please. Thank You
I love Minecraft!

Actually it appears as though it's a 1.4.7 mod...
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1284425-1-4-7-cameracraft-2-3-take-photos-in-minecraft
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
Hang on... I got to the 2nd line and:
Description: There was a severe problem during mod loading that has caused the game to fail
Dude, just play without mods.
It seems to be from this mod: cpw/mods/fml/common/ITickHandler
Also, from what the above 2 people have been saying, it sounds like your using a mod for minecraft 1.4.7, yet you say your using 1.7.10, and that means your using a mod that is for another version of minecraft, and therefore the mod is incompatible. You have to either:
a) delete the mob
b). UPDATE the mod, or
c) use the version of Minecraft the mod was intended for.
So basically, I'm stupid.
Why would he do that?
So,
1. He should stop using mods because he accidentally put an 1.4.7 mod in? I fail to see why.
2. That's fml. It's not fml's fault.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
Ok. let me try removing that stupid 1.4.7 mod. Thanks a lot. i didnt see that. oops.
I love Minecraft!

Thanks alot you guyz. All of you helped me. Now I can play minecraft properly. But i liked the 1.4.7 mod but it is unusable for me. are there any ways to convert the 1.4.7 mod to 1.7.10 easily bcoz i am not so expert of converting.lol . Are there any apps/ways to convert the mod. Thanks
I love Minecraft!

-
View User Profile
-
View Posts
-
Send Message
Retired StaffYou simply can't convert mods, unless you have a sufficient knowledge in java and the source code of the mod. The only hope you have is that the mod author updates the mod or someone else with the required skills and source code to do so. You simply have to stop using that mod if you want to play on 1.7.10.
Well ok then. Thank You so much
I love Minecraft!

What I meant is he should stop using mods because There was a severe problem during mod loading that has caused the game to fail, although I wrote that part before looking further. And besides, I don't use mods and I get along fine.
As for Maevinarsh, your welcome! Glad you found a solution!
So basically, I'm stupid.
I still don't see why that means he shouldn't use mods.
Then why are you posting answers in the modded support forum?
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
He shouldn't use mods because mods are causing him to crash. And I didn't even know this was a modded support forum, I just clicked on a link in the active topics tab on the homepage.
So basically, I'm stupid.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMost crashes are solved easily - this one was, just a version mismatch. That doesn't mean he shouldn't play with mods.
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.
Well at the time I only knew that a mod had failed to load or something causing a crash, so therefor he should stop using that mod. What's wrong with that?
So basically, I'm stupid.
Yeah Mods make my Minecraft sometimes to crash
But I like mods bcause they customize my Minecraft and changes minecraft to be funner to play. Playing normal minecraft is boring.
I just wanted to know that are there any application to convert that 1.4.7 mod to a 1.7.10 mod?
If no, Can someone (a java expert) convert that 1.4.7 mod (CameraCraft) to a 1.7.10 mod and give me the link to downlaod the converted file? Pls?
Thank You everybody for helping me to find a solution.
I love Minecraft!

Unfortunately, no, there isn't.
Unfortunately, also probably a no, because:
1. That person would need the source for the mod, and I don't know it that's available.
2. Updating mods is a long and painful process, you would have a hard time finding someone to update it for you.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
Ok then. I will find for mods that includes cameras other that Camera Craft. Thanks!
I love Minecraft!
