Hey all, ever since whenever update that happened recently I have been unable to host or join a game. I keep on getting this error
java.util.concurrent.CompletionException: java.net.BindException: Address already in use: JVM_Bind
at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)
at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
at java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
at java.util.concurrent.CompletableFuture.completeExceptionally(Unknown Source)
at com.faforever.client.replay.ReplayServerImpl.lambda$start$2(ReplayServerImpl.java:114)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.BindException: Address already in use: JVM_Bind
at java.net.DualStackPlainSocketImpl.bind0(Native Method)
at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source)
at java.net.AbstractPlainSocketImpl.bind(Unknown Source)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at com.faforever.client.replay.ReplayServerImpl.lambda$start$2(ReplayServerImpl.java:100)
... 1 more
Game was working fine for me last time I played about 2 weeks ago, using Downlords client.
P.S. also an additional question since my post in help was unanswered for some time could you give me a solution if possible here
viewtopic.php?f=40&t=16792
Thanks all.