After Mojang page, This happens

  • First to say I have been able to install mods such as industrial craft for a while, in previous versions of minecraft, Forge, mod loader etc. I have been fine and have never gotten this error before. This time this happened, My only possible explanation is that its something to do that when I try to adjust my sound I get a crash then an Error log, if anyone asks I will post the error log about the sound bug but for now I will only post the Error Log for the startup. Also I am going to say that I just registered on this forum so sorry if i should've posted this in the bugs part but it didn't look like people posted stuff like this in there.

    Display Spoiler

    Error Log-Startup:


    Minecraft has crashed!

    ----------------------


    Minecraft has stopped running because it encountered a problem; Failed to start game

    This error has been saved to /Users/timberry/Library/Application Support/minecraft/crash-reports/crash-2012-10-05_21.40.36-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.


    --- BEGIN ERROR REPORT 90412b72 --------

    Generated 10/5/12 9:40 PM


    - Minecraft Version: 1.3.2

    - Operating System: Mac OS X (i386) version 10.8.1

    - Java Version: 1.6.0_35, Apple Inc.

    - Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Apple Inc.

    - Memory: 489236640 bytes (466 MB) / 535232512 bytes (510 MB) up to 1070399488 bytes (1020 MB)

    - JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M

    - FML: FML v3.0.196.366 Minecraft Forge 4.1.1.251 Optifine OptiFine_1.3.2_HD_U_B3 10 mods loaded, 10 mods active

    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized

    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized

    mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized

    mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized

    mod_ModLoaderMp [mod_ModLoaderMp] (minecraft.jar) Unloaded->Constructed->Pre-initialized

    mod_WorldEditCUI [mod_WorldEditCUI] (minecraft.jar) Unloaded->Constructed->Pre-initialized

    mod_CameraStudio [mod_CameraStudio] (CameraStudioV2) Unloaded->Constructed->Pre-initialized

    mod_InvTweaks [Inventory Tweaks] (InvTweaks-1) Unloaded->Constructed->Pre-initialized

    mod_ReiMinimap [mod_ReiMinimap] ([1-1) Unloaded->Constructed->Pre-initialized

    IC2 [IndustrialCraft 2] (industrialcraft-2_1.106.jar) Unloaded->Constructed->Errored

    - LWJGL: 2.4.2

    - OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-8.0.51, NVIDIA Corporation

    - Is Modded: Definitely; 'forge,fml'

    - Type: Client

    - Texture Pack: Default

    - Profiler Position: N/A (disabled)


    cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException

    at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)

    at cpw.mods.fml.common.Loader.loadMods(Loader.java:461)

    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:144)

    at net.minecraft.client.Minecraft.a(Minecraft.java:405)

    at net.minecraft.client.Minecraft.run(Minecraft.java:737)

    at java.lang.Thread.run(Thread.java:680)

    Caused by: java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:371)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

    at com.google.common.eventbus.EventBus.post(EventBus.java:268)

    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

    at com.google.common.eventbus.EventBus.post(EventBus.java:268)

    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)

    at cpw.mods.fml.common.Loader.loadMods(Loader.java:460)

    ... 4 more

    Caused by: java.lang.NoClassDefFoundError: paulscode/sound/SoundSystemConfig

    at ic2.common.AudioManagerClient.initialize(AudioManagerClient.java:74)

    at ic2.common.IC2.load(IC2.java:227)

    ... 30 more

    Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystemConfig

    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    ... 32 more

    Caused by: java.lang.NullPointerException

    at org.objectweb.asm.ClassReader.<init>(Unknown Source)

    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)

    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)

    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)

    ... 34 more

    --- END ERROR REPORT 9c1ff393 ----------