PaperMC / Velocity

The modern, next-generation Minecraft server proxy.
https://papermc.io/software/velocity
GNU General Public License v3.0
1.77k stars 623 forks source link

Velocity [11:45:06] [Netty NIO Worker #7/WARN] [io.netty.channel.nio.NioEventLoop]: Failed to close the old Selector. #1381

Open FreshOrangess opened 3 months ago

FreshOrangess commented 3 months ago

Expected Behavior

I want my Velocity to work properly.

Actual Behavior

My Velocity will occasionally pop up an error after using it for a while: [11:45:06] [Netty NIO Worker #7/WARN] [io.netty.channel.nio.NioEventLoop]: Failed to close the old Selector.This will not cause players already on the server to be disconnected, but it will prevent new players from entering the server and the game will prompt a connection timeout. 2024-07-13-3.log

Steps to Reproduce

1.I am using jdk22 2.Velocity version is 3.3.0-SNAPSHOT 3.I used a plugin called ChatHub-1.6.0 4.Both of my servers use the fabric server.

Plugin List

ChatHub-1.6.0

Velocity Version

Velocity 3.3.0-SNAPSHOT

Additional Information

This problem also occurs on my fabric server, and the symptoms are the same.

electronicboy commented 3 months ago

The fact that you're saying that this is happening on other processes generally indicates that this is not a velocity bug, but a bug with netty and how it's interacting with your environment. The info in the logs indicates that you're likely running on windows, a platform that I can't provide support for, I would, however, suggest checking your firewall/antivirus software, as such software can often be highly invasive and cause various side-effects to applications. Either that, or check for update/try rolling back your OS.