“transport error 202: receive packet failed
The application has been disconnected
Finished executing”
WTF?
Found out a try{Keyboard.poll();}/catch block was causing it.
Taken the command out of it and tada. No more error. The error only occurs when I hit escape and it exits the app.
it displays this now:
VM Started:
The application exited
Finished executing
Anyone know roughly why?
Thanks