OpenInv

4M Downloads

Using the offhand slot of the own openinv inventory causes the server to crash

SimonTheSiro opened this issue ยท 3 comments

commented

Steps to reproduce:

  • create a server with the newest paper version (1.21.4)
  • install OpenInv
  • run command /openinv <your player name>
  • click on the offhand slot

Console log:
https://pastebin.com/tV71pWSH

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

commented

Came here to report this, but here we are, already reported ๐Ÿ˜‰
Experiencing exactly the same, as there are already log and crash report provided I'll just leave this comment here.

commented

Interesting, looks like ServerPlayer#resendItemsInHands is a Spigot helper that is no longer present in Paper after the hard fork. Hopefully not too bad to switch over, but I think the reason I ended up using that particular method was the visibility of the synchronizer.

commented

A build that should address this is available from the actions run for the linked PR if you're in a rush, otherwise I will likely test and cut a release tomorrow.