Text input/outputstream help

I don’t think this is a fair statement. If you’re using a try catch block you need to implement the recovery. If you can’t recover then let the app terminate. No mysterious inexplicable crash to be had.

1 Like

Agreed but the OP appeared to be hinting that he just wanted to ignore the error and continue. But I might have expressed it better.

Thanks for all the great help. Bug has been found and actually it was an inactivity timer that closed the window after X amount of time causing the error as the code was place in the middle of the timer code, and not in the end…