-
Bug
-
Resolution: Invalid
-
None
-
1.19.2
-
None
-
Windows 11 22H2 22624.819
Java 17.0.1
-
Unconfirmed
This is actually for 1.18.2 (no option to select)
I operate this server, an SRV record exists for minecraft pointing to port 25588 (shared host).
The system correctly resolves SRV record:
host -t srv _minecraft._tcp.mc.sheepreaper.com _minecraft._tcp.mc.sheepreaper.com has SRV record 0 0 25588 mc.sheepreaper.com.
However, the Minecraft client tries to connect on the default port
[12:55:29] [Render thread/INFO]: Connecting to mc.sheepreaper.com, 25565 [12:55:33] [Server Connector #1/ERROR|#1/ERROR]: Couldn't connect to server io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: mc.sheepreaper.com/51.222.50.129:25565 Caused by: java.net.ConnectException: Connection refused: no further information at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?] at sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[?:?] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[?:?] at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330) ~[netty-all-4.1.68.Final.jar:?] at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-all-4.1.68.Final.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:707) ~[netty-all-4.1.68.Final.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) ~[netty-all-4.1.68.Final.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) ~[netty-all-4.1.68.Final.jar:?] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) ~[netty-all-4.1.68.Final.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[netty-all-4.1.68.Final.jar:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-all-4.1.68.Final.jar:?] at java.lang.Thread.run(Thread.java:833) ~[?:?]