Quackster / Kepler

A server created in Java designed to revive Habbo Hotel v14 from the 2007 era.
GNU General Public License v3.0
236 stars 65 forks source link

Fixed "exception in selector loop" on Linux #3

Closed Helias closed 5 years ago

Helias commented 5 years ago

Fixed unexpected exception in the selector loop on Linux by upgrading netty in gradle settings. I upgraded netty to 4.1.5.Final version to fix the follow error on Linux.

WARN  [io.netty.channel.epoll.EpollEventLoop] - Unexpected exception in the selector loop.
java.lang.NoSuchMethodError: io.netty.channel.epoll.EpollEventLoop.deadlineNanos()J
  at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:243)
  at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:278)
  at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
  at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  at java.base/java.lang.Thread.run(Thread.java:844)
Quackster commented 5 years ago

Thanks. 😄

emansom commented 5 years ago

What the actual f is up with Netty