question

Steven Chen avatar image
0 Likes"
Steven Chen asked Phil BoBo answered

Video recorder crashing

Hello,

I have few models that crashed every time. Content of models are removed as private information.

On clicked "Record" button, model will be freezed or shut down.

I found a way that deleting the videorecorder node from explorer tree and recreate a recorder can avoid crash. But it is not a solution because crash keep occurred on models randomly.

video-recorder-glitch-v191.fsm

Hope you can confirm it whether a bug and fix it.

Thank you.

FlexSim 19.1.0
video recordercrash
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered

Open your model, execute the following script, and then re-save your model:

Model.find("Tools/VideoRecorder>variables/active").subnodes.clear();

It looks like somehow some temporary nodes from a previous recording were saved in your VideoRecorder object, and those nodes are causing it to crash. If you clear those nodes with the above script, then it works again.

I'll add a case to the dev list about this.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.