Crash when killing enemy NPCs
Neglevin opened this issue ยท 4 comments
I got this crash when I killed an enemy npc: https://paste.dimdev.org/fusidajago.mccrash
I was using both the latest version of Forge and this mod.
I forgot to add, I was also using the Better Invisibility mod and had a permanent form of invisibility on me using the Everlasting Abilities mod. Perhaps that could help in fixing it?
yeah, so this is very likely issue with the mod that you have invisibility from. I guess what it does is that you're completely invisible to entities even when you attack them.
And they reset revenge target of the entity at a wrong point which causes this crash because the vanilla hurt by entity ai needs to figure out if the revenge target is a friend. AW in fact doesn't do anything with setting revenge target so if this wasn't caused by some other mod it would be a vanilla issue, however I doubt that's the case.
It seems to get fixed when I turn off the alert system in the Better Invisibility config, so it might be better now?