Problème de connexion au serveurs (linux)

Zyxcel314

Aventurier
4 Novembre 2018
1
0
2
25
Bien le bonjour,

J'ai acheté récemment Minecraft Java Edition afin de pouvoir y jouer sur ma machine tournant sous Linux Mint 19.
Seulement, lorsque je souhaite me connecter au serveur d'un ami (hébergé par Aternos), le jeu m'affiche ceci:

Failed to connect to the serveur

Exception: java.lang.RuntimeException: Unable to access address of buffer

De plus ma console m'affiche ceci:

Code:
nov. 04, 2018 10:22:15 PM io.netty.channel.DefaultChannelPipeline$TailContext exceptionCaught
AVERTISSEMENT: 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 handle the exception.
java.lang.RuntimeException: Unable to access address of buffer
    at io.netty.channel.epoll.Native.read(Native Method)
    at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678)
    at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714)
    at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755)
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.base/java.lang.Thread.run(Thread.java:844)

nov. 04, 2018 10:22:15 PM io.netty.channel.DefaultChannelPipeline$TailContext exceptionCaught
AVERTISSEMENT: 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 handle the exception.
java.lang.RuntimeException: Unable to access address of buffer
    at io.netty.channel.epoll.Native.read(Native Method)
    at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678)
    at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714)
    at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755)
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.base/java.lang.Thread.run(Thread.java:844)

  <log4j:Event logger="awz" timestamp="1541366535960" level="INFO" thread="Client thread">
    <log4j:Message><![CDATA[Connecting to spider.aternos.org., 10754]]></log4j:Message>
  </log4j:Event>

[1104/222219:INFO:GameCallbacks.cpp(199)] launcher/monitor (Process Monitor) error expected <

Quelqu'un aurait-il une solution à me proposer?

PS: sur ma machine j'ai la version 10.0.2 de java et JDK.