Jump to content

net.minecraft.client.renderer.texture.TextureMap


cryxlichlord

Recommended Posts

I have been working on this minecraft mod in class for a project for the last few weeks. (Following Loremaster's 1.12 modding tutorial)Three weeks ago, the code started crashing repeatedly, and in attempting to follow the Stacktrace, I have gotten nowhere. I've been trying to figure this out for two weeks and I just can't seem to figure out how to fix the error. Attatched is the crash report. I would be very grateful for any insight into how to fix this.

crash-2018-06-10_14.10.54-client.txt

Link to comment
Share on other sites

Show your code. Like, any of it. Preferably all of it as a GitHub repository. We're not psychic.

 

Also, your thread title makes no sense. This is the actual error you are getting:

java.lang.RuntimeException: One of more entry values did not copy to the correct id. Check log for details!

Also, post the full log so we can "check the log for details."

 

There's also no references to the TextureMap what so ever in that crash report.

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Post the URL of your project.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Correct link: https://github.com/cryxlichlord/RubyMod

What you posted works, but it is a link to the commit itself, rather than to the root directory.

Looking at the log...

Several missing model files and one error about...

Quote

Exception loading model for variant minecraft:air#inventory for item "minecraft:air", normal location exception:

Not sure what's causing that.

Also, see everything I said over here.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

1 hour ago, cryxlichlord said:

So, I would simply delete the IHasModel interface?

Yep. I don't need it in my own mods.

1 hour ago, cryxlichlord said:

And which are the missing model files?

https://gist.github.com/Draco18s/40ba5cb4f69d5dbc790d04bac09dffe2#file-mc-log-L196

https://gist.github.com/Draco18s/40ba5cb4f69d5dbc790d04bac09dffe2#file-mc-log-L260

https://gist.github.com/Draco18s/40ba5cb4f69d5dbc790d04bac09dffe2#file-mc-log-L324

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

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.