GUI error

GUI error

singersaJK6TN
Explorer Explorer
211 Views
2 Replies
Message 1 of 3

GUI error

singersaJK6TN
Explorer
Explorer

Hello Team,

 

I am getting the following errors in the console when I run my model which is combination of process flows and 3D model. I am not able to debug this. 

 

time: 106.688285 exception: FlexScript exception: Exception caught in TreeNode::callMemberFunction() c++/dll execution. Throwing... at VIEW:/active/DockingGUI/TabPane/TabControl/ProcessFlow>eventfunctions/OnDraw at line 0 c: VIEW:/active/DockingGUI/TabPane/TabControl/ProcessFlow
time: 130.877029 exception: Exception caught in TreeNode::callMemberFunction() main function. Throwing...
time: 130.877029 exception: FlexScript exception: Exception caught in TreeNode::callMemberFunction() c++/dll execution. Throwing... at VIEW:/active/DockingGUI/TabPane/TabControl/ProcessFlow>eventfunctions/OnDraw at line 0 c: VIEW:/active/DockingGUI/TabPane/TabControl/ProcessFlow
time: 134.137580 exception: Exception caught in TreeNode::callMemberFunction() main function. Throwing...
time: 134.137580 exception: FlexScript exception: Exception caught in TreeNode::callMemberFunction() c++/dll execution. Throwing... at VIEW:/active/DockingGUI/TabPane/TabControl/ProcessFlow>eventfunctions/OnDraw at line 0 c: VIEW:/active/DockingGUI/TabPane/TabControl/ProcessFlow
time: 140.279550 exception: Exception caught in TreeNode::callMemberFunction() main function. Throwing...

0 Likes
212 Views
2 Replies
Replies (2)
Message 2 of 3

FelixMoehlmann
Collaborator
Collaborator

The first guess would be that a non-activity node ended up inside the Process Flow (via a wrong reference in an unload activity for example). Try checking the Process Flow subnodes in the tree to see if you find anything that doesn't belong.

0 Likes
Message 3 of 3

singersaJK6TN
Explorer
Explorer

Thank you. This issue got resolved. The error was in the push to list token definition.

0 Likes