Tell what? What causes it? Just follow the stack trace. As I mentioned, just delay the deactivation until it's outside the physics callback. For example, if you're doing something inside OnTriggerEnter that causes your UI to hide, just set a boolean flag "hideNow" to 'true', and pick it up in that script's Update.