1

Crash help

Paradox78's Avatar Paradox7810/24/14 6:35 pm
1 emeralds 1.6k 3
10/24/2014 7:13 pm
Randomguy135's Avatar Randomguy135
Alright, I tried very hard to make sure that my mods were installed correctly and that my coremods were up to date. However, despite my efforts, I still come up with this crash. Would anyone care to help? And please don't tell me that it's because I don't have codechickencore, I know for a fact that I do.
Click to reveal
[17:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:26] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[17:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[17:26] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1224 for Minecraft 1.7.10 loading
[17:26] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.6.8, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
[17:26] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:26] [main/INFO] [FML]: [AppEng] Core Init
[17:26] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at java.lang.Class.newInstance0(Class.java:357)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at java.lang.Class.newInstance(Class.java:310)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: ... 16 more
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: Caused by: java.lang.NullPointerException
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: ... 18 more
[17:26] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at /Users/michaelcovey/Library/Application Support/minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18) ~[NotEnoughItems-1-1.7.10-1.0.3.64-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.6.0_65]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) ~[?:1.6.0_65]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) ~[?:1.6.0_65]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513) ~[?:1.6.0_65]
at java.lang.Class.newInstance0(Class.java:357) ~[?:1.6.0_65]
at java.lang.Class.newInstance(Class.java:310) ~[?:1.6.0_65]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458) ~[forge-1.7.10-10.13.1.1224.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[forge-1.7.10-10.13.1.1224.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[forge-1.7.10-10.13.1.1224.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.1.1224.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.1.1224.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.1.1224.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.1.1224.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65]
at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65]
... 16 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65]
at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65]
... 16 more
Exception in thread "main" [17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at java.lang.Class.newInstance0(Class.java:357)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at java.lang.Class.newInstance(Class.java:310)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: ... 16 more
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: Caused by: java.lang.NullPointerException
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[17:26] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause]: ... 18 more
Posted by Paradox78's Avatar
Paradox78
Level 19 : Journeyman Button Pusher
10

Create an account or sign in to comment.

3

1
10/24/2014 7:13 pm
Level 20 : Expert Artist
Randomguy135
Randomguy135's Avatar
^
What he said.
If you are sure it is all installed correctly then delete the mod then redownload it.
The problem may be that the file didn't download properly.
1
10/24/2014 6:59 pm
Level 14 : Journeyman Modder
searchndstroy
searchndstroy's Avatar
You're missing codechickencore.
1
10/24/2014 6:50 pm
Level 22 : Expert Network
1234560
1234560's Avatar
What do you need help with?

You might need to look at my name to get this
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome