TB causes a crash while using crafting interface with REI
Soulrel opened this issue ยท 2 comments
-
ALWAYS PROVIDE INFORMATION ABOUT MODLOADER (Fabric / Forge) AND MOD VERSION (For Example 1.19.2-8.2.10)
Fabric 1.19.2 0.14.21
Traveler's Backpack 1.19.2-9.2.25 -
Describe the bug
When using REI v.9.1.619 (1.19.2), using the quick craft button to copy the recipe onto the crafting interface inside the backpack causes a crash while on a server. It will give an error:
"Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(51) + length(2) exceeds writerIndex(51): PooledUnsafeDirectByteBuf(ridx: 51, widx:51, cap: 51)"
This makes it impossible to rejoin, as this error will disallow you to rejoin the server. A server reset is needed, as it is impossible to force kick the player stuck.
-
Write steps to reproduce the bug
(1) Open Backpack
(2) Select the quick craft button (the plus to automatically put resources in a crafting square)
(3) Disconnects you with the error above, and requires a server restart to fix. This is a client side bug, as the server log only notes that the player took too long to log in and ultimately disconnects them. -
What is expected behaviour
The items are placed in the crafting grid within the bag.