Jump to content

[SOLVED] Forge 4.0.0.241 Class not found?


iRoblox

Recommended Posts

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?

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • C:\Minecraft Server>java -Xmx4096M -Xms1024M -jar server.jar nogui Starting net.minecraft.server.Main ERROR StatusConsoleListener Unable to delete file C:\Minecraft Server\logs\latest.log: java.nio.file.FileSystemException C:\Minecraft Server\logs\latest.log: The process cannot access the file because it is being used by another process ^CTerminate batch job (Y/N)?
    • Oke i tried to download a different mod and try that out on my server and i get the same error. Now i know for a fact that my port forwarding and server is working properly, because i can join them without adding any mods into the server file, but then i dont know what i am doing wrong 
    • Salutation to you ladies and gentlemen, i must confidently say a very big thanks to Fastfundrecovery8 AT GMAIL COM for their tremendous action taken over my case immediately brought to their table, i saw how the whole process was going, and i wisperred to myself and said indeed i am previlledge to know such a legitimate recovery company who is very understable and do not stress their client over recovery software tools, Fastfunds Recovery are good in keeping to time, punctuality, I was scammed last year December 18, i realized that my long investment which i inteded to withdraw has long been a scam, got so frustrated, hired 4 recovery hackers which ended up taking money from me and i couldn't contact them anymore, i went through emotional pains and betrayer, wasn't easy for me at that moment, am very greatful for FastFunds Recovery, who was referred to me by a civil engineer who i was opportuned to share part of my story with and he was like i have a cyber friend do reach and say i'm from Pato's, that's how i got in touch with fastfundsrecovery8(@)gmail(.)com, do inform FastFunds recovery for any cyber issues. Fastfundsrecovery8 AT GMAIL WILL ALWAYS HELP GET BACK YOUR FUNDS.
    • Hello everyone i have made a server with forge and have added pixelmon into the server. But for some reason i keep getting "Internal Exception: io.netty.handles.codec.DecoderException: Not enough bytes in buffer, expected 105, byt got 48". I tried upping the ram of the server to 2GB but it didnt solve anything. I have 16 GB of ram on my pc (where i host the server), but i cant seem to get it to work. Pixelmon does work when i try to go into singleplayer, but for some reason just doesnt work online   Edit: server logs sais nothing aswell [18:55:49] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [18:55:50] [ServerMain/INFO]: Loaded 7 recipes [18:55:51] [ServerMain/INFO]: Loaded 1271 advancements [18:55:51] [Server thread/INFO]: Starting minecraft server version 1.20.2 [18:55:51] [Server thread/INFO]: Loading properties [18:55:51] [Server thread/INFO]: Default game type: SURVIVAL [18:55:51] [Server thread/INFO]: Generating keypair [18:55:51] [Server thread/INFO]: Starting Minecraft server on *:xxxx [18:55:51] [Server thread/INFO]: Using default channel type [18:55:51] [Server thread/INFO]: Preparing level "world" [18:55:52] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [18:55:53] [Worker-Main-8/INFO]: Preparing spawn area: 0% [18:55:53] [Worker-Main-8/INFO]: Preparing spawn area: 0% [18:55:53] [Worker-Main-8/INFO]: Preparing spawn area: 0% [18:55:53] [Worker-Main-12/INFO]: Preparing spawn area: 0% [18:55:54] [Worker-Main-11/INFO]: Preparing spawn area: 31% [18:55:54] [Server thread/INFO]: Time elapsed: 2344 ms [18:55:54] [Server thread/INFO]: Done (2.865s)! For help, type "help" [18:55:56] [User Authenticator #1/INFO]: UUID of player kemal007023 is 9a2a1dff-fa06-4e29-b57d-b1e6afb2db87 [18:55:56] [Server thread/INFO]: kemal007023[/xxxx] logged in with entity id 271 at (9.497695306619189, 68.0, 10.973182362716573) [18:55:56] [Server thread/INFO]: kemal007023 joined the game [18:55:56] [Server thread/INFO]: kemal007023 lost connection: Disconnected [18:55:56] [Server thread/INFO]: kemal007023 left the game [18:56:00] [User Authenticator #2/INFO]: UUID of player kemal007023 is 9a2a1dff-fa06-4e29-b57d-b1e6afb2db87 [18:56:00] [Server thread/INFO]: kemal007023[xxxx] logged in with entity id 272 at (9.497695306619189, 68.0, 10.973182362716573) [18:56:00] [Server thread/INFO]: kemal007023 joined the game [18:56:00] [Server thread/INFO]: kemal007023 lost connection: Disconnected [18:56:00] [Server thread/INFO]: kemal007023 left the game  
    • Hi, im making a BlockEntity that can contain fluids, and render them in the GUI, only one fluid works perfectly, I can fill or drain it, sync it to the client, and render it. The problem comes when i try to have two fluids in the same GUI, depending on what I delete or leave, the fluids act differently; for example, deleting both of them from "saveAdditional" and "load" methods makes that the fluids cannot render. Also, it can only render one fluid alone, or again, render one fluid, but twice (copies one fluid to the other one). FYI the left one is water, the right one is a red custom fluid. How can I fix this? BoilerBlockEntity: https://pastebin.com/e6b2U3sD BoilerMenu: https://pastebin.com/D375yCNr BoilerScreen: https://pastebin.com/WMrK83Du 
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.