-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13-pre2
-
None
-
Macbook Pro - OSX High Sierra
**Does *not* happen on release 1.12.2 - only 1.13-pre2
-
Unconfirmed
Right-Click on "Stairs" in crafting table crashes the game with a Null Pointer Exception (Log attached).
Steps to Reproduce:
- Put 10 birch and 10 oak planks in your inventory
- Place a crafting table down
- Open the crafting table and make sure "show craftable" is on
- Right-click on the "Birch/Oak Stairs" item from the craftable-items
Expected: Right-click shows a sub-menu of individual stairs block types to choose.
Actual: Crash NPE
[19:15:09] [Client thread/FATAL]: Reported exception thrown![19:15:09] [Client thread/FATAL]: Reported exception thrown!h: mouseClicked event handler at cmk.a(SourceFile:434) ~[1.13-pre2.jar:?] at civ.a(SourceFile:67) ~[1.13-pre2.jar:?] at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:23) ~[lwjgl-glfw-3.1.2.jar:?] at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.1.2.jar:?] at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:2520) ~[lwjgl-glfw-3.1.2.jar:?] at cjd.a(SourceFile:291) ~[1.13-pre2.jar:?] at cit.c(SourceFile:841) ~[1.13-pre2.jar:?] at cit.a(SourceFile:379) [1.13-pre2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:144) [1.13-pre2.jar:?]Caused by: java.lang.NullPointerException at com$a.a(SourceFile:237) ~[1.13-pre2.jar:?] at oj.a(SourceFile:50) ~[1.13-pre2.jar:?] at com$a.a(SourceFile:231) ~[1.13-pre2.jar:?] at com$a.<init>(SourceFile:227) ~[1.13-pre2.jar:?] at com.a(SourceFile:97) ~[1.13-pre2.jar:?] at cop.a(SourceFile:175) ~[1.13-pre2.jar:?] at coo.mouseClicked(SourceFile:315) ~[1.13-pre2.jar:?] at cnm.mouseClicked(SourceFile:112) ~[1.13-pre2.jar:?] at civ.b(SourceFile:67) ~[1.13-pre2.jar:?] at cmk.a(SourceFile:429) ~[1.13-pre2.jar:?] ... 8 more
- duplicates
-
MC-131343 Crash when clicking on a recipe in the recipe book without sufficient ingredients
- Resolved