Anyone who can help, Ever since a week or two ago my modded minecraft has been crashing. But I've been using the same mods i always use! I hit the Play button and it shows that its running then the game quits takes me back to the launcher and pulls up the launcher log?! If this is helpful to anyone who can help i do have a Mac OS X and I'm running the recommended version of Forge for 1.7.10 Please help if you can.
Uhh Whoops i said launcher log, I meant Game output.
This is the Report in the Game Output Section
[22:11:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:11:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:11:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:11:34] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[22:11:34] [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.11.1, installed at /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
[22:11:34] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.NoClassDefFoundError: argo/jdom/JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at codechicken.core.launch.DepLoader.load(DepLoader.java:620)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cofh.asm.LoadingPlugin.<init>(LoadingPlugin.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance0(Class.java:357)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance(Class.java:310)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.ClassNotFoundException: argo.jdom.JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.AccessController.doPrivileged(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 17 more
[22:11:34] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at /Users/lois/Library/Application Support/minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: argo/jdom/JsonNode
at codechicken.core.launch.DepLoader.load(DepLoader.java:620) ~[DepLoader.class:?]
at cofh.asm.LoadingPlugin.<init>(LoadingPlugin.java:34) ~[CoFHCore-2.0.0.5.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:501) ~[forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: argo.jdom.JsonNode
at java.net.URLClassLoader$1.run(URLClassLoader.java:202) ~[?:1.6.0_65]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_65]
at java.net.URLClassLoader.findClass(URLClassLoader.java:190) ~[?:1.6.0_65]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.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]
... 17 more
Exception in thread "main" [22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.NoClassDefFoundError: argo/jdom/JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at codechicken.core.launch.DepLoader.load(DepLoader.java:620)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cofh.asm.LoadingPlugin.<init>(LoadingPlugin.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance0(Class.java:357)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance(Class.java:310)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.ClassNotFoundException: argo.jdom.JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.AccessController.doPrivileged(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 17 more
Anyone who can help, Ever since a week or two ago my modded minecraft has been crashing. But I've been using the same mods i always use! I hit the Play button and it shows that its running then the game quits takes me back to the launcher and pulls up the launcher log?! If this is helpful to anyone who can help i do have a Mac OS X and I'm running the recommended version of Forge for 1.7.10 Please help if you can.
Uhh Whoops i said launcher log, I meant Game output.
This is the Report in the Game Output Section
[22:11:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:11:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:11:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:11:34] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[22:11:34] [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.11.1, installed at /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
[22:11:34] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.NoClassDefFoundError: argo/jdom/JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at codechicken.core.launch.DepLoader.load(DepLoader.java:620)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cofh.asm.LoadingPlugin.<init>(LoadingPlugin.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance0(Class.java:357)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance(Class.java:310)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.ClassNotFoundException: argo.jdom.JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.AccessController.doPrivileged(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 17 more
[22:11:34] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at /Users/lois/Library/Application Support/minecraft for Forge Mod Loader
java.lang.NoClassDefFoundError: argo/jdom/JsonNode
at codechicken.core.launch.DepLoader.load(DepLoader.java:620) ~[DepLoader.class:?]
at cofh.asm.LoadingPlugin.<init>(LoadingPlugin.java:34) ~[CoFHCore-2.0.0.5.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:501) ~[forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1558-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ClassNotFoundException: argo.jdom.JsonNode
at java.net.URLClassLoader$1.run(URLClassLoader.java:202) ~[?:1.6.0_65]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_65]
at java.net.URLClassLoader.findClass(URLClassLoader.java:190) ~[?:1.6.0_65]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.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]
... 17 more
Exception in thread "main" [22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.NoClassDefFoundError: argo/jdom/JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at codechicken.core.launch.DepLoader.load(DepLoader.java:620)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cofh.asm.LoadingPlugin.<init>(LoadingPlugin.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance0(Class.java:357)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.newInstance(Class.java:310)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:501)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.ClassNotFoundException: argo.jdom.JsonNode
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.AccessController.doPrivileged(Native Method)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[22:11:34] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 17 more