Posted April 28, 201213 yr Hey Forge Forums, I recently wrapped up another batch of my mods, and discovered that (despite having no errors in Eclipse, and not actually ever changing anything in the Modloader.java class), recompiling the mod resulted in a Modloader error. This Modloader.java issue seems to result directly from the install.cmd that Forge came with, but my earlier searching informed me that it was likely a result of my Java version. I updated, and my Java version is now 1.6.0_32, and I am still getting the error. Does anyone know some way to fix this? Have a modding question? PM me and hopefully I'll be able to help. Good at 2d Pixel Art? We need your help! http://www.minecraftforum.net/topic/1806355-looking-for-2d-pixel-artist/
April 28, 201213 yr Without the error we cannot see. Supply the error, those are the rules in the stickied post. Do note that ModLoader as of late has been changing the camelCase of some of the function names to be more consistent, that might be your problem. If it is then this is the only time you should need to make that change.
April 28, 201213 yr Author It had to do with the methods in the Modloader.java file that used <T, E> T return formats. I changed them to <T, E> T for the sake of compiling it, and that fixed it. No further errors. This is solved. I apologize regarding the initial post format, I'm new here and, to be honest, it's a very overwhelming amount of information considering that I'm already dealing with complicated stuff like modding. Cya! Have a modding question? PM me and hopefully I'll be able to help. Good at 2d Pixel Art? We need your help! http://www.minecraftforum.net/topic/1806355-looking-for-2d-pixel-artist/
April 29, 201213 yr Thats a java bug, update your java past 31/32 I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
April 29, 201213 yr Author I tried updating to 32, which, as I understand, is the most recent. The bug persisted, so I changed the code. Are there any ill effects to doing so? Have a modding question? PM me and hopefully I'll be able to help. Good at 2d Pixel Art? We need your help! http://www.minecraftforum.net/topic/1806355-looking-for-2d-pixel-artist/
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.