#Geyser startup netty error

9 messages · Page 1 of 1 (latest)

amber plover
#

Using latest geysermc bungeecord with latest flamecord waterfall fork

11:01:02] [epollEventLoopGroup-3-1/INFO] [Geyser-BungeeCord]: Started Geyser on UDP port 19132
[11:01:02] [Geyser-BungeeCord Pool Thread #0/INFO] [Geyser-BungeeCord]: Done (1.706s)! Run /geyser help for help!
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: java.lang.IllegalArgumentException: IoHandle of type LocalServerChannel$LocalServerUnsafe not supported
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.epoll.EpollIoHandler.cast(EpollIoHandler.java:135)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.epoll.EpollIoHandler.register(EpollIoHandler.java:314)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.SingleThreadIoEventLoop.registerForIo0(SingleThreadIoEventLoop.java:228)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.SingleThreadIoEventLoop.register(SingleThreadIoEventLoop.java:216)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.local.LocalServerChannel.doRegister(LocalServerChannel.java:105)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:408)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.AbstractChannel$AbstractUnsafe.access$300(AbstractChannel.java:288)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:352)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141)

slate flameBOT
amber plover
#

11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:507)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:180)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1073)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at java.base/java.lang.Thread.run(Thread.java:1583)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: Suppressed: java.util.concurrent.CompletionException: Rethrowing promise failure cause
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.util.concurrent.DefaultPromise.rethrowIfFailed(DefaultPromise.java:685)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.util.concurrent.DefaultPromise.syncUninterruptibly(DefaultPromise.java:426)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.DefaultChannelPromise.syncUninterruptibly(DefaultChannelPromise.java:125)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at io.netty.channel.DefaultChannelPromise.syncUninterruptibly(DefaultChannelPromise.java:30)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at org.geysermc.geyser.platform.bungeecord.GeyserBungeeInjector.initializeLocalChannel0(GeyserBungeeInjector.java:163)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at org.geysermc.geyser.network.netty.GeyserInjector.initializeLocalChannel(GeyserInjector.java:64)
[11:01:02] [Geyser-BungeeCord Pool Thread #0/ERROR]: at org.geysermc.geyser.platform.bungeecord.GeyserBungeePlugin.onGeyserEnable(GeyserBungeePlugin.java:204)

slate flameBOT
amber plover
slate flameBOT
# amber plover
Found errors in the log!

We don't currently have automated responses for the detected errors!

slate flameBOT
clever moth
#

Flamecord is unsupported, but the latest Bungeecord did switch to Netty 4.2 which appears to cause this issue, you probably wanna downgrade for now as we work on a solution