im playing on a dragon block c server when i noticed that the animals werent showing, and when they did they were black. When i try to break a block, it becomes a blue tone and if i try to hold an item, my screen turns into a solid color.
I was looking through the log and i saw this: the problem seems to be with the new version of java although im not sure. How can i fix this?
| [23:41:19] [Netty IO #0/ERROR] [FML/]: NetworkDispatcher exception | |
| 856 | java.io.IOException: Connection reset by peer |
| 857 | at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_322] |
| 858 | at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_322] |
| 859 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_322] |
| 860 | at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_322] |
| 861 | at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) ~[?:1.8.0_322] |
| 862 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?] |
| 863 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?] |
| 864 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?] |
| 865 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?] |
| 866 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?] |
| 867 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?] |
| 868 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?] |
| 869 | at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?] |
| 870 | at java.lang.Thread.run(Thread.java:750) [?:1.8.0_322] |