Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when shift clicking renamed paper out of tool station #16270

Closed
2 of 3 tasks
jurrejelle opened this issue May 14, 2024 · 1 comment · Fixed by GTNewHorizons/TinkersConstruct#117
Closed
2 of 3 tasks
Labels
Crash Status: Triage Issue awaiting triage. Remove once this issue is processed

Comments

@jurrejelle
Copy link

Your GTNH Discord Username

jurrejelle

Your Pack Version

2.6.0 (2024-04-28)

Your Server

Private server

Java Version

Java 8

Type of Server

Vanilla Forge

Your Actions

We use ae2-rv3-beta-400-GTNH
Might be duplicate of #6700? Not sure, that one had a different exception and was closed.

Actions:

  • Open a new world
  • Cheat in paper + tool station
  • Place down tool station
  • Put paper in input slot
  • Rename paper to "a"
  • Shift click into inventory

Crash Report

https://mclo.gs/LdIT41w

Final Checklist

  • I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the crash still exists will prompt us to investigate and reopen it once we confirm your report.
  • I can reproduce this crash consistently by following the exact steps I described above.
  • I have asked other people and they confirm they also crash by following the exact steps I described above.
@jurrejelle jurrejelle added Status: Triage Issue awaiting triage. Remove once this issue is processed Crash labels May 14, 2024
Copy link
Contributor

Found 1 linked crash report(s)

Primitive Automated Analysis of Crash Report

https://mclo.gs/LdIT41w

Stacktrace
java.lang.NullPointerException: Cannot invoke "net.minecraft.nbt.NBTTagCompound.func_74764_b(String)" because "tags" is null
at tconstruct.tools.logic.ToolStationLogic.canRename(ToolStationLogic.java:187)
at tconstruct.tools.inventory.ToolStationContainer.craftTool(ToolStationContainer.java:148)
at tconstruct.tools.inventory.ToolStationContainer.mergeCraftedStack(ToolStationContainer.java:183)
at tconstruct.tools.inventory.ToolStationContainer.transferStackInSlot(ToolStationContainer.java:97)
at net.minecraft.inventory.Container.slotClick(SourceFile:193)
at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:707)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:14)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:626)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:394)
at tconstruct.tools.gui.ToolStationGui.mouseClicked(ToolStationGui.java:63)
at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:296)
at net.minecraft.client.gui.inventory.GuiContainer.handleMouseInput(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:268)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1640)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:973)
at net.minecraft.client.Minecraft.run(Minecraft.java:5110)
at net.minecraft.client.main.Main.main(SourceFile:148)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.lang.reflect.Method.invoke(Method.java:578)
at net.minecraft.launchwrapper.Launch.rfb$realLaunch(Launch.java:250)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:35)
at net.minecraft.launchwrapper.Launch.main(Launch.java:60)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.lang.reflect.Method.invoke(Method.java:578)
at com.gtnewhorizons.retrofuturabootstrap.Main.main(Main.java:219)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)
Missing 1 mods
  • appliedenergistics2-rv3-beta-352-GTNH.jar
Added 1 mods
  • appliedenergistics2-rv3-beta-400-GTNH.jar (Applied Energistics 2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash Status: Triage Issue awaiting triage. Remove once this issue is processed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant