Н
При переносе сервера с windows 10 на ubuntu server возникает серьёзная проблема. Сначала сервер запускается нормально, однако когда подключается игрок, то игрока выкидывает, а сервер в консоли спамит следующей ошибкой:
[17:39:01] [Netty Epoll Server IO #1/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handl
e the exception.
java.lang.RuntimeException: Unable to access address of buffer
at io.netty.channel.epoll.Native.read(Native Method) ~[patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [patched_1.10.2.jar:git-Paper-918]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [patched_1.10.2.jar:git-Paper-918]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [patched_1.10.2.jar:git-Paper-918]
at java.lang.Thread.run(Thread.java:1589) [?:?]
bungeecord при подключении игрока ведёт себя нормально. Использую jdk-19
[automerge]1669975816[/automerge]
исправить можно добавив -Dos.name=win между java и -jar
[17:39:01] [Netty Epoll Server IO #1/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handl
e the exception.
java.lang.RuntimeException: Unable to access address of buffer
at io.netty.channel.epoll.Native.read(Native Method) ~[patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [patched_1.10.2.jar:git-Paper-918]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [patched_1.10.2.jar:git-Paper-918]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [patched_1.10.2.jar:git-Paper-918]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [patched_1.10.2.jar:git-Paper-918]
at java.lang.Thread.run(Thread.java:1589) [?:?]
bungeecord при подключении игрока ведёт себя нормально. Использую jdk-19
[automerge]1669975816[/automerge]
исправить можно добавив -Dos.name=win между java и -jar
Последнее редактирование: