What causes the same error to appear multiple times?

What causes the same error to appear multiple times?

tsuji_ryusuke
Observer Observer
10 Views
1 Reply
Message 1 of 2

What causes the same error to appear multiple times?

tsuji_ryusuke
Observer
Observer

[ FlexSim 24.0.0 ]

Please run the script in the attached file.

script_error.fsm

This is a simple error and is caused by not adding a semicolon at the end of the second line.


A question from a customer is why multiple errors with the same content are displayed for one error. The customer's request is to output one error message for each error.


Do you have any comments on this matter?

0 Likes
Accepted solutions (1)
11 Views
1 Reply
Reply (1)
Message 2 of 2

Jacob_Gillespie
Autodesk
Autodesk
Accepted solution

@Ryusuke T

This is just a quirk of the script console. When you click the Execute button it tries to build the FlexScript code twice. That is why there is two errors.

This looks like a bug. I'll add a case to the dev list.

0 Likes