L2JMobius

C6 Error Pack Interlude Free

Pirsys · 1 · 1786

Offline Pirsys

  • Knight
  • ***
    • Posts: 67
hello everyone, I want to put the free version of the interlude pack online, and there is no case of making it connect, has anyone gone through the same thing?

Code: [Select]
feb. 01, 2022 11:46:59 P. M. org.l2jmobius.loginserver.LoginServer <init>
GRAVE: FATAL: Failed to start the Game Server Listener. Reason: Cannot assign requested address: bind
java.net.BindException: Cannot assign requested address: 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:48)
at org.l2jmobius.loginserver.GameServerListener.<init>(GameServerListener.java:35)
at org.l2jmobius.loginserver.LoginServer.<init>(LoginServer.java:117)
at org.l2jmobius.loginserver.LoginServer.main(LoginServer.java:55)