Posted December 16, 20177 yr When ever I build my mod with 'gradlew build' or run it with Minecraft in IntelliJ the mod crashes while initializing, it gives me this error. (https://gist.github.com/William5553/98205049f6baa7af52c229f49b87ec0f) Any ideas on how to fix this? Source Code: https://github.com/William5553/Mod1. I'm also pretty new to modding. Edited December 17, 20177 yr by William5553
December 17, 20177 yr Author 2 hours ago, diesieben07 said: Code-Style, issue 1. You are telling FML to put an instance of ServerProxy resp. ClientProxy into a field of type CommonProxy. But CommonProxy is not a superclass or superinterface of either of those, so this cannot work. Okay..? Can you please explain the second bullet point more in depth?
December 17, 20177 yr Your ServerProxy class does not extend anything. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
December 17, 20177 yr 2 hours ago, William5553 said: Okay..? Can you please explain the second bullet point more in depth? extends ..........
December 17, 20177 yr 1 hour ago, William5553 said: So... what should I extend? If you don't understand 7's 2nd bullet, then you must learn Java (elsewhere). Expect this thread to be locked. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.