I am having a problem loading my game and i have searched these forums and haven't had any success with any solution, any help would be appreciated. i have MultiMC with forge and chicken Core & NEI. At the moment i have NO mods loaded and i am getting this error.
[spoiler][code]Loading jars...
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/minecraft.jar
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/lwjgl.jar
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/lwjgl_util.jar
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
Launching with applet wrapper...
2012-12-24 12:26:02 [INFO] [ForgeModLoader] Forge Mod Loader version 4.6.12.511 for Minecraft 1.4.6 loading
2012-12-24 12:26:03 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2012-12-24 12:26:03 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2012-12-24 12:26:03 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg
2012-12-24 12:26:03 [INFO] [STDOUT] Inserted super call into atq.c
2012-12-24 12:26:03 [INFO] [STDOUT] atq was overriden from NotEnoughItems 1.4.1.jar
2012-12-24 12:26:04 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2012-12-24 12:26:04 [INFO] [STDOUT] FMLRelauncher.relaunchApplet
2012-12-24 12:26:04 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:60)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2012-12-24 12:26:04 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2012-12-24 12:26:04 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/GameData
2012-12-24 12:26:04 [INFO] [STDERR] at up.<init>(Item.java:250)
2012-12-24 12:26:04 [INFO] [STDERR] at tw.<init>(ItemTool.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at vj.<init>(SourceFile:11)
2012-12-24 12:26:04 [INFO] [STDERR] at up.<clinit>(Item.java:38)
2012-12-24 12:26:04 [INFO] [STDERR] at amq.<clinit>(Block.java:1311)
2012-12-24 12:26:04 [INFO] [STDERR] at bdm.<init>(TextureWaterFX.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:248)
2012-12-24 12:26:04 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2012-12-24 12:26:04 [INFO] [STDERR] ... 18 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.GameData
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] ... 27 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform001(FeatureHackTransformer.java:39)
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform(FeatureHackTransformer.java:50)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
2012-12-24 12:26:04 [INFO] [STDERR] ... 29 more
2012-12-24 12:26:04 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:269)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2012-12-24 12:26:04 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2012-12-24 12:26:04 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2012-12-24 12:26:04 [INFO] [STDERR] ... 5 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:237)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:60)
2012-12-24 12:26:04 [INFO] [STDERR] ... 10 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2012-12-24 12:26:04 [INFO] [STDERR] ... 13 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/GameData
2012-12-24 12:26:04 [INFO] [STDERR] at up.<init>(Item.java:250)
2012-12-24 12:26:04 [INFO] [STDERR] at tw.<init>(ItemTool.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at vj.<init>(SourceFile:11)
2012-12-24 12:26:04 [INFO] [STDERR] at up.<clinit>(Item.java:38)
2012-12-24 12:26:04 [INFO] [STDERR] at amq.<clinit>(Block.java:1311)
2012-12-24 12:26:04 [INFO] [STDERR] at bdm.<init>(TextureWaterFX.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:248)
2012-12-24 12:26:04 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2012-12-24 12:26:04 [INFO] [STDERR] ... 18 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.GameData
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] ... 27 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform001(FeatureHackTransformer.java:39)
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform(FeatureHackTransformer.java:50)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
2012-12-24 12:26:04 [INFO] [STDERR] ... 29 more
[/code][/spoiler] I have tried a clean wipe of all files and a fresh verison of the game, i have checked all verisons of the mods and even tried some backdated older versions to see if it was a compatiability issue, with no luck. Best i can figure there is a 'figureprint' saved from a server i used to have that i cant get to go away? because i have no mods to load and yet it says that its trying to load 29 more at the end. Thanks in advance for any help.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
[spoiler][code] Loading jars...
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/minecraft.jar
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/lwjgl.jar
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/lwjgl_util.jar
Loading URL: file:/E:/Games/MultiMC/instances/test/minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
Launching with applet wrapper...
2012-12-24 12:26:02 [INFO] [ForgeModLoader] Forge Mod Loader version 4.6.12.511 for Minecraft 1.4.6 loading
2012-12-24 12:26:03 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2012-12-24 12:26:03 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2012-12-24 12:26:03 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg
2012-12-24 12:26:03 [INFO] [STDOUT] Inserted super call into atq.c
2012-12-24 12:26:03 [INFO] [STDOUT] atq was overriden from NotEnoughItems 1.4.1.jar
2012-12-24 12:26:04 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2012-12-24 12:26:04 [INFO] [STDOUT] FMLRelauncher.relaunchApplet
2012-12-24 12:26:04 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:60)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2012-12-24 12:26:04 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2012-12-24 12:26:04 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/GameData
2012-12-24 12:26:04 [INFO] [STDERR] at up.<init>(Item.java:250)
2012-12-24 12:26:04 [INFO] [STDERR] at tw.<init>(ItemTool.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at vj.<init>(SourceFile:11)
2012-12-24 12:26:04 [INFO] [STDERR] at up.<clinit>(Item.java:38)
2012-12-24 12:26:04 [INFO] [STDERR] at amq.<clinit>(Block.java:1311)
2012-12-24 12:26:04 [INFO] [STDERR] at bdm.<init>(TextureWaterFX.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:248)
2012-12-24 12:26:04 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2012-12-24 12:26:04 [INFO] [STDERR] ... 18 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.GameData
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] ... 27 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform001(FeatureHackTransformer.java:39)
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform(FeatureHackTransformer.java:50)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
2012-12-24 12:26:04 [INFO] [STDERR] ... 29 more
2012-12-24 12:26:04 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:269)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2012-12-24 12:26:04 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2012-12-24 12:26:04 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2012-12-24 12:26:04 [INFO] [STDERR] ... 5 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:237)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:60)
2012-12-24 12:26:04 [INFO] [STDERR] ... 10 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2012-12-24 12:26:04 [INFO] [STDERR] ... 13 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/GameData
2012-12-24 12:26:04 [INFO] [STDERR] at up.<init>(Item.java:250)
2012-12-24 12:26:04 [INFO] [STDERR] at tw.<init>(ItemTool.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at vj.<init>(SourceFile:11)
2012-12-24 12:26:04 [INFO] [STDERR] at up.<clinit>(Item.java:38)
2012-12-24 12:26:04 [INFO] [STDERR] at amq.<clinit>(Block.java:1311)
2012-12-24 12:26:04 [INFO] [STDERR] at bdm.<init>(TextureWaterFX.java:26)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:248)
2012-12-24 12:26:04 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2012-12-24 12:26:04 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2012-12-24 12:26:04 [INFO] [STDERR] ... 18 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.GameData
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-24 12:26:04 [INFO] [STDERR] ... 27 more
2012-12-24 12:26:04 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform001(FeatureHackTransformer.java:39)
2012-12-24 12:26:04 [INFO] [STDERR] at codechicken.core.asm.FeatureHackTransformer.transform(FeatureHackTransformer.java:50)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
2012-12-24 12:26:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
2012-12-24 12:26:04 [INFO] [STDERR] ... 29 more
[/code][/spoiler]
I have tried a clean wipe of all files and a fresh verison of the game, i have checked all verisons of the mods and even tried some backdated older versions to see if it was a compatiability issue, with no luck. Best i can figure there is a 'figureprint' saved from a server i used to have that i cant get to go away? because i have no mods to load and yet it says that its trying to load 29 more at the end. Thanks in advance for any help.