Jump to content

Mod only works in eclipse, not in minecraft


MaxM12

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

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



×
×
  • Create New...

Important Information

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