Posted June 10, 20187 yr 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
June 10, 20187 yr 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 June 10, 20187 yr 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.
June 10, 20187 yr Author Thank you for your prompt reply! I have my code in a repository on GitHub now, but I'm unfamiliar with the jargon and use of GitHub. How do I share the code with you from GitHub?
June 10, 20187 yr 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.
June 10, 20187 yr Author Here's the github: https://github.com/cryxlichlord/RubyMod/commit/a10dbd3ebab622d1fdf800dacb6b8aa5ccd78f6e And here's the log from the attempted run: FullConsoleDisplay.txt
June 10, 20187 yr 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.
June 10, 20187 yr Author So, I would simply delete the IHasModel interface? And which are the missing model files?
June 11, 20187 yr 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.
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.