iRoblox Posted September 8, 2012 Posted September 8, 2012 So, newbie here, the first time i launch forge all by itself on a clean .minecraft, it works perfectly fine. Then, I put the Universal Electricity mod in the mods folder, and minecraft crashes when I try to generate a new world. UE doesn't seem to be causing the error; instead it looks like I'm missing a .class... Anyways, heres the log: 2012-09-08 16:56:03 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.165.344 for Minecraft client:1.3.2, server:1.3.2 loading 2012-09-08 16:56:03 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-09-08 16:56:03 [FINEST] [ForgeModLoader] Discovering coremods 2012-09-08 16:56:03 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-09-08 16:56:03 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-09-08 16:56:03 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-09-08 16:56:03 [FINEST] [ForgeModLoader] Running coremod plugins 2012-09-08 16:56:03 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-09-08 16:56:04 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-09-08 16:56:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-09-08 16:56:04 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-09-08 16:56:04 [FINEST] [ForgeModLoader] Validating minecraft 2012-09-08 16:56:04 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2012-09-08 16:56:06 [iNFO] [sTDOUT] 27 achievements 2012-09-08 16:56:06 [iNFO] [sTDOUT] 195 recipes 2012-09-08 16:56:06 [iNFO] [sTDOUT] Setting user: iRoblox, 17277642eb05c35a3b567143f9897f12479c6fe4 2012-09-08 16:56:06 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2012-09-08 16:56:09 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-09-08 16:56:09 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Skipping known library file /Users/wang/Library/Application Support/minecraft/bin/lwjgl.jar 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Skipping known library file /Users/wang/Library/Application Support/minecraft/bin/jinput.jar 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Skipping known library file /Users/wang/Library/Application Support/minecraft/bin/lwjgl_util.jar 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Found a minecraft related file at /Users/wang/Library/Application Support/minecraft/bin/minecraft.jar, examining for mod candidates 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Skipping known library file /Users/wang/Library/Application Support/minecraft/lib/argo-2.25.jar 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Skipping known library file /Users/wang/Library/Application Support/minecraft/lib/guava-12.0.1.jar 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Skipping known library file /Users/wang/Library/Application Support/minecraft/lib/asm-all-4.0.jar 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-09-08 16:56:09 [iNFO] [ForgeModLoader] Searching /Users/wang/Library/Application Support/minecraft/mods for mods 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Found a candidate zip or jar file Universal Electricity_v0.7.0.86.zip 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-09-08 16:56:09 [iNFO] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2012-09-08 16:56:09 [sEVERE] [ForgeModLoader] Unable to read a class file correctly java.lang.ArrayIndexOutOfBoundsException: 199 at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41) at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51) at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30) at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:47) at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:101) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:316) at cpw.mods.fml.common.Loader.loadMods(Loader.java:436) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:141) 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) 2012-09-08 16:56:09 [sEVERE] [ForgeModLoader] There was a problem reading the entry __MACOSX/._a.class in the jar /Users/wang/Library/Application Support/minecraft/bin/minecraft.jar - probably a corrupt zip cpw.mods.fml.common.LoaderException: java.lang.ArrayIndexOutOfBoundsException: 199 at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:47) at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51) at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30) at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:47) at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:101) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:316) at cpw.mods.fml.common.Loader.loadMods(Loader.java:436) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:141) 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.ArrayIndexOutOfBoundsException: 199 at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41) ... 10 more 2012-09-08 16:56:09 [WARNING] [ForgeModLoader] Zip file minecraft.jar failed to read properly, it will be ignored cpw.mods.fml.common.LoaderException: java.lang.ArrayIndexOutOfBoundsException: 199 at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:47) at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:51) at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30) at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:47) at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:101) at cpw.mods.fml.common.Loader.identifyMods(Loader.java:316) at cpw.mods.fml.common.Loader.loadMods(Loader.java:436) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:141) 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.ArrayIndexOutOfBoundsException: 199 at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at cpw.mods.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:41) ... 10 more 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Examining file Universal Electricity_v0.7.0.86.zip for potential mods 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Located mcmod.info file in file Universal Electricity_v0.7.0.86.zip 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Identified a FMLMod type mod universalelectricity.basiccomponents.BasicComponents 2012-09-08 16:56:09 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [*] 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Identified a FMLMod type mod universalelectricity.UniversalElectricity 2012-09-08 16:56:09 [FINEST] [ForgeModLoader] Parsed dependency info : [] [*] [] 2012-09-08 16:56:09 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Received a system property request '' 2012-09-08 16:56:09 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-09-08 16:56:09 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Activating mod FML 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Activating mod Forge 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Enabling mod BasicComponenets 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Activating mod BasicComponenets 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Enabling mod UniversalElectricity 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Activating mod UniversalElectricity 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-09-08 16:56:09 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Mod sorting data: 2012-09-08 16:56:09 [FINE] [ForgeModLoader] BasicComponenets(Basic Componenets:0.7.0): Universal Electricity_v0.7.0.86.zip (before:*) 2012-09-08 16:56:09 [FINE] [ForgeModLoader] UniversalElectricity(Universal Electricity:0.7.0): Universal Electricity_v0.7.0.86.zip (after:*) 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f to mod FML 2012-09-08 16:56:09 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f delivered to mod FML 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f to mod Forge 2012-09-08 16:56:09 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f delivered to mod Forge 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f to mod BasicComponenets 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BasicComponenets 2012-09-08 16:56:09 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f delivered to mod BasicComponenets 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f to mod UniversalElectricity 2012-09-08 16:56:09 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into UniversalElectricity 2012-09-08 16:56:09 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@3bea817f delivered to mod UniversalElectricity 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f to mod FML 2012-09-08 16:56:09 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f delivered to mod FML 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f to mod Forge 2012-09-08 16:56:09 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f delivered to mod Forge 2012-09-08 16:56:09 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f to mod BasicComponenets 2012-09-08 16:56:09 [iNFO] [sTDOUT] Loaded Universal Electricity Mod: Basic Componenets 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f delivered to mod BasicComponenets 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f to mod UniversalElectricity 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@2ac9f93f delivered to mod UniversalElectricity 2012-09-08 16:56:10 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: paulscode/sound/libraries/LibraryLWJGLOpenAL 2012-09-08 16:56:10 [iNFO] [sTDERR] at ayq.d(SoundManager.java:94) 2012-09-08 16:56:10 [iNFO] [sTDERR] at ayq.a(SoundManager.java:75) 2012-09-08 16:56:10 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:436) 2012-09-08 16:56:10 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737) 2012-09-08 16:56:10 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:680) 2012-09-08 16:56:10 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: paulscode.sound.libraries.LibraryLWJGLOpenAL 2012-09-08 16:56:10 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:100) 2012-09-08 16:56:10 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 2012-09-08 16:56:10 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) 2012-09-08 16:56:10 [iNFO] [sTDERR] ... 5 more 2012-09-08 16:56:10 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2012-09-08 16:56:10 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source) 2012-09-08 16:56:10 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27) 2012-09-08 16:56:10 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:142) 2012-09-08 16:56:10 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:93) 2012-09-08 16:56:10 [iNFO] [sTDERR] ... 7 more 2012-09-08 16:56:10 [iNFO] [sTDERR] error linking with the LibraryJavaSound plug-in 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 to mod FML 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 delivered to mod FML 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 to mod Forge 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 delivered to mod Forge 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 to mod BasicComponenets 2012-09-08 16:56:10 [iNFO] [sTDOUT] MinecraftForge v4.0.0.241 Initialized 2012-09-08 16:56:10 [iNFO] [ForgeModLoader] MinecraftForge v4.0.0.241 Initialized 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 delivered to mod BasicComponenets 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 to mod UniversalElectricity 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@2ac02d83 delivered to mod UniversalElectricity 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b to mod FML 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b delivered to mod FML 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b to mod Forge 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b delivered to mod Forge 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b to mod BasicComponenets 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b delivered to mod BasicComponenets 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b to mod UniversalElectricity 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@683a3e1b delivered to mod UniversalElectricity 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b to mod FML 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b delivered to mod FML 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b to mod Forge 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b delivered to mod Forge 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b to mod BasicComponenets 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b delivered to mod BasicComponenets 2012-09-08 16:56:10 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b to mod UniversalElectricity 2012-09-08 16:56:10 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@4f27077b delivered to mod UniversalElectricity 2012-09-08 16:56:10 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods 2012-09-08 16:56:11 [iNFO] [sTDOUT] ########## GL ERROR ########## 2012-09-08 16:56:11 [iNFO] [sTDOUT] @ Pre render 2012-09-08 16:56:11 [iNFO] [sTDOUT] 1281: Invalid value 2012-09-08 16:57:54 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem 2012-09-08 16:57:54 [iNFO] [sTDERR] at ayq.a(SoundManager.java:313) 2012-09-08 16:57:54 [iNFO] [sTDERR] at apn.a(SourceFile:63) 2012-09-08 16:57:54 [iNFO] [sTDERR] at apn.d(SourceFile:112) 2012-09-08 16:57:54 [iNFO] [sTDERR] at apn.m(SourceFile:100) 2012-09-08 16:57:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1482) 2012-09-08 16:57:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:834) 2012-09-08 16:57:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764) 2012-09-08 16:57:54 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:680) 2012-09-08 16:57:54 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystem 2012-09-08 16:57:54 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:100) 2012-09-08 16:57:54 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 2012-09-08 16:57:54 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) 2012-09-08 16:57:54 [iNFO] [sTDERR] ... 8 more 2012-09-08 16:57:54 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2012-09-08 16:57:54 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source) 2012-09-08 16:57:54 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27) 2012-09-08 16:57:54 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:142) 2012-09-08 16:57:54 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:93) 2012-09-08 16:57:54 [iNFO] [sTDERR] ... 10 more 2012-09-08 16:58:04 [iNFO] [sTDOUT] Stopping! 2012-09-08 16:58:04 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem 2012-09-08 16:58:04 [iNFO] [sTDERR] at ayq.b(SoundManager.java:144) 2012-09-08 16:58:04 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.e(Minecraft.java:714) 2012-09-08 16:58:04 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:794) 2012-09-08 16:58:04 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:680) And here's the crash report: ---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3 Time: 9/8/12 4:58 PM Description: Unexpected error java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem at ayq.a(SoundManager.java:313) at apn.a(SourceFile:63) at apn.d(SourceFile:112) at apn.m(SourceFile:100) at net.minecraft.client.Minecraft.l(Minecraft.java:1482) at net.minecraft.client.Minecraft.J(Minecraft.java:834) at net.minecraft.client.Minecraft.run(Minecraft.java:764) at java.lang.Thread.run(Thread.java:680) Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystem at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:100) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 8 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:142) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:93) ... 10 more Relevant Details: - Minecraft Version: 1.3.2 - Operating System: Mac OS X (x86_64) version 10.7.4 - Java Version: 1.6.0_35, Apple Inc. - Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc. - Memory: 495949856 bytes (472 MB) / 581435392 bytes (554 MB) up to 1065025536 bytes (1015 MB) - JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M - FML: FML v3.0.165.344 Minecraft Forge 4.0.0.241 4 mods loaded, 4 mods active FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available BasicComponenets [basic Componenets] (Universal Electricity_v0.7.0.86.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available UniversalElectricity [universal Electricity] (Universal Electricity_v0.7.0.86.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available - LWJGL: 2.4.2 - OpenGL: NVIDIA GeForce GT 330M OpenGL Engine GL version 2.1 NVIDIA-7.18.18, NVIDIA Corporation - Is Modded: Definitely; 'forge,fml' - Type: Client - Texture Pack: Default - Profiler Position: N/A (disabled) Help? Anyone? Quote
LexManos Posted September 8, 2012 Posted September 8, 2012 Re-install Forge and MERGE don't replace. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
iRoblox Posted September 10, 2012 Author Posted September 10, 2012 Thanks! I merged the sound codex and it worked like a charm! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.