Jump to content

GUIs are being a pain


Elusivehawk

Recommended Posts

Long story short, every time I try to get my block's GUI to open, I get this error:

 

 

 

java.lang.NullPointerException
at java.util.Hashtable.get(Unknown Source)
at net.minecraft.src.forge.MinecraftForge.getGuiHandler(MinecraftForge.java:1118)
at net.minecraft.src.EntityPlayer.openGui(EntityPlayer.java:1943)
at hawksmachinery.HawkBlockProcessor.machineActivated(HawkBlockProcessor.java:72)
at net.minecraft.src.universalelectricity.UEBlockMachine.blockActivated(UEBlockMachine.java:84)
at net.minecraft.src.PlayerControllerCreative.onPlayerRightClick(PlayerControllerCreative.java:80)
at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1357)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1800)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:822)
at net.minecraft.client.Minecraft.run(Minecraft.java:750)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 48423bd8 ----------

 

 

 

I've asked someone to help me to get my GUI to open so I can finally release my mod, but we haven't made any progress yet.

 

Here's a link to where the code is, I haven't changed it since the last commit.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.