nekpek Posted June 12, 2014 Posted June 12, 2014 First i have searched the forums and found several other with a problem that looked like this, but when applying their solutions to mine, it didn't work. Everytime i open my "furnace" the game chrashes, the error states a nullpointer. First i have made sure that my modid and @instance is the same, you can see in my main code below. https://gist.github.com/Nekpek/a55417624d1ad9060570 need any more information i will deliver upon asked. The code in which i state opengui looks like this https://gist.github.com/Nekpek/289d32282fd88575e397 And the error which it is telling me is https://gist.github.com/Nekpek/1e26970c5eb43b1f4226 Quote Naturalis - The easy way for nature.! Esquire - A helping hand for your adventure. Jimanju - The Random Disasters!
nekpek Posted June 12, 2014 Author Posted June 12, 2014 yeah its stated right below the @instance like so private final GuiHandler guihandler = new GuiHandler(); the whole GuiHandler is here https://gist.github.com/Nekpek/406784ff4b11cd9c4624 It worked in 1.6.2 and since it didn't cast any errors i didn't think it would be wrong, but i might be more wrong, Quote Naturalis - The easy way for nature.! Esquire - A helping hand for your adventure. Jimanju - The Random Disasters!
nekpek Posted June 12, 2014 Author Posted June 12, 2014 Oh, Damn, I forgot that part.. Sorry. Thank you. It is all solved (had it Commented out since it changed from Instance() to INSTANCE) Quote Naturalis - The easy way for nature.! Esquire - A helping hand for your adventure. Jimanju - The Random Disasters!
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.