Posted June 9, 20169 yr Hello minecraft forgers of the internet, when I use the debug client mode in my Eclipse IDE to test out my mod, it freezes up on a certain line of my code (shown below) and stops minecraft from loading any further. I do not see any reason that this line of code would crash on debug mode and not on normal mode. Code: http://pastebin.com/KqQcuFxJ The line that crashes is commented, and registerItems() is called by my preInit method. If you know a solution to this problem, please tell me it. -Thanks EDIT: There was no crash log, or else I would have posted it.
June 10, 20169 yr There is still a console log which could only help. Post (within BBCode CODE tags) each of the relevant class codes. (Main mod file, proxy classes, item class, etc) http://p455w0rd.net/images/forumsignature.png[/img]
June 10, 20169 yr Author I figured it out. Somehow I accidentally created a breakpoint on that line, causing it to stop on there. There was nothing wrong with my code, just me not knowing that I made a breakpoint. Edit: When I said there was no crash log, I was including console logs.
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.