Can you create a repro package? Have you created any custom tasks which trigger an interruption?
The editor error indicates that the InterruptTag hasn't been added but an interrupt occurred. ComponentUtility.AddInterruptCallbacks should be called for any task that can trigger interruptions. I...