Add try-catch block info on_load event handler.
If at this level we catch unhandeled exception, it means that something went wrong during TUI setup. In that case we can:
- display more verbose info if in dev mode, for debuging purpose,
- display user friendly message, that something went wrong.
Closes #333
Edited by Wieslaw Kedzierski