OnEvent() Error Help

An error which states "Caught exception in OnEvent() for event code 200" keeps popping up, despite my best efforts to stop it. If anyone could help me, I'd greatly appreciate it.

Answers

  • There will be a callstack, which should point you to the place where the exception happens.

    Note: A few versions of PUN tried to catch exceptions in a way that dropped the callstack for the exception. This is fixed in the new PUN 2 version, so if you didn't update in November, please do.