Iron's Spells 'n Spellbooks

Iron's Spells 'n Spellbooks

24M Downloads

[Bug] Crash with rendering Outline for Owl?

Closed this issue ยท 2 comments

commented

Observed behaviour

Game crashes.

Expected behaviour

Not crashing.

Steps to reproduce

I checked the logs and it looked like it's crashing cause of outlining. It's hard to tell why it crashes this time, cause Owls typically render normally.

Server Type

Single Player

Crashlog

https://gnomebot.dev/paste/mclogs/KdSAEKj

Iron's Spells N Spellbooks version

1.21.1 - 3.14.1

Forge version

1.21.1 - 21.1.194

Other mods

Probably Hexerei

Crashlog Check

  • I understand if this is a crashbug and I did not attach a crashlog, this will not be handled

Fabric Check

  • I understand if I am using Farbic APIs or Connector, this will not be handled
commented

Ah, some player on server put electromancer hat on Owl.

I think Owls don't have 'pEntity' hence the crash cause: changeGlowOutline doesn't know what to do with that.

commented

this is an issue with hexerei's OwlRenderer$LayerOwlHelmet. the entity field is not nullable, i just happen to be the first one to try to access it since i have a mixin. this must be fixed on their side