Posted August 29, 201510 yr I tried startin up minecraft and then this error filled the whole output: at net.minecraft.client.renderer.block.model.ModelBlock.getRootModel(Unknown Source) Where is the problem here? I din't change anything in json files and didn't delete anything as far as i know
August 29, 201510 yr Post the full stack trace. This method is called recursively, so it's possible you'll get a StackOverflowError if a model has a cyclic inheritance graph (e.g. A has parent B, B has parent A). Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
August 29, 201510 yr Well what's the actual error that's thrown? Is it a StackOverflowError ? Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
August 29, 201510 yr Author Can't say, nothing else than this one line. Must have been too big for the console i think
August 29, 201510 yr Look at the log file, then. It should be in the logs folder of your Minecraft directory. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.