Open Parties and Claims

Open Parties and Claims

25M Downloads

Crash with Requiem

ryleu opened this issue ยท 5 comments

commented

With requiem installed (you need to use Quilt instead of Fabric), summon a shell with /requiem shell create. The game will crash as openpac attempts to treat the shell as an actual player. I think the way you're detecting players is flawed, though I can't be sure as I'm not familiar with the code base.

commented

Can you post the crash report?

commented

Thanks!

commented

After looking at the crash myself it looks like ladysnake.requiem.common.entity.PlayerShellEntity extends from baritone.api.fakeplayer.FakeServerPlayerEntity which probably extends from Player.

A possible fix for Xaero
Maybe detect all accounts - then get their player - instead of getting all player entities.

commented

thanks for fixing it so quickly!