Posted May 2, 201312 yr So im having a problem with my mod again, it only works in eclipse :\ error log: 2013-05-02 17:51:04 [sEVERE] [ForgeModLoader] Caught exception from EasySteel java.lang.ClassNotFoundException: cdg.easysteel.src.ESteelBase at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:425) 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:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165) 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:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98) at cpw.mods.fml.common.Loader.loadMods(Loader.java:503) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410) at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) at net.minecraft.client.Minecraft.run(Minecraft.java:732) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException 2013-05-02 17:51:14 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: cdg.easysteel.src.ESteelBase 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:142) 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160) 2013-05-02 17:51:14 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410) 2013-05-02 17:51:14 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 2013-05-02 17:51:14 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732) 2013-05-02 17:51:14 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cdg.easysteel.src.ESteelBase 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238) 2013-05-02 17:51:14 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56) 2013-05-02 17:51:14 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Method) 2013-05-02 17:51:14 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:425) 2013-05-02 17:51:14 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-05-02 17:51:14 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165) 2013-05-02 17:51:14 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-05-02 17:51:14 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-05-02 17:51:14 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98) 2013-05-02 17:51:14 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503) 2013-05-02 17:51:14 [iNFO] [sTDERR] ... 5 more 2013-05-02 17:51:14 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException setup : in mod zip: /cdg/ easysteel/ src/ classes common/ common proxy client/ client proxy
May 2, 201312 yr Author did you put all of your files into the mods folder/the install dir? do you mean the zip or classes, btw either one, yes
May 2, 201312 yr You've put your setup in zip, but what's Your setup in Eclipse? http://imageshack.us/a/img707/2757/senitielsspacemarinemod.png[/img]
May 2, 201312 yr Author You've put your setup in zip, but what's Your setup in Eclipse? MCP - 1.5.1\src\minecraft\cdg\easysteel\src package cdg.easysteel.src;
May 2, 201312 yr My ideas: - did You run recompile.bat? Because You may have run it before, and now it uses older, buggy version - check for strings fed in @SidedProxy() in main mod file, especially for upper/lower case - do You use any national characters in class names? Like ę ą ó ł ś ć? Because this may cause problems - or check for upper/lower case in file names, maybe that's the case. It clearly doesn't find ESteelBase, but at first glance folder structure seems legit. http://imageshack.us/a/img707/2757/senitielsspacemarinemod.png[/img]
May 3, 201312 yr Author My ideas: - did You run recompile.bat? Because You may have run it before, and now it uses older, buggy version - check for strings fed in @SidedProxy() in main mod file, especially for upper/lower case - do You use any national characters in class names? Like ę ą ó ł ś ć? Because this may cause problems - or check for upper/lower case in file names, maybe that's the case. It clearly doesn't find ESteelBase, but at first glance folder structure seems legit. I have released the mod before in a older MCP version (the new one has a new folder) i did it the exact same way as before, it worked before and now not anymore And ESteelBase is my main file...
May 3, 201312 yr minecraft is notorious for its bad lighting, which Mojang claimed to fix in 1.5 does that have any merit to it? It wasnt rendering wrong Communication is a vital tool, in the game industry you won't go anywhere without it. People are either going to learn to talk, or move on.
May 3, 201312 yr minecraft is notorious for its bad lighting, which Mojang claimed to fix in 1.5 does that have any merit to it? It wasnt rendering wrong The lighting glitch (the black areas) are not fixed yet. They reverted their changes before the release because of performance issues. However, they want to fix that when they're working on the Rendering Engine. Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
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.