Is updating java to 7 the only fix? Im on a mac and we get our java updates via system update and we cannot manually download the updates from the java website. As of right now i have no updates waiting to be installed and i am on java 6, so i pretty much can't do anything about java.. so is there anything else? This also happened when i tried adding the ic2 jar to the mods folder as i was adding a bunch of mods and checking them. All the other mods in the list worked fine until i added ic2 to the picture. Any help is appreciated
Heres my error
Mods loaded: 16
ModLoader 1.2.5
mod_CodeChickenCore 0.5.2
mod_4096Fix v4 for 1.2.5
mod_MinecraftForge 3.1.2.90
mod_NotEnoughItems 1.2.2
mod_EnderStorage 1.1.1
mod_AdditionalBuildcraftObjects 0.9.1-97 (MC 1.2.5, BC 3.1.5)
mod_AdditionalBuildcraftObjects 0.9.1-97 (MC 1.2.5, BC 3.1.5)
mod_BuildCraftCore 3.1.5
mod_BuildCraftBuilders 3.1.5
mod_BuildCraftEnergy 3.1.5
mod_BuildCraftFactory 3.1.5
mod_BuildCraftTransport 3.1.5
mod_AdditionalPipes 3.1.0 (Minecraft 1.2.5, Buildcraft 3.1.5, Forge 3.1.3.103)
mod_BuildCraftSilicon 3.1.5
mod_IC2 v1.95
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 9ee5c26 --------
Generated 5/8/12 3:07 PM
Minecraft: Minecraft 1.2.5
OS: Mac OS X (i386) version 10.6.8
Java: 1.6.0_31, Apple Inc.
VM: Java HotSpot Client VM (mixed mode), Apple Inc.
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 4670 OpenGL Engine version 2.1 ATI-1.6.36, ATI Technologies Inc.
java.lang.NoClassDefFoundError: paulscode/sound/SoundSystemConfig
at ic2.platform.AudioManager.initialize(AudioManager.java:73)
at mod_IC2.load(mod_IC2.java:148)
at ModLoader.init(ModLoader.java:891)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.<init>(ahu.java:77)
at ahu.<clinit>(ahu.java:8)
at net.minecraft.client.Minecraft.a(Minecraft.java:394)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystemConfig
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 9 more
--- END ERROR REPORT b805a351 ----------