Jump to content

CmdrNorthpaw

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by CmdrNorthpaw

  1. Hi guys. My Minecraft mod is crashing, and I cannot figure out why. The game throws a "java.lang.RuntimeException: One of more entry values did not copy to the correct id" error. The error says to check the logs for details, but I can't find any. Full log. Source code. I'm really sorry if I'm being dumb here but I've been struggling with it for days.
  2. I woke up this morning and found that someone fixed it in a commit and closed the issue, but I don't know how that translates to a new release. Also, good idea about updating Forge. Do I just download the MDK and extract it to my code directory?
  3. Hi, not sure whether this should go here or in Modder support but since it involves a Forge bug I thought I should post it here. I'm encountering a bug in my mod where the texture loading goes on an infinite loop caused by java.lang.RuntimeException: One of more entry values did not copy to the correct id. I've done some googling and it looks like I'm being affected by issue 6592, where the Forge loops texture loading if IllegalStateException is thrown by the vanilla particle engine. Now the problem that I personally have is that I don't know what I've done that causes this problem, nor how to fix it. I searched for an IllegalStateException in the logs, but didn't find them. The info post says I need to include logs, so here they are. (paste.ee link). This isn't a crash log as Minecraft didn't crash per se, but it's a game log with debug-level logging turned on.
×
×
  • Create New...

Important Information

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