Error

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Tim

Error

Post by Tim »

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 :P on me. I loaded my saved game and it worked fine after I went through the same area.
Soul Harvester

Re: Error

Post by Soul Harvester »

That happens to me everytime I try to move an NPC that is "in transit", as in they are currently moving. Well, at least it did with yesterday's snapshot, but I submitted a bug report a few days ago. Were you moving people around? :P
wjp
Site Admin
Posts: 1708
Joined: Thu May 14, 2020 1:34 pm

Re: Error

Post by wjp »

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.
Locked