I got this error while meandering around in Furnace:
Assertation Failed!
Program: Exult.exe
File: actors.cc
Line 3973
Exp. Next! = This
Then it went on me. I loaded my saved game and it worked fine after I went through the same area.
Error
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Re: Error
One (known) cause of this 'crash' is hack-moving an NPC within the same chunk.
This is caused by a bug in the drag'n'drop code, and as such not an issue if you don't cheat. (I will take a shot at fixing it tonight, though)
Anyway, the reason that that assert is there is because we suspect things might occasionally go wrong there, and apparently they did in this case.
This is caused by a bug in the drag'n'drop code, and as such not an issue if you don't cheat. (I will take a shot at fixing it tonight, though)
Anyway, the reason that that assert is there is because we suspect things might occasionally go wrong there, and apparently they did in this case.