Quote:
Error 111: Crash in script: myfunc()

If myfunc() is called 100 times per tick from multiple different places, then this error message is totally useless to me. Besides according to the manual various different errors could cause an Error 111.
Quote:
A function in the script crashed due to a wrong operation, such as a division by zero, a wrong array index, or exceeding the stack size by declaring huge local arrays.

Can Zorro not be a little more specific as to the cause of the error?

Could Zorro not provide a call trace? Just knowing which line of code called the function that crashed would be nice. Knowing the function call hierarchy up to the most recent run() or tick() call would be even better.