Posted August 26, 201213 yr Hey guy's, I use the Forge build 230 and have a problem. When i test my mod on MCP everything works but when i reobfuscate the mod and add the texture folder in it i get a crash with these errors: 2012-08-26 17:42:35 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.148.332 for Minecraft client:1.3.2, server:1.3.2 loading 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Discovering coremods 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Running coremod plugins 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Validating minecraft 2012-08-26 17:42:35 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2012-08-26 17:42:36 [iNFO] [sTDOUT] 27 achievements 2012-08-26 17:42:36 [iNFO] [sTDOUT] 195 recipes 2012-08-26 17:42:36 [iNFO] [sTDOUT] Setting user: Zcelo12, 12345 2012-08-26 17:42:36 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2012-08-26 17:42:37 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization 2012-08-26 17:42:37 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Vitalij\AppData\Roaming\.minecraft\bin\lwjgl.jar 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Vitalij\AppData\Roaming\.minecraft\bin\jinput.jar 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Vitalij\AppData\Roaming\.minecraft\bin\lwjgl_util.jar 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Vitalij\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Vitalij\AppData\Roaming\.minecraft\lib\argo-2.25.jar 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Vitalij\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Vitalij\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2012-08-26 17:42:37 [iNFO] [ForgeModLoader] Searching C:\Users\Vitalij\AppData\Roaming\.minecraft\mods for mods 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Found a candidate zip or jar file FloraCraft²-1.9BETA.zip 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2012-08-26 17:42:37 [iNFO] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Examining file FloraCraft²-1.9BETA.zip for potential mods 2012-08-26 17:42:37 [iNFO] [ForgeModLoader] The mod container FloraCraft²-1.9BETA.zip appears to be missing an mcmod.info file 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Identified a FMLMod type mod mod_Food_Plants 2012-08-26 17:42:37 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] [] 2012-08-26 17:42:37 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Received a system property request '' 2012-08-26 17:42:37 [FINE] [ForgeModLoader] System property request managing the state of 0 mods 2012-08-26 17:42:37 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Activating mod FML 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Activating mod Forge 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Enabling mod FloraCraft² 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Activating mod FloraCraft² 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied 2012-08-26 17:42:37 [FINE] [ForgeModLoader] All mod requirements are satisfied 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Sorting mods into an ordered list 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Mod sorting completed successfully 2012-08-26 17:42:37 [FINE] [ForgeModLoader] Mod sorting data: 2012-08-26 17:42:37 [FINE] [ForgeModLoader] FloraCraft²(FloraCraft²:1.9 BETA): FloraCraft²-1.9BETA.zip () 2012-08-26 17:42:37 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@d663f8 to mod FML 2012-08-26 17:42:37 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@d663f8 delivered to mod FML 2012-08-26 17:42:37 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@d663f8 to mod Forge 2012-08-26 17:42:37 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@d663f8 delivered to mod Forge 2012-08-26 17:42:37 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@d663f8 to mod FloraCraft² 2012-08-26 17:42:38 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into FloraCraft² 2012-08-26 17:42:38 [sEVERE] [ForgeModLoader] An error occured trying to load a proxy into {clientSide=net.minecraft.src.ClientProxy, serverSide=net.minecraft.src.CommonProxy}.mod_Food_Plants java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:99) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:287) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:438) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:137) at net.minecraft.client.Minecraft.a(Minecraft.java:405) at net.minecraft.client.Minecraft.run(Minecraft.java:737) at java.lang.Thread.run(Unknown Source) 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:141) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:92) ... 32 more 2012-08-26 17:42:38 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@d663f8 delivered to mod FloraCraft² 2012-08-26 17:42:38 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue 2012-08-26 17:42:38 [sEVERE] [ForgeModLoader] Forge Mod Loader (coremods) Unloaded->Constructed FloraCraft² (FloraCraft²-1.9BETA.zip) Unloaded->Errored Minecraft Forge (coremods) Unloaded->Constructed 2012-08-26 17:42:38 [sEVERE] [ForgeModLoader] The following problems were captured during this phase 2012-08-26 17:42:38 [sEVERE] [ForgeModLoader] Caught exception from FloraCraft² cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:68) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:287) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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:438) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:137) at net.minecraft.client.Minecraft.a(Minecraft.java:405) at net.minecraft.client.Minecraft.run(Minecraft.java:737) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:99) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51) ... 26 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:141) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:92) ... 32 more 2012-08-26 17:42:48 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:102) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:439) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:137) 2012-08-26 17:42:48 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:405) 2012-08-26 17:42:48 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737) 2012-08-26 17:42:48 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] Caused by: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:68) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:287) 2012-08-26 17:42:48 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-08-26 17:42:48 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:123) 2012-08-26 17:42:48 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-08-26 17:42:48 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-08-26 17:42:48 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:438) 2012-08-26 17:42:48 [iNFO] [sTDERR] ... 4 more 2012-08-26 17:42:48 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:99) 2012-08-26 17:42:48 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:54) 2012-08-26 17:42:48 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method) 2012-08-26 17:42:48 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51) 2012-08-26 17:42:48 [iNFO] [sTDERR] ... 26 more 2012-08-26 17:42:48 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2012-08-26 17:42:48 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:141) 2012-08-26 17:42:48 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:92) 2012-08-26 17:42:48 [iNFO] [sTDERR] ... 32 more
August 27, 201213 yr Author Ok, now I put all my files into cpw.mods.floracraft . But I get a lot of Errors because Block, ModLoader, .setBlockName , etc. aren't imported and I cant use import net.minecraft.src.* . It only works when i import them several like import net.minecraft.src.Block . Can someone help me with this?
August 27, 201213 yr import net.minecraft.src.*; should work, its working for me. I'd also suggest moving your files again, you should not be using someone else's folder at all. use zcelo.floracraft
August 27, 201213 yr Author I done everything you said, but still not everything from net.minecraft.src is imported.
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.