AStar.Cell.getAllocation command crashes

amerloQ2XZU
Not applicable
0 Views
1 Reply
Message 1 of 2

AStar.Cell.getAllocation command crashes

amerloQ2XZU
Not applicable

[ FlexSim 24.0.3 ]

Hi all,

I need a help with my FlexSim model. It crashes apparently without any reason.

I attached the model to reproduce the issue. You need to open and run it. There is a breakpoint to stop the simulation. If you execute the code step by step, FlexSim crashes on row 10.

Let me know where is my error!

astar_collision.fsm

0 Likes
Accepted solutions (1)
1 View
1 Reply
Reply (1)
Message 2 of 2

jordan_johnsonPM57V
Autodesk
Autodesk
Accepted solution

This issue happens when trying to display very, very large numbers (200 or more digits). Sometimes, FlexSim uses the value DOUBLE_MAX as an error code, which has over 300 digits. When the debugger tries to display this value, it causes a crash in some situations.

This issue has been resolved in version 24.1. It is on the list to fix for version 24.0.

.


Jordan Johnson
Principal Software Engineer
>

0 Likes