Iron's Spells 'n Spellbooks

Iron's Spells 'n Spellbooks

11M Downloads

Bug with EpicFight, when in combat mode you hit a magic shield or a magic pyromancer the game crashes.

DeshiDesu opened this issue ยท 9 comments

commented
          Hello, sorry to barge into this thread, but there is another bug with EpicFight, when in combat mode you hit a magic shield or a magic pyromancer the game crashes.

Originally posted by @HarlamovLive in #52 (comment)

commented

Error persisted even when downgrading to Forge 40.1.80. I'll leave this here in chance the cause was ISNS

commented

It seems the crash is caused by Epic Fight. They explicitly said that it is recommended to use Forge 40.1.80 or it likely wont be compatible with some mods.

commented

crash-2023-06-15_00.22.51-server.txt
heres the crash report for the magic shield

commented

@DeshiDesu Please post the logs

commented

I tried it myself and it does indeed crash when hitting a pyromancer using epic fight battle mode
crash-2023-06-14_01.07.16-server.txt
Pardon the large file, I haven't tested in with only those 2 mods installed.

commented

I've looked into it and it is an Epic Fight issue. They have a nullable method but do not check if it is null, resulting the null pointer crash. https://github.com/Yesssssman/epicfightmod/blob/8c47302aa24f6a0259e071ee72a4ce5ee8c15c7b/src/main/java/yesman/epicfight/api/animation/types/AttackAnimation.java#LL203C4-L203C6
Closing as wontfix

commented
commented