I've got a problem. I've been playing for some time now, and I recently started experiencing regular crashes. After some experimenting, I've narrowed down the issue to a tesseract I have in my inventory. Whenever I pass my mouse over it, kaboom. This is not the first tesseract I've worked with. I've been playing for months now and have several of them. They are my primary method for power distribution. But now, suddenly, I have one in my inventory that I can't even hover over. Does any one have any advice?
Every instance of the crash logs the same stack trace, so it is at least consistent, but I fail to see what RenderPlayerFace has to do with a tesseract, or what I can do about it.
Help?
Edit: Apparently, it's not just that tesseract. I broke one I had placed earlier, and that one also causes a crash when I hover over it.
Every instance of the crash logs the same stack trace, so it is at least consistent, but I fail to see what RenderPlayerFace has to do with a tesseract, or what I can do about it.
Time: 1/26/16 11:38 AM
Description: Rendering screen
java.lang.NullPointerException: Rendering screen
at cofh.core.render.customcharrendering.RenderPlayerFace.loadTextures(RenderPlayerFace.java:54)
at cofh.core.render.customcharrendering.RenderPlayerFace.setProfile(RenderPlayerFace.java:74)
at cofh.core.render.customcharrendering.RenderPlayerFace.loadProfile(RenderPlayerFace.java:69)
at cofh.core.render.CoFHFontRenderer.loadFontRendererStack(CoFHFontRenderer.java:271)
at cofh.core.item.ItemBlockBase.getFontRenderer(ItemBlockBase.java:65)
at codechicken.nei.guihook.GuiContainerManager.getFontRenderer(GuiContainerManager.java:101)
at codechicken.nei.guihook.GuiContainerManager.renderToolTips(GuiContainerManager.java:403)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:166)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
at java.lang.reflect.Method.invoke(Method.java:620)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Description: Rendering screen
java.lang.NullPointerException: Rendering screen
at cofh.core.render.customcharrendering.RenderPlayerFace.loadTextures(RenderPlayerFace.java:54)
at cofh.core.render.customcharrendering.RenderPlayerFace.setProfile(RenderPlayerFace.java:74)
at cofh.core.render.customcharrendering.RenderPlayerFace.loadProfile(RenderPlayerFace.java:69)
at cofh.core.render.CoFHFontRenderer.loadFontRendererStack(CoFHFontRenderer.java:271)
at cofh.core.item.ItemBlockBase.getFontRenderer(ItemBlockBase.java:65)
at codechicken.nei.guihook.GuiContainerManager.getFontRenderer(GuiContainerManager.java:101)
at codechicken.nei.guihook.GuiContainerManager.renderToolTips(GuiContainerManager.java:403)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:166)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
at java.lang.reflect.Method.invoke(Method.java:620)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Help?
Edit: Apparently, it's not just that tesseract. I broke one I had placed earlier, and that one also causes a crash when I hover over it.
Last edited: