Schauweg / Smooth-Swapping

A Minecraft Fabric mod which moves items smoothly in inventories.
Other
33 stars 15 forks source link

Game crashes seemingly randomly #57

Closed NezzleGod closed 11 months ago

NezzleGod commented 1 year ago

Crash report - https://pastebin.com/tVHDAZqq

Minecraft 1.20 Fabric

Schauweg commented 1 year ago

Do you remember if you were in an inventory of a mod or in a vanilla one?

NezzleGod commented 1 year ago

Do you remember if you were in an inventory of a mod or in a vanilla one?

It was a vanilla inventory, inventory to chest transfer, also on a multiplayer server, it also happens not so often

NezzleGod commented 1 year ago

Closed accidentaly

sternschnaube commented 1 year ago

I had something similar, when I tried to craft a crafting table in the player crafting GUI.

java.lang.StackOverflowError: Rendering screen at dev.shwg.smoothswapping.Vec2.diff(Vec2.java:101) at dev.shwg.smoothswapping.Vec2.distance(Vec2.java:171) at dev.shwg.smoothswapping.config.CatmullRomWidget$CatmullRomSpline.(CatmullRomWidget.java:250) at dev.shwg.smoothswapping.config.CatmullRomWidget.splinesFromPoints(CatmullRomWidget.java:170) at dev.shwg.smoothswapping.config.Config.getSplines(Config.java:23) at net.minecraft.class_332.renderSwap(class_332.java:3900) at net.minecraft.class_332.doSwap(class_332.java:3824) at net.minecraft.class_332.handler$gdf000$smoothswapping$onItemDraw(class_332.java:3798) 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:3910) at net.minecraft.class_332.doSwap(class_332.java:3824) at net.minecraft.class_332.handler$gdf000$smoothswapping$onItemDraw(class_332.java:3798) 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:3910) at net.minecraft.class_332.doSwap(class_332.java:3824) ... (repeated alot of times)

zjxdiu commented 1 year ago

Same issue here, the crash report is seemingly the same; In my multiplayer server, Minecraft official launcher, crash randomly but only when transfer items from/to an inventory, including chest minecart, crafting table and barrels.

notkanyewest commented 1 year ago

https://mclo.gs/ttSiKQS I am getting the same error, 1.20 singleplayer

Schauweg commented 11 months ago

this should be hopefully fixed now

sternschnaube commented 11 months ago

Thank you @Schauweg, I will test it soon 😊