Periodically, error in flexsim when drag object into model

Periodically, error in flexsim when drag object into model

robert_nevin
Participant Participant
245 Views
5 Replies
Message 1 of 6

Periodically, error in flexsim when drag object into model

robert_nevin
Participant
Participant

[ FlexSim 16.2.1 ]

time: 0.000000 exception: Exception caught in start() of activity "Run LC process" in "Schedule". Continuing throw… time: 0.000000 exception: Exception caught in Executive::processeventinlist(). Throwing. time: 0.000000 exception: Exception caught in Executive::steptotime(). Throwing. time: 0.000000 exception: Exception caught in Executive::tick(). Throwing. time: 0.000000 exception: Exception caught in Executive::tick(). Throwing. time: 0.000000 exception: int runthemessageloop() #4 exception: core->theexecutive.tick(); time: 0.000000 exception: int runthemessageloop() #6

re-opening the application, the error disappears!

0 Likes
Accepted solutions (1)
246 Views
5 Replies
Replies (5)
Message 2 of 6

arunTTT2P
Advocate
Advocate

Can you share the model?

0 Likes
Message 3 of 6

sam_stubbsYXX86
Community Manager
Community Manager

IF leaving the program and reopening it causes the issue to disappear it could just be an error somewhere when loading the back end logic of the software. What happens if you reopen the file (after the error is gone) save the file and reopen it again? Does that remove the error permanently?

If not, as @Arun said, we'd need to see the file in order to debug it.

0 Likes
Message 4 of 6

Ben_WilsonADSK
Community Manager
Community Manager

Errors when dragging objects into the 3D view are a common symptom of graphics issues.

Please see this article regarding graphics issues and how to solve them.

The short answer is to update your graphics drivers, but please check the article for more details and other ideas.

Message 5 of 6

robert_nevin
Participant
Participant

rob.fsm finally i have an example of the error (flexsim 2017.0.1). To get the error, run the model briefly...stop and reset. This model doe not serve a practical purpose but is the only one where i can generate the error systematically!

0 Likes
Message 6 of 6

philboboADSK
Autodesk
Autodesk
Accepted solution

Your activities are structured such that they cause an infinite code loop.

It throws an exception to keep the program from crashing on your infinite loop.

If you put a Delay activity anywhere in that code with a value > 0, then it won't be an infinite loop anymore.



Phil BoBo
Sr. Manager, Software Development
0 Likes