Closed Variapolis closed 2 years ago
Hello, that one is interesting. For some reason aborting node is not on the execution log or maybe node index is not valid, but in any case this should not happen. Can you try provide more detailed reproduction steps?
Found the issue, I hadn't set up OnAllowInterrupt
and OnDisallowInterrupt
properly in my condition. I'm using UniRx + Zenject instead of a blackboard and thus my stream was trying to abort even when it shouldn't have been.
Thanks for the timely response, and sorry for wasting your time. I'm closing this now as the issue was pebcak and invalid :)
Hi,
I get the following error seemingly when I try to abort "Both" on a
customleaf (edit: Tried it with non-custom leafs and it still occurs). Happens regardless of if the state is "Running" or "Success" but if the state ends in success, the error is more consistent.Any idea what might be causing it?