RainbowLuigi281 Posted June 9, 2016 Posted June 9, 2016 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. Quote
p455w0rd Posted June 10, 2016 Posted June 10, 2016 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) Quote http://p455w0rd.net/images/forumsignature.png[/img]
RainbowLuigi281 Posted June 10, 2016 Author Posted June 10, 2016 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. Quote
Recommended Posts
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.