Jump to content

Recommended Posts

Posted

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?

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

    • Version 1.19 - Forge 41.0.63 I want to create a wolf entity that I can ride, so far it seems to be working, but the problem is that when I get on the wolf, I can’t control it. I then discovered that the issue is that the server doesn’t detect that I’m riding the wolf, so I’m struggling with synchronization. However, it seems to not be working properly. As I understand it, the server receives the packet but doesn’t register it correctly. I’m a bit new to Java, and I’ll try to provide all the relevant code and prints *The comments and prints are translated by chatgpt since they were originally in Spanish* Thank you very much in advance No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. MountableWolfEntity package com.vals.valscraft.entity; import com.vals.valscraft.network.MountSyncPacket; import com.vals.valscraft.network.NetworkHandler; import net.minecraft.client.Minecraft; import net.minecraft.network.syncher.EntityDataAccessor; import net.minecraft.network.syncher.EntityDataSerializers; import net.minecraft.network.syncher.SynchedEntityData; import net.minecraft.server.MinecraftServer; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.EntityType; import net.minecraft.world.entity.Mob; import net.minecraft.world.entity.ai.attributes.AttributeSupplier; import net.minecraft.world.entity.ai.attributes.Attributes; import net.minecraft.world.entity.animal.Wolf; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.Entity; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.network.PacketDistributor; public class MountableWolfEntity extends Wolf { private boolean hasSaddle; private static final EntityDataAccessor<Byte> DATA_ID_FLAGS = SynchedEntityData.defineId(MountableWolfEntity.class, EntityDataSerializers.BYTE); public MountableWolfEntity(EntityType<? extends Wolf> type, Level level) { super(type, level); this.hasSaddle = false; } @Override protected void defineSynchedData() { super.defineSynchedData(); this.entityData.define(DATA_ID_FLAGS, (byte)0); } public static AttributeSupplier.Builder createAttributes() { return Wolf.createAttributes() .add(Attributes.MAX_HEALTH, 20.0) .add(Attributes.MOVEMENT_SPEED, 0.3); } @Override public InteractionResult mobInteract(Player player, InteractionHand hand) { ItemStack itemstack = player.getItemInHand(hand); if (itemstack.getItem() == Items.SADDLE && !this.hasSaddle()) { if (!player.isCreative()) { itemstack.shrink(1); } this.setSaddle(true); return InteractionResult.SUCCESS; } else if (!level.isClientSide && this.hasSaddle()) { player.startRiding(this); MountSyncPacket packet = new MountSyncPacket(true); // 'true' means the player is mounted NetworkHandler.CHANNEL.sendToServer(packet); // Ensure the server handles the packet return InteractionResult.SUCCESS; } return InteractionResult.PASS; } @Override public void travel(Vec3 travelVector) { if (this.isVehicle() && this.getControllingPassenger() instanceof Player) { System.out.println("The wolf has a passenger."); System.out.println("The passenger is a player."); Player player = (Player) this.getControllingPassenger(); // Ensure the player is the controller this.setYRot(player.getYRot()); this.yRotO = this.getYRot(); this.setXRot(player.getXRot() * 0.5F); this.setRot(this.getYRot(), this.getXRot()); this.yBodyRot = this.getYRot(); this.yHeadRot = this.yBodyRot; float forward = player.zza; float strafe = player.xxa; if (forward <= 0.0F) { forward *= 0.25F; } this.flyingSpeed = this.getSpeed() * 0.1F; this.setSpeed((float) this.getAttributeValue(Attributes.MOVEMENT_SPEED) * 1.5F); this.setDeltaMovement(new Vec3(strafe, travelVector.y, forward).scale(this.getSpeed())); this.calculateEntityAnimation(this, false); } else { // The wolf does not have a passenger or the passenger is not a player System.out.println("No player is mounted, or the passenger is not a player."); super.travel(travelVector); } } public boolean hasSaddle() { return this.hasSaddle; } public void setSaddle(boolean hasSaddle) { this.hasSaddle = hasSaddle; } @Override protected void dropEquipment() { super.dropEquipment(); if (this.hasSaddle()) { this.spawnAtLocation(Items.SADDLE); this.setSaddle(false); } } @SubscribeEvent public static void onServerTick(TickEvent.ServerTickEvent event) { if (event.phase == TickEvent.Phase.START) { MinecraftServer server = net.minecraftforge.server.ServerLifecycleHooks.getCurrentServer(); if (server != null) { for (ServerPlayer player : server.getPlayerList().getPlayers()) { if (player.isPassenger() && player.getVehicle() instanceof MountableWolfEntity) { MountableWolfEntity wolf = (MountableWolfEntity) player.getVehicle(); System.out.println("Tick: " + player.getName().getString() + " is correctly mounted on " + wolf); } } } } } private boolean lastMountedState = false; @Override public void tick() { super.tick(); if (!this.level.isClientSide) { // Only on the server boolean isMounted = this.isVehicle() && this.getControllingPassenger() instanceof Player; // Only print if the state changed if (isMounted != lastMountedState) { if (isMounted) { Player player = (Player) this.getControllingPassenger(); // Verify the passenger is a player System.out.println("Server: Player " + player.getName().getString() + " is now mounted."); } else { System.out.println("Server: The wolf no longer has a passenger."); } lastMountedState = isMounted; } } } @Override public void addPassenger(Entity passenger) { super.addPassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(true)); } } } @Override public void removePassenger(Entity passenger) { super.removePassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is no longer mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(false)); } } } @Override public boolean isControlledByLocalInstance() { Entity entity = this.getControllingPassenger(); return entity instanceof Player; } @Override public void positionRider(Entity passenger) { if (this.hasPassenger(passenger)) { double xOffset = Math.cos(Math.toRadians(this.getYRot() + 90)) * 0.4; double zOffset = Math.sin(Math.toRadians(this.getYRot() + 90)) * 0.4; passenger.setPos(this.getX() + xOffset, this.getY() + this.getPassengersRidingOffset() + passenger.getMyRidingOffset(), this.getZ() + zOffset); } } } MountSyncPacket package com.vals.valscraft.network; import com.vals.valscraft.entity.MountableWolfEntity; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class MountSyncPacket { private final boolean isMounted; public MountSyncPacket(boolean isMounted) { this.isMounted = isMounted; } public void encode(FriendlyByteBuf buffer) { buffer.writeBoolean(isMounted); } public static MountSyncPacket decode(FriendlyByteBuf buffer) { return new MountSyncPacket(buffer.readBoolean()); } public void handle(NetworkEvent.Context context) { context.enqueueWork(() -> { ServerPlayer player = context.getSender(); // Get the player from the context if (player != null) { // Verifies if the player has dismounted if (!isMounted) { Entity vehicle = player.getVehicle(); if (vehicle instanceof MountableWolfEntity wolf) { // Logic to remove the player as a passenger wolf.removePassenger(player); System.out.println("Server: Player " + player.getName().getString() + " is no longer mounted."); } } } }); context.setPacketHandled(true); // Marks the packet as handled } } networkHandler package com.vals.valscraft.network; import com.vals.valscraft.valscraft; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.network.NetworkRegistry; import net.minecraftforge.network.simple.SimpleChannel; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class NetworkHandler { private static final String PROTOCOL_VERSION = "1"; public static final SimpleChannel CHANNEL = NetworkRegistry.newSimpleChannel( new ResourceLocation(valscraft.MODID, "main"), () -> PROTOCOL_VERSION, PROTOCOL_VERSION::equals, PROTOCOL_VERSION::equals ); public static void init() { int packetId = 0; // Register the mount synchronization packet CHANNEL.registerMessage( packetId++, MountSyncPacket.class, MountSyncPacket::encode, MountSyncPacket::decode, (msg, context) -> msg.handle(context.get()) // Get the context with context.get() ); } }  
    • Do you use features of inventory profiles next (ipnext) or is there a change without it?
    • Remove rubidium - you are already using embeddium, which is a fork of rubidium
  • Topics

×
×
  • Create New...

Important Information

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