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

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

Open
FreshOrangess opened this issue Jul 13, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@FreshOrangess
Copy link

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.

@FreshOrangess FreshOrangess added the type: bug Something isn't working label Jul 13, 2024
@electronicboy
Copy link
Member

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.

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

No branches or pull requests

2 participants