The Robot3 process flow doesn't properly deal with the case that the Oring station still has an item on it when the next one is due to be moved into it (because of a failure on the station). This then causes Robot3 to move it to the next station. But that label is not present on the station, as the transport is supposed to be done by a separate robot, causing the error. (Does the model actually crash for you (FlexSim closing)? Because I only get the error and the model stops)
You can fix it by adding a second condition to the decide activity, checking that the next station is not Oring.

You could also use a separate decide activity for this, in case you want to wait until the item is removed before Robot3 starts the unload movement.
pro-failure-fm.fsm