Posted February 2, 201411 yr So I recently updated my 1.6 mod to 1.7.2 using Forge. I can successfully run my mod (both server and client) in Eclipse without any errors or problems. Then, I successfully build my mod using "gradlew build" to get my .jar file. When placing this in my Minecraft mods folder it black screens, then crashes with a weird error. Here is the link to the Crash Report: https://gist.github.com/anonymous/7ba5730fb7c0fd8a7c3a Please help! I am not sure if it is my mod, or if it is Forge, but any input/advice is greatly appreciated! ~B1u3M0nk3y13
February 3, 201411 yr Something is wrong with your jar. Check it for missing classes and/or wrong packages.
February 3, 201411 yr Author I just went down the list... Everything is there. Im going to try redownloading the latest forge and trying again...
February 3, 201411 yr Author It did not seem to work What I dont understand though, is if my Amberoguia.class is exactly where its supposed to be, why does Forge say its not there... help?
February 3, 201411 yr Author Something is wrong with your jar. Check it for missing classes and/or wrong packages. Do you have any other suggestions?
February 3, 201411 yr Try removing the dots in the jar name. They might conflict with the jar loading.
February 3, 201411 yr Author Try removing the dots in the jar name. They might conflict with the jar loading. I renamed it to just "amberoguia.jar" and still the same thing.
February 4, 201411 yr Author Do you have the manifest within the meta-inf folder ? Yup. The file is called manifest.mf and the exact text inside is: Manifest-Version: 1.0
February 4, 201411 yr Author Do you have the manifest within the meta-inf folder ? So do you have any other suggestions?
February 4, 201411 yr Nothing wrong in that build log. You still have special characters in the path (forge-1.7.2-10.12.0.1023-src) but I am out of ideas, actually.
February 5, 201411 yr Author Nothing wrong in that build log. You still have special characters in the path (forge-1.7.2-10.12.0.1023-src) but I am out of ideas, actually. Thats not very good.... If I provided you with the src/.jar would you be able to to take a look at it and try for yourself?
February 5, 201411 yr You guys missed the important part, This is why FULL logs are important. Judging by the first post, you've fucked something up bad which is causing a circular inheritance list. AE: A extends B, B extends A I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
February 5, 201411 yr Author You guys missed the important part, This is why FULL logs are important. Judging by the first post, you've fucked something up bad which is causing a circular inheritance list. AE: A extends B, B extends A THANK YOU SO MUCH! For some reason it chaged what I had in Eclipse "public class ItemAAxe extends ItemAxe" to "public class ItemAAxe extends ItemAAxe" Thanks for all the help LexManos and GotoLink! I really appreciate it!
February 6, 201411 yr Author I wonder how you even got that code to compile. After I took a look at my .jar and saw the error, I saw that the .java file was correct.... How it got changed I have no idea, but I decided to just completely change the file...
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.