"An error has occurred!
The error has been reported."
The error details are:
- Code: Select all
java.lang.RuntimeException: java.net.SocketException: Socket operation on nonsocket: timeout in datagram socket peek
at haven.Session$RWorker.run(Session.java:478)
Caused by: java.net.SocketException: Socket operation on nonsocket: timeout in datagram socket peek
at java.net.PlainDatagramSocketImpl.peekData(Native Method)
at java.net.DatagramSocket.receive(Unknown Source)
at haven.Session$RWorker.run(Session.java:471)
This happens with both the official and Pacho's client. I have tried reinstalling java but it didn't seem to do much (or I did it wrong)
Any ideas?