Chisel

Chisel

150M Downloads

Right Clicking with IChisel causes crash.

Kalmeira opened this issue · 12 comments

commented

Crash log:

java.lang.NullPointerException: Rendering screen
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:169)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

commented

I am also having this issue. Running Forge 12.18.3.2185 and the latest chisel 0.7.7

http://pastebin.com/nz9CPQUV

commented

Could you please provide the entire crash log?

commented

here, this seems to be the same error, starts at line 7900 https://paste.ee/p/d4P8G

commented

This is caused by NEI patches

commented

I can't fix anything, I have a useless stacktrace with no way to debug. This is on NEI to at least provide a cause, but in all likelihood the fix will be from them.

commented

So question... Who is going to fix this then? NEI or Chisel?

commented

What version of NEI works with Chisel?

commented

As far as I know, NEI has not yet fixed this issue. See TheCBProject/NotEnoughItems#42

commented

The crash occurs when there is insufficient durability in the ichisel to perform the full chisel action. Also panels and so forth are not working.

commented
commented

Also this issue was fixed a while ago

commented