boistordu Posted August 17, 2017 Posted August 17, 2017 (edited) Hi, I think that's an old bug reapparing or maybe is it ine minecraft itself because the answer to that bug is typical of java and it was answered in a 2011 post on stackoverflow: https://stackoverflow.com/questions/8658118/when-is-java-io-ioexceptionconnection-reset-by-peer-thrown So the bug appear when the server tries to send data to a client that no longer exist. So I had that yesterday with someone on last version of forge for 1.10.2 minecraft server and so this appeared in loop in console using 100% UC Aug 16, 2017 10:47:32 PM io.netty.channel.AbstractChannelHandlerContext invokeExceptionCaught WARNING: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception: java.io.IOException: Error while writev(...): Connection reset by peer at io.netty.channel.epoll.Native.writevAddresses(Native Method) at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) at io.netty.util.concurrent.SingleThreadEv Edited August 17, 2017 by boistordu reformatting logs Quote
boistordu Posted August 17, 2017 Author Posted August 17, 2017 Sorry I didn't notice that. So here are the logs that I've received from the guy who runs the client. Don't know if it will be usable. 2017-08-16-6.log 2017-08-16-7.log Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.