Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when restart server #73

Closed
MlgmXyysd opened this issue Apr 21, 2022 · 3 comments
Closed

Exception when restart server #73

MlgmXyysd opened this issue Apr 21, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@MlgmXyysd
Copy link
Member

Restarting (stop & start) the server when the player is online will bring up spam

java.io.IOException: Conv inconsistency
        at io.jpower.kcp.netty.Ukcp.input(Ukcp.java:147)
        at io.jpower.kcp.netty.UkcpServerChildChannel.kcpInput(UkcpServerChildChannel.java:201)
        at io.jpower.kcp.netty.UkcpServerChannel$UkcpServerUnsafe.read(UkcpServerChannel.java:591)
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.lang.Thread.run(Thread.java:748)
@memetrollsXD
Copy link
Member

Explanation: Ah that’s cuz there’s a new KCP thing, but client is trying to connect to old one. So it goes on until client gives up and reconnects

@KingRainbow44 KingRainbow44 added the bug Something isn't working label Apr 21, 2022
@TheOrdinaryWow
Copy link

I had the same problem as well, but I met this when I was in game.

@KingRainbow44
Copy link
Member

this is a known bug with KCP netty, i believe this is out of our control, so i will be closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants