Jump to content

Recommended Posts

Posted

Ok, i've been away from modding for over a year and I've decided to come back to it.  This is an error that I could never quite figure out.  On any mod I make that involves drawing an HUD, I get this error

 

  Reveal hidden contents

 

 

It just keeps on going.  This error seems to be completley harmless and hasn't caused any problems in the mod, but it makes it impossible for me to print things to the console because this error keeps spamming.

 

My code for my mod's GuiInGame:

 

  Reveal hidden contents

 

Any help would be greatly appreciated!

Creator Of Weapons+ Mod & Sword Art Online HUD Mod

Posted

What version of MC and Forge are you developing in? If it's older than mc 1.8, then 07 will lock the thread and tell you to upgrade.

 

You should find where that message is generated, then set a break point and run in the debugger so you can look at the client call stack when it hits. That should give you a clue what you're doing to trigger it.

 

Of course, if you upgrade to the latest Forge, then the problem may vanish on its own (after solving many other problems).

 

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.

Posted

This seems to be a very common error, I am getting it too in one of my mods in 1.10.2 when using the tesselator to draw a line. Somewhere I read that this can be caused by outdated graphics card drivers or having a certain graphics card model.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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