Hi,
I've recently noticed an unusual behavior while developing some models.
I have a certain amount of task executers (defined by a Delete and Copy Group Members parameter). When the simulation starts, I create a dummy transporter for each task executer and make them travel between 2 stations in a loop. These dummy transporters are added to a group called "Dummies", and every object that belongs to that group is destroyed On Model Reset.
There's a moment during the simulation where the model gets stuck. If we then start recording with the performance profiler, we can see that the A*Navigator is stuck trying to calculate a path. No error pops up, it just can't run any further.
I have developed a dummy model to replicate the issue I encountered: 24.1 Dummy AStarNavigator stuck.fsm
We have also tried to run it in 24.2 Beta and the exact same thing happened.
Thank you in advance!