錯誤顯示以下
[07/02 23:55:36] Database: Initialized.
[07/02 23:55:36] ThreadPool: Initialized
[07/02 23:55:36] ...scheduled pool executor with 2 total threads.
[07/02 23:55:36] ...instant pool executor with 2 total threads.
[07/02 23:55:36] Loading LoginController...
[07/02 23:55:36] Cached 10 KeyPairs for RSA communication.
[07/02 23:55:36] Stored 20 keys for Blowfish communication.
[07/02 23:55:36] Loaded 127 server names.
[07/02 23:55:36] Loaded 2 registered Game Servers.
[07/02 23:55:36] Cached 10 RSA keys for Game Server communication.
[07/02 23:55:36] Loaded 2 IP Bans.
[07/02 23:55:36] FATAL: Failed to start the Game Server Listener. Reason: Address already in use: bind
java.net.BindException: Address already in use: bind
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:555)
at java.base/sun.nio.ch.Net.bind(Net.java:544)
at java.base/sun.nio.ch.NioSocketImpl.bind(NioSocketImpl.java:643)
at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
at java.base/java.net.ServerSocket.<init>(ServerSocket.java:274)
at org.l2jmobius.loginserver.FloodProtectedListener.<init>(FloodProtectedListener.java:50)
at org.l2jmobius.loginserver.GameServerListener.<init>(GameServerListener.java:35)
at org.l2jmobius.loginserver.LoginServer.<init>(LoginServer.java:124)
at org.l2jmobius.loginserver.LoginServer.main(LoginServer.java:59)