Smooth Swapping

Smooth Swapping

2M Downloads

Crash when item is removed from container while still rendering swap.

StrongSand94191 opened this issue ยท 2 comments

commented

Whenever shift-clicking items into a container with a hopper underneath them, the game will crash if the item is removed from the container before the swap is finished rendering. I tested this with Dispensers and with Chests.

The image of Not Enough Crashes identifying Smooth Swapping as the cause of the crash.
image

The first crash that happened when items were removed from the container while the curve was still happening (had to use mclogs because crashy wasn't working): https://mclo.gs/qhDCtpE

The second crash that happened when I tried to open my inventory: https://crashy.net/2aab5945-d4d9-4fab-8433-0d4e7fbd4e12

While these crash reports show that I have many other mods loaded which could also be the source of the problem, I was able to remove all mods but Smooth Swapping and Fabric API, and only the first crash still happened.

commented

I just had that happen to me:

	at net.minecraft.class_332.handler$bbb000$smoothswapping$onItemDraw(class_332.java:798)
	at net.minecraft.class_332.method_51425(class_332.java)
	at net.minecraft.class_332.method_51424(class_332.java:511)
	at net.minecraft.class_332.method_51427(class_332.java:491)
	at net.minecraft.class_332.renderSwap(class_332.java:910)
	at net.minecraft.class_332.doSwap(class_332.java:824)
	at net.minecraft.class_332.handler$bbb000$smoothswapping$onItemDraw(class_332.java:798)
	at net.minecraft.class_332.method_51425(class_332.java)
	at net.minecraft.class_332.method_51424(class_332.java:511)
	at net.minecraft.class_332.method_51427(class_332.java:491)
	at net.minecraft.class_332.renderSwap(class_332.java:910)
	at net.minecraft.class_332.doSwap(class_332.java:824)
	at net.minecraft.class_332.handler$bbb000$smoothswapping$onItemDraw(class_332.java:798)
	at net.minecraft.class_332.method_51425(class_332.java)
	at net.minecraft.class_332.method_51424(class_332.java:511)
	at net.minecraft.class_332.method_51427(class_332.java:491)
	at net.minecraft.class_332.renderSwap(class_332.java:910)
	at net.minecraft.class_332.doSwap(class_332.java:824)
	at net.minecraft.class_332.handler$bbb000$smoothswapping$onItemDraw(class_332.java:798)
	at net.minecraft.class_332.method_51425(class_332.java)
	at net.minecraft.class_332.method_51424(class_332.java:511)
	at net.minecraft.class_332.method_51427(class_332.java:491)
	at net.minecraft.class_332.renderSwap(class_332.java:910)
	at net.minecraft.class_332.doSwap(class_332.java:824)
	at net.minecraft.class_332.handler$bbb000$smoothswapping$onItemDraw(class_332.java:798)
	at net.minecraft.class_332.method_51425(class_332.java)
	at net.minecraft.class_332.method_51424(class_332.java:511)
	at net.minecraft.class_332.method_51427(class_332.java:491)
	at net.minecraft.class_332.renderSwap(class_332.java:910)
	at net.minecraft.class_332.doSwap(class_332.java:824)

This is spammed over and over again

commented

This issue also happens when shift clicking fuel into a furnace, if it is consumed before the animation is complete