PhoenixVX / fof

https://www.curseforge.com/minecraft/mc-mods/forge-of-fiends
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Crash Report #8

Closed J0r2 closed 3 years ago

J0r2 commented 3 years ago

Server log: message.txt

Detailed Crash report: crash-2021-06-05_23.00.21-server.txt

Yes I have a big modpack, around 150 mods. I thank you for your attention.

PhoenixVX commented 3 years ago

It seems like the Eldritch Gown entity is causing a ticking entity crash while being attacked by an Entity. Looking at the details, did an Entity (that is not a Player) attack the Eldritch Gown? method_7372 is a method in PlayerInventory called getArmorStack, which is for some reason missing. The only explanation therefore is that the Entity that hit the Eldritch Gown must not be a PlayerEntity. Can you verify my conjecture?

PhoenixVX commented 3 years ago

Any feedback on this?

PhoenixVX commented 3 years ago

This is probably fixed in the latest commit on here.

PhoenixVX commented 3 years ago

Closing due to inactivity. Re-open if this is still an issue