2024-05-10T11:12:50.247+03:00 INFO 8012 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Switching FA Forever logging configuration to INFO 2024-05-10T11:12:50.252+03:00 INFO 8012 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Confirming info logging 2024-05-10T11:12:50.717+03:00 INFO 8012 --- [FAF Client] [JavaFX-Launcher] c.faforever.client.steam.SteamService : Starting the Steam API 2024-05-10T11:12:51.107+03:00 INFO 8012 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Trying to read preferences file with charset: Big5 2024-05-10T11:12:51.129+03:00 INFO 8012 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Successfully read preferences file with charset: Big5 2024-05-10T11:12:54.423+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:12:54.438+03:00 INFO 8012 --- [FAF Client] [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 10.603 seconds (process running for 15.975) 2024-05-10T11:12:54.785+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.update.Version : The current application version is: 2024.5.0 2024-05-10T11:12:55.556+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.f.client.update.ClientUpdateService : Current version: 2024.5.0 2024-05-10T11:12:55.561+03:00 INFO 8012 --- [FAF Client] [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update 2024-05-10T11:13:04.197+03:00 INFO 8012 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.update.Version : fromVersion '2023.12.3' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T11:13:04.200+03:00 INFO 8012 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.user.LoginService : Logging in with refresh token 2024-05-10T11:13:04.997+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.faforever.client.api.TokenRetriever : Token valid until 2024-05-10T09:13:04.995081Z 2024-05-10T11:13:05.559+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Connected to ws.faforever.com on port 443 2024-05-10T11:13:08.594+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.client.chat.KittehChatService : Connecting to IRC 2024-05-10T11:13:08.690+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] com.faforever.client.update.Version : fromVersion '2024.5' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T11:17:54.707+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:22:54.711+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:27:54.716+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:32:54.719+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:33:49.840+03:00 ERROR 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Inbound channel closed with error java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Error has been observed at the following site(s): *______________________ ⇢ at reactor.netty.channel.ChannelOperations.receiveObject(ChannelOperations.java:279) |_ Flux.from ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:572) |_ Flux.map ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:573) |_ Flux.from ⇢ at reactor.netty.ByteBufFlux.fromInbound(ByteBufFlux.java:71) |_ ⇢ at reactor.netty.ByteBufFlux.asString(ByteBufFlux.java:259) |_ Flux.flatMapIterable ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:140) |_ Flux.windowUntil ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:141) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:142) Original Stack Trace: at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T11:33:49.872+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Inbound channel cancelled 2024-05-10T11:33:49.873+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Outbound channel cancelled 2024-05-10T11:33:49.874+03:00 ERROR 8012 --- [FAF Client] [reactor-http-nio-2] reactor.core.publisher.Operators : Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: java.net.SocketException: Connection reset Caused by: java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Error has been observed at the following site(s): *______________________ ⇢ at reactor.netty.channel.ChannelOperations.receiveObject(ChannelOperations.java:279) |_ Flux.from ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:572) |_ Flux.map ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:573) |_ Flux.from ⇢ at reactor.netty.ByteBufFlux.fromInbound(ByteBufFlux.java:71) |_ ⇢ at reactor.netty.ByteBufFlux.asString(ByteBufFlux.java:259) |_ Flux.flatMapIterable ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:140) |_ Flux.windowUntil ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:141) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:142) |_ Flux.doOnError ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:143) |_ Flux.doOnComplete ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:144) |_ Flux.doOnCancel ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:145) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:146) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:160) |_ Flux.doOnNext ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:167) |_ Flux.then ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:173) *__Mono.firstWithSignal ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:208) |_ Mono.subscribeOn ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:208) Original Stack Trace: at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T11:33:49.879+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Disconnected from server 2024-05-10T11:33:50.242+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Connected to ws.faforever.com on port 443 2024-05-10T11:37:54.728+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:42:54.735+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:47:54.743+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:52:54.749+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T11:57:54.755+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:02:54.762+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:07:54.768+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:12:54.774+03:00 INFO 8012 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:14:14.967+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.faforever.client.FafClientApplication : Stopping application 2024-05-10T12:14:14.975+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T12:14:14.976+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Outbound channel cancelled 2024-05-10T12:14:14.977+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Inbound channel closed 2024-05-10T12:14:14.977+03:00 INFO 8012 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Disconnected from server 2024-05-10T12:14:17.033+03:00 WARN 8012 --- [FAF Client] [JavaFX Application Thread] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'kittehChatService': java.util.concurrent.RejectedExecutionException: event executor terminated 2024-05-10T12:14:17.034+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.faforever.client.steam.SteamService : Stopping the Steam API 2024-05-10T12:14:17.036+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([]) 2024-05-10T12:14:17.037+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.f.c.map.generator.MapGeneratorService : Deleting generated maps 2024-05-10T12:14:17.037+03:00 INFO 8012 --- [FAF Client] [Thread-12] com.faforever.client.map.MapService : Watcher terminated (null) 2024-05-10T12:14:17.042+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T12:14:17.043+03:00 WARN 8012 --- [FAF Client] [JavaFX Application Thread] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'fafServerAccessor': java.util.concurrent.RejectedExecutionException: event executor terminated 2024-05-10T12:14:17.052+03:00 INFO 8012 --- [FAF Client] [pool-3-thread-1] c.faforever.client.theme.ThemeService : Watcher service terminated 2024-05-10T12:14:17.055+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:14:17.057+03:00 INFO 8012 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.config.BaseConfig : Shutting down ExecutorService 'taskExecutor' 2024-05-10T12:14:17.059+03:00 INFO 8012 --- [FAF Client] [Thread-23] c.faforever.client.FafClientApplication : Starting non-daemon detector thread 2024-05-10T12:14:32.297+03:00 INFO 4412 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Switching FA Forever logging configuration to INFO 2024-05-10T12:14:32.301+03:00 INFO 4412 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Confirming info logging 2024-05-10T12:14:32.495+03:00 INFO 4412 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Trying to read preferences file with charset: Big5 2024-05-10T12:14:32.500+03:00 INFO 4412 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Successfully read preferences file with charset: Big5 2024-05-10T12:14:32.569+03:00 INFO 4412 --- [FAF Client] [JavaFX-Launcher] c.faforever.client.steam.SteamService : Starting the Steam API 2024-05-10T12:14:33.063+03:00 INFO 4412 --- [FAF Client] [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 4.554 seconds (process running for 5.561) 2024-05-10T12:14:33.070+03:00 INFO 4412 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:14:33.284+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.update.Version : The current application version is: 2024.5.0 2024-05-10T12:14:33.879+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.f.client.update.ClientUpdateService : Current version: 2024.5.0 2024-05-10T12:14:33.886+03:00 INFO 4412 --- [FAF Client] [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update 2024-05-10T12:14:34.379+03:00 INFO 4412 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.update.Version : fromVersion '2023.12.3' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T12:14:34.380+03:00 INFO 4412 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.user.LoginService : Logging in with refresh token 2024-05-10T12:14:34.967+03:00 INFO 4412 --- [FAF Client] [reactor-http-nio-2] c.faforever.client.api.TokenRetriever : Token valid until 2024-05-10T10:14:34.966190600Z 2024-05-10T12:14:35.371+03:00 INFO 4412 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Connected to ws.faforever.com on port 443 2024-05-10T12:14:38.171+03:00 INFO 4412 --- [FAF Client] [reactor-http-nio-2] c.f.client.chat.KittehChatService : Connecting to IRC 2024-05-10T12:14:38.268+03:00 INFO 4412 --- [FAF Client] [reactor-http-nio-2] com.faforever.client.update.Version : fromVersion '2024.5' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T12:19:33.309+03:00 INFO 4412 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:24:33.318+03:00 INFO 4412 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:29:33.327+03:00 INFO 4412 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:34:33.335+03:00 INFO 4412 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:37:16.645+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.faforever.client.FafClientApplication : Stopping application 2024-05-10T12:37:16.648+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T12:37:16.649+03:00 INFO 4412 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Outbound channel cancelled 2024-05-10T12:37:16.650+03:00 INFO 4412 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Inbound channel closed 2024-05-10T12:37:16.651+03:00 INFO 4412 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Disconnected from server 2024-05-10T12:37:18.702+03:00 WARN 4412 --- [FAF Client] [JavaFX Application Thread] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'kittehChatService': java.util.concurrent.RejectedExecutionException: event executor terminated 2024-05-10T12:37:18.703+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.faforever.client.steam.SteamService : Stopping the Steam API 2024-05-10T12:37:18.705+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([]) 2024-05-10T12:37:18.706+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.f.c.map.generator.MapGeneratorService : Deleting generated maps 2024-05-10T12:37:18.706+03:00 INFO 4412 --- [FAF Client] [Thread-12] com.faforever.client.map.MapService : Watcher terminated (null) 2024-05-10T12:37:18.710+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T12:37:18.711+03:00 WARN 4412 --- [FAF Client] [JavaFX Application Thread] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'fafServerAccessor': java.util.concurrent.RejectedExecutionException: event executor terminated 2024-05-10T12:37:18.716+03:00 INFO 4412 --- [FAF Client] [pool-3-thread-1] c.faforever.client.theme.ThemeService : Watcher service terminated 2024-05-10T12:37:18.722+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T12:37:18.724+03:00 INFO 4412 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.config.BaseConfig : Shutting down ExecutorService 'taskExecutor' 2024-05-10T12:37:18.727+03:00 INFO 4412 --- [FAF Client] [Thread-28] c.faforever.client.FafClientApplication : Starting non-daemon detector thread 2024-05-10T14:28:24.405+03:00 INFO 3756 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Switching FA Forever logging configuration to INFO 2024-05-10T14:28:24.409+03:00 INFO 3756 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Confirming info logging 2024-05-10T14:28:25.104+03:00 INFO 3756 --- [FAF Client] [JavaFX-Launcher] c.faforever.client.steam.SteamService : Starting the Steam API 2024-05-10T14:28:25.155+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Trying to read preferences file with charset: Big5 2024-05-10T14:28:25.166+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Successfully read preferences file with charset: Big5 2024-05-10T14:28:28.974+03:00 INFO 3756 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T14:28:29.015+03:00 INFO 3756 --- [FAF Client] [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 10.593 seconds (process running for 11.646) 2024-05-10T14:28:29.435+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.update.Version : The current application version is: 2024.5.0 2024-05-10T14:28:30.297+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.update.ClientUpdateService : Current version: 2024.5.0 2024-05-10T14:28:30.303+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update 2024-05-10T14:28:31.106+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.update.Version : fromVersion '2023.12.3' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T14:28:31.107+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.user.LoginService : Logging in with refresh token 2024-05-10T14:28:32.200+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.faforever.client.api.TokenRetriever : Token valid until 2024-05-10T12:28:32.198097500Z 2024-05-10T14:28:32.620+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Connected to ws.faforever.com on port 443 2024-05-10T14:28:35.830+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.client.chat.KittehChatService : Connecting to IRC 2024-05-10T14:28:35.922+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] com.faforever.client.update.Version : fromVersion '2024.5' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T14:28:47.456+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.462+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.478+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.card' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/style.css 2024-05-10T14:28:47.479+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-border-color' from rule '*.card' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/style.css 2024-05-10T14:28:47.481+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.485+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.486+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.488+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.490+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.492+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.494+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.495+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.497+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.498+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.500+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.500+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.501+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.503+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.503+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.504+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.505+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.506+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.506+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.507+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.508+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.509+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.511+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.512+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.512+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.513+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.514+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.515+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.515+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.516+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.517+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.519+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.520+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.521+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.522+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.522+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.523+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.524+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.525+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.526+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.527+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.528+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.528+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.528+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.529+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.529+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.529+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.530+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.531+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.531+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.532+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.532+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.532+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.533+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.533+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.533+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.534+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.535+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.536+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.536+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.536+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.537+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.537+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.538+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.538+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.538+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.539+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.541+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.542+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.542+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.543+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.543+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.544+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.544+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.545+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.545+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.545+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.546+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.546+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.547+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.547+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.548+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.548+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.548+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.549+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.549+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.550+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.550+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.551+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.551+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.552+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.552+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.552+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.553+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.553+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.553+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.554+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.554+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.555+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.555+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.556+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.556+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.556+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.556+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.557+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.557+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.558+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.559+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.559+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.560+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.560+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.560+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.561+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:28:47.561+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:47.561+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:28:48.381+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:29:11.405+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:29:17.879+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:29:17.879+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.game.GameRunner : Joining game: 'Welcome noobs' (22464282) 2024-05-10T14:29:18.232+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2360, version=3809, name=ForgedAlliance.exe, md5=c7cfd242315e96053e27c392a3b0b3b2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe?verify=1715340280-GqMWAcxSbLxbniwE3ob8qijbqINSoRKObn1V9Rn2D9g%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe, hmacToken=1715340280-GqMWAcxSbLxbniwE3ob8qijbqINSoRKObn1V9Rn2D9g%3D, hmacParameter=verify)` 2024-05-10T14:29:18.255+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2351, version=3809, name=init_faf.lua, md5=86f27000aa5e441fc815a1e674cbef19, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua?verify=1715340280-fEN6ykoP3WX98pujmmaDz1ycw4h%2Bhngd09Pw4%2FZwejY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua, hmacToken=1715340280-fEN6ykoP3WX98pujmmaDz1ycw4h%2Bhngd09Pw4%2FZwejY%3D, hmacParameter=verify)` 2024-05-10T14:29:18.328+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=179, version=3634, name=faforever.faf, md5=51c196294638c22071dc8ee01e55771e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf?verify=1715340280-DZt72MTg6sbjVeqGMpiw3BzX5qsUAv9WV4CwxGacWZw%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf, hmacToken=1715340280-DZt72MTg6sbjVeqGMpiw3BzX5qsUAv9WV4CwxGacWZw%3D, hmacParameter=verify)` 2024-05-10T14:29:18.328+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=1330, version=3709, name=init_ladder1v1.lua, md5=88ee8e210112031bff137ae327683b41, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua?verify=1715340280-hK22%2Bgey%2Fx4yM%2BZSB%2Bo17omceoHb0cpPFOLvvTusNmg%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua, hmacToken=1715340280-hK22%2Bgey%2Fx4yM%2BZSB%2Bo17omceoHb0cpPFOLvvTusNmg%3D, hmacParameter=verify)` 2024-05-10T14:29:18.340+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=99, version=1, name=GDFBinary.dll, md5=6f57f59c2e705d7a5a02d49e3915cb26, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll?verify=1715340280-txfZjOA5ux7YgursoK7MjksDKk62WiyaloajUngM0E0%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll, hmacToken=1715340280-txfZjOA5ux7YgursoK7MjksDKk62WiyaloajUngM0E0%3D, hmacParameter=verify)` 2024-05-10T14:29:18.340+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2356, version=3809, name=SupComDataPath.lua, md5=88e26f5a8336094acee87e541f12bba2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua?verify=1715340280-9lyvIvmssDG7bSV6vQFPCpvZ9NbxiDpbeGL7UE%2FHyFY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua, hmacToken=1715340280-9lyvIvmssDG7bSV6vQFPCpvZ9NbxiDpbeGL7UE%2FHyFY%3D, hmacParameter=verify)` 2024-05-10T14:29:18.341+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=101, version=1, name=SupComDataPathFAF.lua, md5=962c9d1327657d77184adcf358c628f1, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua?verify=1715340280-lCMme%2BZ8rlyWvCziR6%2BJW3EQrPsHcif0%2BMEuge8Y%2Fdg%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua, hmacToken=1715340280-lCMme%2BZ8rlyWvCziR6%2BJW3EQrPsHcif0%2BMEuge8Y%2Fdg%3D, hmacParameter=verify)` 2024-05-10T14:29:18.349+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=102, version=1, name=init_nonxt.lua, md5=16da7063ae3309c154a2c544f559b3a9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua?verify=1715340280-XmBQcTdsAN%2BVvtClYUiNC%2BmzjubPkz1N7A1%2Fb2OYfAs%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua, hmacToken=1715340280-XmBQcTdsAN%2BVvtClYUiNC%2BmzjubPkz1N7A1%2Fb2OYfAs%3D, hmacParameter=verify)` 2024-05-10T14:29:18.370+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2349, version=3809, name=effects.nx2, md5=50dcb9d0e2a3f212da9f769d3a80fbf0, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2?verify=1715340280-mgwpDSfUTBPb23zvgVSP6a1uWhNOU7Az7RjsVhukrpo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2, hmacToken=1715340280-mgwpDSfUTBPb23zvgVSP6a1uWhNOU7Az7RjsVhukrpo%3D, hmacParameter=verify)` 2024-05-10T14:29:20.977+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2350, version=3809, name=env.nx2, md5=f53e0f9aeccfba69543e622c3345e045, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2?verify=1715340280-hj%2BuYcPcRcdn79IZOQvwxmHUxQvNkkFoilMTwJRuX2A%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2, hmacToken=1715340280-hj%2BuYcPcRcdn79IZOQvwxmHUxQvNkkFoilMTwJRuX2A%3D, hmacParameter=verify)` 2024-05-10T14:29:21.006+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2354, version=3809, name=loc.nx2, md5=055bb0edd7daac3061d190e817f19d1e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2?verify=1715340280-jJZ2VzNXsK4vdLjsYa5SFZBVYVh4xoyafMG7%2Bawcl0Q%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2, hmacToken=1715340280-jJZ2VzNXsK4vdLjsYa5SFZBVYVh4xoyafMG7%2Bawcl0Q%3D, hmacParameter=verify)` 2024-05-10T14:29:21.028+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2359, version=3809, name=lua.nx2, md5=8281ef04f53f55884730a251328b4813, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2?verify=1715340280-1wF4wiuL8Ht0Pj4%2FkRl2UuJfvJl6yfPD4octhBdveyw%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2, hmacToken=1715340280-1wF4wiuL8Ht0Pj4%2FkRl2UuJfvJl6yfPD4octhBdveyw%3D, hmacParameter=verify)` 2024-05-10T14:29:21.052+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2353, version=3809, name=meshes.nx2, md5=2c86b73974678bee3d57c9a2ae1827e6, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2?verify=1715340280-UUjOMsZmbJ2J80UlCtoJc%2BD8xoLYajTPdz322thZwbA%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2, hmacToken=1715340280-UUjOMsZmbJ2J80UlCtoJc%2BD8xoLYajTPdz322thZwbA%3D, hmacParameter=verify)` 2024-05-10T14:29:21.061+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=999, version=3677, name=modules.nx2, md5=8eaeb838a8a6f2585351d50e4a20d5d9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt?verify=1715340280-YncJZyEeGUHoEaCB1oJ8ILABwhTgdmzf%2FDItsa2RbVU%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt, hmacToken=1715340280-YncJZyEeGUHoEaCB1oJ8ILABwhTgdmzf%2FDItsa2RbVU%3D, hmacParameter=verify)` 2024-05-10T14:29:21.074+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2358, version=3809, name=projectiles.nx2, md5=53218743a73a3ff68a5d7e3963b1e62f, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2?verify=1715340280-xtajlfnyFK0%2Bu1vvxULUc%2F6wLxTzMl08BvUYyHAsALE%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2, hmacToken=1715340280-xtajlfnyFK0%2Bu1vvxULUc%2F6wLxTzMl08BvUYyHAsALE%3D, hmacParameter=verify)` 2024-05-10T14:29:21.083+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2355, version=3809, name=schook.nx2, md5=49b242006d3ed9c1b80de3c9dd859ca7, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2?verify=1715340280-OQcP1xJOb45WcBd%2Fhpm0oX9j20RenfzJCcCmkCc6rk4%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2, hmacToken=1715340280-OQcP1xJOb45WcBd%2Fhpm0oX9j20RenfzJCcCmkCc6rk4%3D, hmacParameter=verify)` 2024-05-10T14:29:21.605+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2357, version=3809, name=textures.nx2, md5=eca0b10296c4e6df04d9d1fbcfd66a83, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2?verify=1715340280-OlJlhePaR4WoeP6cxnSTV8NBGLTnLwvxMWsNEa9I3Pc%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2, hmacToken=1715340280-OlJlhePaR4WoeP6cxnSTV8NBGLTnLwvxMWsNEa9I3Pc%3D, hmacParameter=verify)` 2024-05-10T14:29:22.301+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2352, version=3809, name=units.nx2, md5=a12296b10b1756ea8cd00c6f26169910, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2?verify=1715340280-sX%2BZMAEhdRdAeKtWqjKQmmJPWWiFkGQhkR%2FwkcP4I0I%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2, hmacToken=1715340280-sX%2BZMAEhdRdAeKtWqjKQmmJPWWiFkGQhkR%2FwkcP4I0I%3D, hmacParameter=verify)` 2024-05-10T14:29:22.309+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2348, version=3809, name=etc.nx2, md5=b3f81321ffbb086dbdd64ece568e2258, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2?verify=1715340280-GsFBTygnsiULeSIqUNQ32UR0wFUdLli%2BIyqUArpcoc0%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2, hmacToken=1715340280-GsFBTygnsiULeSIqUNQ32UR0wFUdLli%2BIyqUArpcoc0%3D, hmacParameter=verify)` 2024-05-10T14:29:22.314+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-2] c.f.c.patch.GameBinariesUpdateTaskImpl : Updating binaries to `3809` 2024-05-10T14:29:22.738+03:00 INFO 3756 --- [FAF Client] [Thread-31] c.faforever.client.replay.ReplayServer : Connecting to replay server at `lobby.faforever.com:15000` 2024-05-10T14:29:22.741+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Starting ICE adapter with command: [e:\faf client\jre\bin\java.exe, -Dorg.ice4j.ipv6.DISABLED=true, -cp, E:\FAF Client\natives\faf-ice-adapter.jar;E:\FAF Client\.\lib\javafx-base-21-win.jar;E:\FAF Client\.\lib\javafx-base-21.jar;E:\FAF Client\.\lib\javafx-controls-21-win.jar;E:\FAF Client\.\lib\javafx-controls-21.jar;E:\FAF Client\.\lib\javafx-fxml-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21.jar;E:\FAF Client\.\lib\javafx-media-21-win.jar;E:\FAF Client\.\lib\javafx-media-21.jar;E:\FAF Client\.\lib\javafx-swing-21-win.jar;E:\FAF Client\.\lib\javafx-web-21-win.jar, com.faforever.iceadapter.IceAdapter, --id, 453267, --game-id, 22464282, --login, BoljeDOR, --rpc-port, 59066, --gpgnet-port, 59067, --debug-window, --info-window] 2024-05-10T14:29:22.837+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 1/50) 2024-05-10T14:29:23.090+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 2/50) 2024-05-10T14:29:23.342+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 3/50) 2024-05-10T14:29:23.593+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 4/50) 2024-05-10T14:29:23.845+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 5/50) 2024-05-10T14:29:24.097+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 6/50) 2024-05-10T14:29:24.349+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 7/50) 2024-05-10T14:29:24.601+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-4] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 8/50) 2024-05-10T14:29:25.590+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.c.fa.ForgedAllianceLaunchService : Starting Forged Alliance with command: [E:\faf\bin\ForgedAlliance.exe, /init, init.lua, /nobugreport, /log, %USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\logs\game_22464282.log, /gpgnet, 127.0.0.1:59067, /mean, 1368.81005859375, /deviation, 108.13500213623047, /savereplay, gpgnet://127.0.0.1:59068/22464282/BoljeDOR.SCFAreplay, /country, RU, /numgames, 838, /numgames, 197] in directory: E:\faf\bin 2024-05-10T14:33:01.336+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T14:33:01.340+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Outbound channel cancelled 2024-05-10T14:33:01.340+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Inbound channel closed 2024-05-10T14:33:01.341+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Disconnected from server 2024-05-10T14:33:01.687+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Connected to ws.faforever.com on port 443 2024-05-10T14:33:29.400+03:00 INFO 3756 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T14:33:49.923+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.game.GameRunner : Forged Alliance terminated with exit code 0 2024-05-10T14:33:49.934+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([]) 2024-05-10T14:33:50.513+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : ICE adapter terminated normally 2024-05-10T14:34:03.481+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:34:05.282+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:34:05.282+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.game.GameRunner : Joining game: 'Welcome noobs' (22464282) 2024-05-10T14:34:05.310+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2360, version=3809, name=ForgedAlliance.exe, md5=c7cfd242315e96053e27c392a3b0b3b2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe?verify=1715340280-GqMWAcxSbLxbniwE3ob8qijbqINSoRKObn1V9Rn2D9g%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe, hmacToken=1715340280-GqMWAcxSbLxbniwE3ob8qijbqINSoRKObn1V9Rn2D9g%3D, hmacParameter=verify)` 2024-05-10T14:34:05.311+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2351, version=3809, name=init_faf.lua, md5=86f27000aa5e441fc815a1e674cbef19, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua?verify=1715340280-fEN6ykoP3WX98pujmmaDz1ycw4h%2Bhngd09Pw4%2FZwejY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua, hmacToken=1715340280-fEN6ykoP3WX98pujmmaDz1ycw4h%2Bhngd09Pw4%2FZwejY%3D, hmacParameter=verify)` 2024-05-10T14:34:05.331+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=179, version=3634, name=faforever.faf, md5=51c196294638c22071dc8ee01e55771e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf?verify=1715340280-DZt72MTg6sbjVeqGMpiw3BzX5qsUAv9WV4CwxGacWZw%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf, hmacToken=1715340280-DZt72MTg6sbjVeqGMpiw3BzX5qsUAv9WV4CwxGacWZw%3D, hmacParameter=verify)` 2024-05-10T14:34:05.331+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=1330, version=3709, name=init_ladder1v1.lua, md5=88ee8e210112031bff137ae327683b41, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua?verify=1715340280-hK22%2Bgey%2Fx4yM%2BZSB%2Bo17omceoHb0cpPFOLvvTusNmg%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua, hmacToken=1715340280-hK22%2Bgey%2Fx4yM%2BZSB%2Bo17omceoHb0cpPFOLvvTusNmg%3D, hmacParameter=verify)` 2024-05-10T14:34:05.332+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=99, version=1, name=GDFBinary.dll, md5=6f57f59c2e705d7a5a02d49e3915cb26, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll?verify=1715340280-txfZjOA5ux7YgursoK7MjksDKk62WiyaloajUngM0E0%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll, hmacToken=1715340280-txfZjOA5ux7YgursoK7MjksDKk62WiyaloajUngM0E0%3D, hmacParameter=verify)` 2024-05-10T14:34:05.333+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2356, version=3809, name=SupComDataPath.lua, md5=88e26f5a8336094acee87e541f12bba2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua?verify=1715340280-9lyvIvmssDG7bSV6vQFPCpvZ9NbxiDpbeGL7UE%2FHyFY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua, hmacToken=1715340280-9lyvIvmssDG7bSV6vQFPCpvZ9NbxiDpbeGL7UE%2FHyFY%3D, hmacParameter=verify)` 2024-05-10T14:34:05.333+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=101, version=1, name=SupComDataPathFAF.lua, md5=962c9d1327657d77184adcf358c628f1, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua?verify=1715340280-lCMme%2BZ8rlyWvCziR6%2BJW3EQrPsHcif0%2BMEuge8Y%2Fdg%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua, hmacToken=1715340280-lCMme%2BZ8rlyWvCziR6%2BJW3EQrPsHcif0%2BMEuge8Y%2Fdg%3D, hmacParameter=verify)` 2024-05-10T14:34:05.334+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=102, version=1, name=init_nonxt.lua, md5=16da7063ae3309c154a2c544f559b3a9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua?verify=1715340280-XmBQcTdsAN%2BVvtClYUiNC%2BmzjubPkz1N7A1%2Fb2OYfAs%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua, hmacToken=1715340280-XmBQcTdsAN%2BVvtClYUiNC%2BmzjubPkz1N7A1%2Fb2OYfAs%3D, hmacParameter=verify)` 2024-05-10T14:34:05.339+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2349, version=3809, name=effects.nx2, md5=50dcb9d0e2a3f212da9f769d3a80fbf0, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2?verify=1715340280-mgwpDSfUTBPb23zvgVSP6a1uWhNOU7Az7RjsVhukrpo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2, hmacToken=1715340280-mgwpDSfUTBPb23zvgVSP6a1uWhNOU7Az7RjsVhukrpo%3D, hmacParameter=verify)` 2024-05-10T14:34:06.058+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2350, version=3809, name=env.nx2, md5=f53e0f9aeccfba69543e622c3345e045, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2?verify=1715340280-hj%2BuYcPcRcdn79IZOQvwxmHUxQvNkkFoilMTwJRuX2A%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2, hmacToken=1715340280-hj%2BuYcPcRcdn79IZOQvwxmHUxQvNkkFoilMTwJRuX2A%3D, hmacParameter=verify)` 2024-05-10T14:34:06.062+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2354, version=3809, name=loc.nx2, md5=055bb0edd7daac3061d190e817f19d1e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2?verify=1715340280-jJZ2VzNXsK4vdLjsYa5SFZBVYVh4xoyafMG7%2Bawcl0Q%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2, hmacToken=1715340280-jJZ2VzNXsK4vdLjsYa5SFZBVYVh4xoyafMG7%2Bawcl0Q%3D, hmacParameter=verify)` 2024-05-10T14:34:06.067+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2359, version=3809, name=lua.nx2, md5=8281ef04f53f55884730a251328b4813, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2?verify=1715340280-1wF4wiuL8Ht0Pj4%2FkRl2UuJfvJl6yfPD4octhBdveyw%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2, hmacToken=1715340280-1wF4wiuL8Ht0Pj4%2FkRl2UuJfvJl6yfPD4octhBdveyw%3D, hmacParameter=verify)` 2024-05-10T14:34:06.073+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2353, version=3809, name=meshes.nx2, md5=2c86b73974678bee3d57c9a2ae1827e6, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2?verify=1715340280-UUjOMsZmbJ2J80UlCtoJc%2BD8xoLYajTPdz322thZwbA%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2, hmacToken=1715340280-UUjOMsZmbJ2J80UlCtoJc%2BD8xoLYajTPdz322thZwbA%3D, hmacParameter=verify)` 2024-05-10T14:34:06.073+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=999, version=3677, name=modules.nx2, md5=8eaeb838a8a6f2585351d50e4a20d5d9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt?verify=1715340280-YncJZyEeGUHoEaCB1oJ8ILABwhTgdmzf%2FDItsa2RbVU%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt, hmacToken=1715340280-YncJZyEeGUHoEaCB1oJ8ILABwhTgdmzf%2FDItsa2RbVU%3D, hmacParameter=verify)` 2024-05-10T14:34:06.075+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2358, version=3809, name=projectiles.nx2, md5=53218743a73a3ff68a5d7e3963b1e62f, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2?verify=1715340280-xtajlfnyFK0%2Bu1vvxULUc%2F6wLxTzMl08BvUYyHAsALE%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2, hmacToken=1715340280-xtajlfnyFK0%2Bu1vvxULUc%2F6wLxTzMl08BvUYyHAsALE%3D, hmacParameter=verify)` 2024-05-10T14:34:06.075+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2355, version=3809, name=schook.nx2, md5=49b242006d3ed9c1b80de3c9dd859ca7, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2?verify=1715340280-OQcP1xJOb45WcBd%2Fhpm0oX9j20RenfzJCcCmkCc6rk4%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2, hmacToken=1715340280-OQcP1xJOb45WcBd%2Fhpm0oX9j20RenfzJCcCmkCc6rk4%3D, hmacParameter=verify)` 2024-05-10T14:34:06.222+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2357, version=3809, name=textures.nx2, md5=eca0b10296c4e6df04d9d1fbcfd66a83, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2?verify=1715340280-OlJlhePaR4WoeP6cxnSTV8NBGLTnLwvxMWsNEa9I3Pc%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2, hmacToken=1715340280-OlJlhePaR4WoeP6cxnSTV8NBGLTnLwvxMWsNEa9I3Pc%3D, hmacParameter=verify)` 2024-05-10T14:34:06.427+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2352, version=3809, name=units.nx2, md5=a12296b10b1756ea8cd00c6f26169910, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2?verify=1715340280-sX%2BZMAEhdRdAeKtWqjKQmmJPWWiFkGQhkR%2FwkcP4I0I%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2, hmacToken=1715340280-sX%2BZMAEhdRdAeKtWqjKQmmJPWWiFkGQhkR%2FwkcP4I0I%3D, hmacParameter=verify)` 2024-05-10T14:34:06.427+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2348, version=3809, name=etc.nx2, md5=b3f81321ffbb086dbdd64ece568e2258, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2?verify=1715340280-GsFBTygnsiULeSIqUNQ32UR0wFUdLli%2BIyqUArpcoc0%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2, hmacToken=1715340280-GsFBTygnsiULeSIqUNQ32UR0wFUdLli%2BIyqUArpcoc0%3D, hmacParameter=verify)` 2024-05-10T14:34:06.428+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-4] c.f.c.patch.GameBinariesUpdateTaskImpl : Updating binaries to `3809` 2024-05-10T14:34:06.552+03:00 INFO 3756 --- [FAF Client] [Thread-43] c.faforever.client.replay.ReplayServer : Connecting to replay server at `lobby.faforever.com:15000` 2024-05-10T14:34:06.552+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Starting ICE adapter with command: [e:\faf client\jre\bin\java.exe, -Dorg.ice4j.ipv6.DISABLED=true, -cp, E:\FAF Client\natives\faf-ice-adapter.jar;E:\FAF Client\.\lib\javafx-base-21-win.jar;E:\FAF Client\.\lib\javafx-base-21.jar;E:\FAF Client\.\lib\javafx-controls-21-win.jar;E:\FAF Client\.\lib\javafx-controls-21.jar;E:\FAF Client\.\lib\javafx-fxml-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21.jar;E:\FAF Client\.\lib\javafx-media-21-win.jar;E:\FAF Client\.\lib\javafx-media-21.jar;E:\FAF Client\.\lib\javafx-swing-21-win.jar;E:\FAF Client\.\lib\javafx-web-21-win.jar, com.faforever.iceadapter.IceAdapter, --id, 453267, --game-id, 22464282, --login, BoljeDOR, --rpc-port, 59151, --gpgnet-port, 59152, --debug-window, --info-window] 2024-05-10T14:34:06.556+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 1/50) 2024-05-10T14:34:06.807+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 2/50) 2024-05-10T14:34:07.059+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 3/50) 2024-05-10T14:34:07.311+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 4/50) 2024-05-10T14:34:07.563+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 5/50) 2024-05-10T14:34:07.815+03:00 WARN 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 6/50) 2024-05-10T14:34:08.403+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-3] c.f.c.fa.ForgedAllianceLaunchService : Starting Forged Alliance with command: [E:\faf\bin\ForgedAlliance.exe, /init, init.lua, /nobugreport, /log, %USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\logs\game_22464282.log, /gpgnet, 127.0.0.1:59152, /mean, 1368.81005859375, /deviation, 108.13500213623047, /savereplay, gpgnet://127.0.0.1:59153/22464282/BoljeDOR.SCFAreplay, /country, RU, /numgames, 838, /numgames, 197] in directory: E:\faf\bin 2024-05-10T14:34:46.635+03:00 INFO 3756 --- [FAF Client] [Thread-43] c.faforever.client.replay.ReplayServer : Accepted connection from `/127.0.0.1:59183` 2024-05-10T14:37:22.010+03:00 ERROR 3756 --- [FAF Client] [Thread-43] c.faforever.client.replay.ReplayServer : Error while recording replay java.net.SocketException: Connection reset at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:318) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099) at java.base/java.io.InputStream.read(InputStream.java:220) at com.faforever.client.replay.ReplayServer.recordAndRelay(ReplayServer.java:157) at com.faforever.client.replay.ReplayServer.lambda$start$1(ReplayServer.java:108) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T14:37:22.021+03:00 WARN 3756 --- [FAF Client] [Thread-43] c.faforever.client.replay.ReplayServer : Error in replay server java.net.SocketException: Connection reset at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:318) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099) at java.base/java.io.InputStream.read(InputStream.java:220) at com.faforever.client.replay.ReplayServer.recordAndRelay(ReplayServer.java:157) at com.faforever.client.replay.ReplayServer.lambda$start$1(ReplayServer.java:108) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T14:37:22.073+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] com.faforever.client.game.GameRunner : Forged Alliance terminated with exit code 1 2024-05-10T14:37:22.084+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([]) 2024-05-10T14:37:23.262+03:00 INFO 3756 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.fa.relay.ice.IceAdapterImpl : ICE adapter terminated normally 2024-05-10T14:38:29.404+03:00 INFO 3756 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T14:43:29.409+03:00 INFO 3756 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T14:46:30.636+03:00 WARN 3756 --- [FAF Client] [KICL Listener (Unnamed)] c.f.client.chat.KittehChatService : Exception in message processing java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Error has been observed at the following site(s): *_______________ ⇢ at reactor.netty.channel.ChannelOperations.receiveObject(ChannelOperations.java:279) |_ Flux.from ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:572) |_ Flux.map ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:573) |_ Flux.from ⇢ at reactor.netty.ByteBufFlux.fromInbound(ByteBufFlux.java:71) |_ ⇢ at reactor.netty.ByteBufFlux.asString(ByteBufFlux.java:259) |_ Flux.doOnNext ⇢ at com.faforever.client.chat.kitteh.network.WebSocketConnection.lambda$new$6(WebSocketConnection.java:97) Original Stack Trace: at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T14:46:30.656+03:00 ERROR 3756 --- [FAF Client] [reactor-http-nio-2] reactor.core.publisher.Operators : Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: io.netty.handler.ssl.SslClosedEngineException: SSLEngine closed already Caused by: io.netty.handler.ssl.SslClosedEngineException: SSLEngine closed already at io.netty.handler.ssl.SslHandler.wrap(SslHandler.java:906) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Assembly trace from producer [reactor.core.publisher.MonoIgnoreThen] : reactor.core.publisher.Mono.thenEmpty reactor.netty.ReactorNetty$OutboundThen.(ReactorNetty.java:749) Error has been observed at the following site(s): *________Mono.thenEmpty ⇢ at reactor.netty.ReactorNetty$OutboundThen.(ReactorNetty.java:749) |_ ⇢ at reactor.netty.ReactorNetty$OutboundThen.then(ReactorNetty.java:794) *________Mono.thenEmpty ⇢ at reactor.netty.ReactorNetty$OutboundThen.(ReactorNetty.java:749) |_ ⇢ at reactor.netty.ReactorNetty$OutboundThen.then(ReactorNetty.java:794) *__Mono.firstWithSignal ⇢ at com.faforever.client.chat.kitteh.network.WebSocketConnection.lambda$new$6(WebSocketConnection.java:111) |_ Mono.subscribeOn ⇢ at com.faforever.client.chat.kitteh.network.WebSocketConnection.lambda$new$6(WebSocketConnection.java:111) Original Stack Trace: at io.netty.handler.ssl.SslHandler.wrap(SslHandler.java:906) at io.netty.handler.ssl.SslHandler.wrapAndFlush(SslHandler.java:822) at io.netty.handler.ssl.SslHandler.flush(SslHandler.java:803) at io.netty.handler.ssl.SslHandler.flush(SslHandler.java:2074) at io.netty.handler.ssl.SslHandler.closeOutboundAndChannel(SslHandler.java:2043) at io.netty.handler.ssl.SslHandler.close(SslHandler.java:754) at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:761) at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:733) at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:560) at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:957) at io.netty.channel.AbstractChannel.close(AbstractChannel.java:244) at reactor.netty.http.client.HttpClientOperations.onInboundCancel(HttpClientOperations.java:299) at reactor.netty.channel.FluxReceive.disposeAndUnsubscribeReceiver(FluxReceive.java:492) at reactor.netty.channel.FluxReceive.lambda$new$0(FluxReceive.java:88) at reactor.netty.channel.FluxReceive.cancelReceiver(FluxReceive.java:201) at reactor.netty.channel.FluxReceive.doCancel(FluxReceive.java:207) at reactor.netty.channel.FluxReceive.dispose(FluxReceive.java:120) at reactor.netty.channel.ChannelOperations.discard(ChannelOperations.java:375) at reactor.netty.channel.ChannelOperations.dispose(ChannelOperations.java:208) at com.faforever.client.chat.kitteh.network.WebSocketConnection.shutdown(WebSocketConnection.java:152) at com.faforever.client.chat.kitteh.network.WebSocketConnection.shutdown(WebSocketConnection.java:141) at com.faforever.client.chat.kitteh.network.WebSocketConnection.handleException(WebSocketConnection.java:124) at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:225) at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234) at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.onError(FluxHandleFuseable.java:229) at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onError(FluxMapFuseable.java:340) at reactor.netty.channel.FluxReceive.onInboundError(FluxReceive.java:465) at reactor.netty.channel.ChannelOperations.onInboundError(ChannelOperations.java:515) at reactor.netty.channel.ChannelOperationsHandler.exceptionCaught(ChannelOperationsHandler.java:145) at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) at io.netty.handler.ssl.SslHandler.exceptionCaught(SslHandler.java:1204) at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1377) at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.handleReadException(AbstractNioByteChannel.java:125) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:177) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T14:46:30.658+03:00 ERROR 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Inbound channel closed with error java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Error has been observed at the following site(s): *______________________ ⇢ at reactor.netty.channel.ChannelOperations.receiveObject(ChannelOperations.java:279) |_ Flux.from ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:572) |_ Flux.map ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:573) |_ Flux.from ⇢ at reactor.netty.ByteBufFlux.fromInbound(ByteBufFlux.java:71) |_ ⇢ at reactor.netty.ByteBufFlux.asString(ByteBufFlux.java:259) |_ Flux.flatMapIterable ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:140) |_ Flux.windowUntil ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:141) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:142) Original Stack Trace: at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T14:46:30.659+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Inbound channel cancelled 2024-05-10T14:46:30.659+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Outbound channel cancelled 2024-05-10T14:46:30.659+03:00 ERROR 3756 --- [FAF Client] [reactor-http-nio-2] reactor.core.publisher.Operators : Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: java.net.SocketException: Connection reset Caused by: java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Error has been observed at the following site(s): *______________________ ⇢ at reactor.netty.channel.ChannelOperations.receiveObject(ChannelOperations.java:279) |_ Flux.from ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:572) |_ Flux.map ⇢ at reactor.netty.ReactorNetty.publisherOrScalarMap(ReactorNetty.java:573) |_ Flux.from ⇢ at reactor.netty.ByteBufFlux.fromInbound(ByteBufFlux.java:71) |_ ⇢ at reactor.netty.ByteBufFlux.asString(ByteBufFlux.java:259) |_ Flux.flatMapIterable ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:140) |_ Flux.windowUntil ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:141) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:142) |_ Flux.doOnError ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:143) |_ Flux.doOnComplete ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:144) |_ Flux.doOnCancel ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:145) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:146) |_ Flux.flatMap ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:160) |_ Flux.doOnNext ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:167) |_ Flux.then ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:173) *__Mono.firstWithSignal ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:208) |_ Mono.subscribeOn ⇢ at com.faforever.commons.lobby.FafLobbyClient.openConnection$lambda-40(FafLobbyClient.kt:208) Original Stack Trace: at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2024-05-10T14:46:30.660+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Disconnected from server 2024-05-10T14:47:36.410+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T14:47:41.813+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-6] c.f.commons.lobby.FafLobbyClient : Connected to ws.faforever.com on port 443 2024-05-10T14:47:41.965+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-6] c.f.commons.lobby.FafLobbyClient : Outbound channel cancelled 2024-05-10T14:47:41.966+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-6] c.f.commons.lobby.FafLobbyClient : Inbound channel closed 2024-05-10T14:47:41.967+03:00 INFO 3756 --- [FAF Client] [reactor-http-nio-6] c.f.commons.lobby.FafLobbyClient : Disconnected from server 2024-05-10T14:47:50.724+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T14:47:55.212+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.faforever.client.FafClientApplication : Stopping application 2024-05-10T14:47:55.218+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T14:47:57.253+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'kittehChatService': java.util.concurrent.RejectedExecutionException: event executor terminated 2024-05-10T14:47:57.254+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.faforever.client.steam.SteamService : Stopping the Steam API 2024-05-10T14:47:57.257+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([]) 2024-05-10T14:47:57.259+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.c.map.generator.MapGeneratorService : Deleting generated maps 2024-05-10T14:47:57.261+03:00 INFO 3756 --- [FAF Client] [Thread-12] com.faforever.client.map.MapService : Watcher terminated (null) 2024-05-10T14:47:57.264+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.remote.FafServerAccessor : Closing lobby server connection 2024-05-10T14:47:57.264+03:00 WARN 3756 --- [FAF Client] [JavaFX Application Thread] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'fafServerAccessor': java.util.concurrent.RejectedExecutionException: event executor terminated 2024-05-10T14:47:57.280+03:00 INFO 3756 --- [FAF Client] [pool-3-thread-1] c.faforever.client.theme.ThemeService : Watcher service terminated 2024-05-10T14:47:57.284+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T14:47:57.286+03:00 INFO 3756 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.config.BaseConfig : Shutting down ExecutorService 'taskExecutor' 2024-05-10T14:47:57.288+03:00 INFO 3756 --- [FAF Client] [Thread-79] c.faforever.client.FafClientApplication : Starting non-daemon detector thread 2024-05-10T14:48:03.978+03:00 INFO 14396 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Switching FA Forever logging configuration to INFO 2024-05-10T14:48:03.982+03:00 INFO 14396 --- [FAF Client] [JavaFX-Launcher] c.f.client.logging.LoggingService : Confirming info logging 2024-05-10T14:48:04.184+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Trying to read preferences file with charset: Big5 2024-05-10T14:48:04.191+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-1] c.f.client.game.GamePrefsService : Successfully read preferences file with charset: Big5 2024-05-10T14:48:04.255+03:00 INFO 14396 --- [FAF Client] [JavaFX-Launcher] c.faforever.client.steam.SteamService : Starting the Steam API 2024-05-10T14:48:04.770+03:00 INFO 14396 --- [FAF Client] [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 4.64 seconds (process running for 5.614) 2024-05-10T14:48:04.776+03:00 INFO 14396 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T14:48:04.986+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.update.Version : The current application version is: 2024.5.0 2024-05-10T14:48:05.623+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] c.f.client.update.ClientUpdateService : Current version: 2024.5.0 2024-05-10T14:48:05.629+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update 2024-05-10T14:48:06.121+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.update.Version : fromVersion '2023.12.3' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T14:48:06.122+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.user.LoginService : Logging in with refresh token 2024-05-10T14:48:06.621+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-2] c.faforever.client.api.TokenRetriever : Token valid until 2024-05-10T12:48:05.619917500Z 2024-05-10T14:48:06.935+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-2] c.f.commons.lobby.FafLobbyClient : Connected to ws.faforever.com on port 443 2024-05-10T14:48:09.661+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-2] c.f.client.chat.KittehChatService : Connecting to IRC 2024-05-10T14:48:09.753+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-2] com.faforever.client.update.Version : fromVersion '2024.5' is not newer than toVersion '2024.5'. No update is required. 2024-05-10T14:48:23.776+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.781+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.790+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.card' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/style.css 2024-05-10T14:48:23.792+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-border-color' from rule '*.card' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/style.css 2024-05-10T14:48:23.793+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.797+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.799+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.801+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.803+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.805+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.807+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.808+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.810+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.812+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.816+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.817+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.818+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.821+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.823+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.824+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.827+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.828+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.829+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.831+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.832+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.833+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.835+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.836+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.837+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.838+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.838+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.839+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.840+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of loader 'bootstrap'; javafx.scene.paint.Paint is in unnamed module of loader 'app')' while converting value for '-fx-background-color' from rule '*.icon' in stylesheet jar:file:/E:/FAF%20Client/lib/faf-client-2024.5.0-plain.jar!/theme/icons.css 2024-05-10T14:48:23.842+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:23.843+03:00 WARN 14396 --- [FAF Client] [JavaFX Application Thread] javafx.css : Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/E:/FAF%20Client/lib/javafx-controls-21-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss 2024-05-10T14:48:37.861+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:48:37.861+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.game.GameRunner : Joining game: 'RE' (22464397) 2024-05-10T14:48:37.875+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] c.f.c.map.generator.MapGeneratorService : Found MapGenerator version: 1.11.0 2024-05-10T14:48:37.882+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-3] c.f.c.map.generator.GenerateMapTask : Starting map generator in directory: `E:\faf\maps and mods\maps` with command: `e:\faf client\jre\bin\java.exe -jar E:\faf\map_generator\MapGenerator_1.11.0.jar --map-name neroxis_map_generator_1.11.0_ebxp7dz2pej2q_byeaecy` 2024-05-10T14:48:38.108+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2360, version=3809, name=ForgedAlliance.exe, md5=c7cfd242315e96053e27c392a3b0b3b2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe?verify=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe, hmacToken=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, hmacParameter=verify)` 2024-05-10T14:48:38.110+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2351, version=3809, name=init_faf.lua, md5=86f27000aa5e441fc815a1e674cbef19, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua?verify=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua, hmacToken=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, hmacParameter=verify)` 2024-05-10T14:48:38.129+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=179, version=3634, name=faforever.faf, md5=51c196294638c22071dc8ee01e55771e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf?verify=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf, hmacToken=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, hmacParameter=verify)` 2024-05-10T14:48:38.129+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=1330, version=3709, name=init_ladder1v1.lua, md5=88ee8e210112031bff137ae327683b41, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua?verify=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua, hmacToken=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, hmacParameter=verify)` 2024-05-10T14:48:38.130+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=99, version=1, name=GDFBinary.dll, md5=6f57f59c2e705d7a5a02d49e3915cb26, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll?verify=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll, hmacToken=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, hmacParameter=verify)` 2024-05-10T14:48:38.131+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2356, version=3809, name=SupComDataPath.lua, md5=88e26f5a8336094acee87e541f12bba2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua?verify=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua, hmacToken=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, hmacParameter=verify)` 2024-05-10T14:48:38.131+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=101, version=1, name=SupComDataPathFAF.lua, md5=962c9d1327657d77184adcf358c628f1, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua?verify=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua, hmacToken=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, hmacParameter=verify)` 2024-05-10T14:48:38.131+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=102, version=1, name=init_nonxt.lua, md5=16da7063ae3309c154a2c544f559b3a9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua?verify=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua, hmacToken=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, hmacParameter=verify)` 2024-05-10T14:48:38.137+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2349, version=3809, name=effects.nx2, md5=50dcb9d0e2a3f212da9f769d3a80fbf0, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2?verify=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2, hmacToken=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, hmacParameter=verify)` 2024-05-10T14:48:38.932+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2350, version=3809, name=env.nx2, md5=f53e0f9aeccfba69543e622c3345e045, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2?verify=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2, hmacToken=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, hmacParameter=verify)` 2024-05-10T14:48:38.936+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2354, version=3809, name=loc.nx2, md5=055bb0edd7daac3061d190e817f19d1e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2?verify=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2, hmacToken=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, hmacParameter=verify)` 2024-05-10T14:48:38.941+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2359, version=3809, name=lua.nx2, md5=8281ef04f53f55884730a251328b4813, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2?verify=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2, hmacToken=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, hmacParameter=verify)` 2024-05-10T14:48:38.947+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2353, version=3809, name=meshes.nx2, md5=2c86b73974678bee3d57c9a2ae1827e6, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2?verify=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2, hmacToken=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, hmacParameter=verify)` 2024-05-10T14:48:38.947+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=999, version=3677, name=modules.nx2, md5=8eaeb838a8a6f2585351d50e4a20d5d9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt?verify=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt, hmacToken=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, hmacParameter=verify)` 2024-05-10T14:48:38.949+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2358, version=3809, name=projectiles.nx2, md5=53218743a73a3ff68a5d7e3963b1e62f, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2?verify=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2, hmacToken=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, hmacParameter=verify)` 2024-05-10T14:48:38.949+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2355, version=3809, name=schook.nx2, md5=49b242006d3ed9c1b80de3c9dd859ca7, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2?verify=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2, hmacToken=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, hmacParameter=verify)` 2024-05-10T14:48:39.099+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2357, version=3809, name=textures.nx2, md5=eca0b10296c4e6df04d9d1fbcfd66a83, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2?verify=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2, hmacToken=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, hmacParameter=verify)` 2024-05-10T14:48:39.306+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2352, version=3809, name=units.nx2, md5=a12296b10b1756ea8cd00c6f26169910, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2?verify=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2, hmacToken=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, hmacParameter=verify)` 2024-05-10T14:48:39.306+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2348, version=3809, name=etc.nx2, md5=b3f81321ffbb086dbdd64ece568e2258, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2?verify=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2, hmacToken=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, hmacParameter=verify)` 2024-05-10T14:48:39.313+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-2] c.f.c.patch.GameBinariesUpdateTaskImpl : Updating binaries to `3809` 2024-05-10T14:48:41.515+03:00 INFO 14396 --- [FAF Client] [Thread-33] c.faforever.client.replay.ReplayServer : Connecting to replay server at `lobby.faforever.com:15000` 2024-05-10T14:48:41.516+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Starting ICE adapter with command: [e:\faf client\jre\bin\java.exe, -Dorg.ice4j.ipv6.DISABLED=true, -cp, E:\FAF Client\natives\faf-ice-adapter.jar;E:\FAF Client\.\lib\javafx-base-21-win.jar;E:\FAF Client\.\lib\javafx-base-21.jar;E:\FAF Client\.\lib\javafx-controls-21-win.jar;E:\FAF Client\.\lib\javafx-controls-21.jar;E:\FAF Client\.\lib\javafx-fxml-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21.jar;E:\FAF Client\.\lib\javafx-media-21-win.jar;E:\FAF Client\.\lib\javafx-media-21.jar;E:\FAF Client\.\lib\javafx-swing-21-win.jar;E:\FAF Client\.\lib\javafx-web-21-win.jar, com.faforever.iceadapter.IceAdapter, --id, 453267, --game-id, 22464397, --login, BoljeDOR, --rpc-port, 59849, --gpgnet-port, 59850, --debug-window, --info-window] 2024-05-10T14:48:41.523+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 1/50) 2024-05-10T14:48:41.774+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 2/50) 2024-05-10T14:48:42.026+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 3/50) 2024-05-10T14:48:42.278+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 4/50) 2024-05-10T14:48:42.530+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 5/50) 2024-05-10T14:48:42.781+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 6/50) 2024-05-10T14:48:43.307+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-2] c.f.c.fa.ForgedAllianceLaunchService : Starting Forged Alliance with command: [E:\faf\bin\ForgedAlliance.exe, /init, init.lua, /nobugreport, /log, %USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\logs\game_22464397.log, /gpgnet, 127.0.0.1:59850, /mean, 1368.81005859375, /deviation, 108.13500213623047, /savereplay, gpgnet://127.0.0.1:59851/22464397/BoljeDOR.SCFAreplay, /country, RU, /numgames, 838, /numgames, 197] in directory: E:\faf\bin 2024-05-10T14:49:24.635+03:00 INFO 14396 --- [FAF Client] [Thread-33] c.faforever.client.replay.ReplayServer : Accepted connection from `/127.0.0.1:59886` 2024-05-10T14:51:48.771+03:00 INFO 14396 --- [FAF Client] [Thread-33] c.faforever.client.replay.ReplayServer : FAF disconnected, writing replay data to file 2024-05-10T14:51:48.774+03:00 WARN 14396 --- [FAF Client] [Thread-33] c.f.commons.replay.VictoryCondition : Unknown victory condition: null 2024-05-10T14:51:48.777+03:00 INFO 14396 --- [FAF Client] [Thread-33] c.f.client.replay.ReplayFileWriterImpl : Writing replay file to `E:\faf\replays\22464397-BoljeDOR.fafreplay` (50.9 KiB) 2024-05-10T14:51:48.951+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] com.faforever.client.game.GameRunner : Forged Alliance terminated with exit code 0 2024-05-10T14:51:48.966+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([]) 2024-05-10T14:51:49.993+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : ICE adapter terminated normally 2024-05-10T14:53:05.024+03:00 INFO 14396 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs` 2024-05-10T14:53:10.411+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:53:10.411+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.game.GameRunner : Joining game: 're' (22464437) 2024-05-10T14:53:10.412+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] c.f.c.map.generator.MapGeneratorService : Found MapGenerator version: 1.11.0 2024-05-10T14:53:10.413+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-5] c.f.c.map.generator.GenerateMapTask : Starting map generator in directory: `E:\faf\maps and mods\maps` with command: `e:\faf client\jre\bin\java.exe -jar E:\faf\map_generator\MapGenerator_1.11.0.jar --map-name neroxis_map_generator_1.11.0_zdruxp7v3ny7m_byeaecy` 2024-05-10T14:53:10.439+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2360, version=3809, name=ForgedAlliance.exe, md5=c7cfd242315e96053e27c392a3b0b3b2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe?verify=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe, hmacToken=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, hmacParameter=verify)` 2024-05-10T14:53:10.440+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2351, version=3809, name=init_faf.lua, md5=86f27000aa5e441fc815a1e674cbef19, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua?verify=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua, hmacToken=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, hmacParameter=verify)` 2024-05-10T14:53:10.459+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=179, version=3634, name=faforever.faf, md5=51c196294638c22071dc8ee01e55771e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf?verify=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf, hmacToken=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, hmacParameter=verify)` 2024-05-10T14:53:10.459+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=1330, version=3709, name=init_ladder1v1.lua, md5=88ee8e210112031bff137ae327683b41, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua?verify=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua, hmacToken=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, hmacParameter=verify)` 2024-05-10T14:53:10.460+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=99, version=1, name=GDFBinary.dll, md5=6f57f59c2e705d7a5a02d49e3915cb26, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll?verify=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll, hmacToken=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, hmacParameter=verify)` 2024-05-10T14:53:10.461+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2356, version=3809, name=SupComDataPath.lua, md5=88e26f5a8336094acee87e541f12bba2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua?verify=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua, hmacToken=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, hmacParameter=verify)` 2024-05-10T14:53:10.461+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=101, version=1, name=SupComDataPathFAF.lua, md5=962c9d1327657d77184adcf358c628f1, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua?verify=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua, hmacToken=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, hmacParameter=verify)` 2024-05-10T14:53:10.461+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=102, version=1, name=init_nonxt.lua, md5=16da7063ae3309c154a2c544f559b3a9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua?verify=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua, hmacToken=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, hmacParameter=verify)` 2024-05-10T14:53:10.467+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2349, version=3809, name=effects.nx2, md5=50dcb9d0e2a3f212da9f769d3a80fbf0, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2?verify=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2, hmacToken=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, hmacParameter=verify)` 2024-05-10T14:53:11.194+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2350, version=3809, name=env.nx2, md5=f53e0f9aeccfba69543e622c3345e045, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2?verify=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2, hmacToken=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, hmacParameter=verify)` 2024-05-10T14:53:11.197+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2354, version=3809, name=loc.nx2, md5=055bb0edd7daac3061d190e817f19d1e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2?verify=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2, hmacToken=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, hmacParameter=verify)` 2024-05-10T14:53:11.202+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2359, version=3809, name=lua.nx2, md5=8281ef04f53f55884730a251328b4813, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2?verify=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2, hmacToken=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, hmacParameter=verify)` 2024-05-10T14:53:11.208+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2353, version=3809, name=meshes.nx2, md5=2c86b73974678bee3d57c9a2ae1827e6, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2?verify=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2, hmacToken=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, hmacParameter=verify)` 2024-05-10T14:53:11.208+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=999, version=3677, name=modules.nx2, md5=8eaeb838a8a6f2585351d50e4a20d5d9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt?verify=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt, hmacToken=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, hmacParameter=verify)` 2024-05-10T14:53:11.210+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2358, version=3809, name=projectiles.nx2, md5=53218743a73a3ff68a5d7e3963b1e62f, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2?verify=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2, hmacToken=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, hmacParameter=verify)` 2024-05-10T14:53:11.210+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2355, version=3809, name=schook.nx2, md5=49b242006d3ed9c1b80de3c9dd859ca7, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2?verify=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2, hmacToken=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, hmacParameter=verify)` 2024-05-10T14:53:11.360+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2357, version=3809, name=textures.nx2, md5=eca0b10296c4e6df04d9d1fbcfd66a83, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2?verify=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2, hmacToken=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, hmacParameter=verify)` 2024-05-10T14:53:11.565+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2352, version=3809, name=units.nx2, md5=a12296b10b1756ea8cd00c6f26169910, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2?verify=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2, hmacToken=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, hmacParameter=verify)` 2024-05-10T14:53:11.566+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2348, version=3809, name=etc.nx2, md5=b3f81321ffbb086dbdd64ece568e2258, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2?verify=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2, hmacToken=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, hmacParameter=verify)` 2024-05-10T14:53:11.568+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-4] c.f.c.patch.GameBinariesUpdateTaskImpl : Updating binaries to `3809` 2024-05-10T14:53:13.727+03:00 INFO 14396 --- [FAF Client] [Thread-50] c.faforever.client.replay.ReplayServer : Connecting to replay server at `lobby.faforever.com:15000` 2024-05-10T14:53:13.727+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Starting ICE adapter with command: [e:\faf client\jre\bin\java.exe, -Dorg.ice4j.ipv6.DISABLED=true, -cp, E:\FAF Client\natives\faf-ice-adapter.jar;E:\FAF Client\.\lib\javafx-base-21-win.jar;E:\FAF Client\.\lib\javafx-base-21.jar;E:\FAF Client\.\lib\javafx-controls-21-win.jar;E:\FAF Client\.\lib\javafx-controls-21.jar;E:\FAF Client\.\lib\javafx-fxml-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21-win.jar;E:\FAF Client\.\lib\javafx-graphics-21.jar;E:\FAF Client\.\lib\javafx-media-21-win.jar;E:\FAF Client\.\lib\javafx-media-21.jar;E:\FAF Client\.\lib\javafx-swing-21-win.jar;E:\FAF Client\.\lib\javafx-web-21-win.jar, com.faforever.iceadapter.IceAdapter, --id, 453267, --game-id, 22464437, --login, BoljeDOR, --rpc-port, 59905, --gpgnet-port, 59906, --debug-window, --info-window] 2024-05-10T14:53:13.730+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 1/50) 2024-05-10T14:53:13.982+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 2/50) 2024-05-10T14:53:14.234+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 3/50) 2024-05-10T14:53:14.487+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 4/50) 2024-05-10T14:53:14.740+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 5/50) 2024-05-10T14:53:14.991+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 6/50) 2024-05-10T14:53:15.515+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-4] c.f.c.fa.ForgedAllianceLaunchService : Starting Forged Alliance with command: [E:\faf\bin\ForgedAlliance.exe, /init, init.lua, /nobugreport, /log, %USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\logs\game_22464437.log, /gpgnet, 127.0.0.1:59906, /mean, 1368.81005859375, /deviation, 108.13500213623047, /savereplay, gpgnet://127.0.0.1:59907/22464437/BoljeDOR.SCFAreplay, /country, RU, /numgames, 838, /numgames, 197] in directory: E:\faf\bin 2024-05-10T14:55:35.692+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-5] com.faforever.client.game.GameRunner : Forged Alliance terminated with exit code 0 2024-05-10T14:55:35.700+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-5] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([]) 2024-05-10T14:55:36.805+03:00 INFO 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-3] c.f.client.fa.relay.ice.IceAdapterImpl : ICE adapter terminated normally 2024-05-10T14:55:45.797+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:55:45.822+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2360, version=3809, name=ForgedAlliance.exe, md5=c7cfd242315e96053e27c392a3b0b3b2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe?verify=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe, hmacToken=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, hmacParameter=verify)` 2024-05-10T14:55:45.823+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2351, version=3809, name=init_faf.lua, md5=86f27000aa5e441fc815a1e674cbef19, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua?verify=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua, hmacToken=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, hmacParameter=verify)` 2024-05-10T14:55:45.841+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=179, version=3634, name=faforever.faf, md5=51c196294638c22071dc8ee01e55771e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf?verify=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf, hmacToken=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, hmacParameter=verify)` 2024-05-10T14:55:45.841+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=1330, version=3709, name=init_ladder1v1.lua, md5=88ee8e210112031bff137ae327683b41, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua?verify=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua, hmacToken=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, hmacParameter=verify)` 2024-05-10T14:55:45.842+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=99, version=1, name=GDFBinary.dll, md5=6f57f59c2e705d7a5a02d49e3915cb26, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll?verify=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll, hmacToken=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, hmacParameter=verify)` 2024-05-10T14:55:45.842+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2356, version=3809, name=SupComDataPath.lua, md5=88e26f5a8336094acee87e541f12bba2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua?verify=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua, hmacToken=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, hmacParameter=verify)` 2024-05-10T14:55:45.843+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=101, version=1, name=SupComDataPathFAF.lua, md5=962c9d1327657d77184adcf358c628f1, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua?verify=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua, hmacToken=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, hmacParameter=verify)` 2024-05-10T14:55:45.843+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=102, version=1, name=init_nonxt.lua, md5=16da7063ae3309c154a2c544f559b3a9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua?verify=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua, hmacToken=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, hmacParameter=verify)` 2024-05-10T14:55:45.849+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2349, version=3809, name=effects.nx2, md5=50dcb9d0e2a3f212da9f769d3a80fbf0, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2?verify=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2, hmacToken=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, hmacParameter=verify)` 2024-05-10T14:55:46.544+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2350, version=3809, name=env.nx2, md5=f53e0f9aeccfba69543e622c3345e045, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2?verify=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2, hmacToken=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, hmacParameter=verify)` 2024-05-10T14:55:46.548+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2354, version=3809, name=loc.nx2, md5=055bb0edd7daac3061d190e817f19d1e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2?verify=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2, hmacToken=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, hmacParameter=verify)` 2024-05-10T14:55:46.553+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2359, version=3809, name=lua.nx2, md5=8281ef04f53f55884730a251328b4813, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2?verify=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2, hmacToken=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, hmacParameter=verify)` 2024-05-10T14:55:46.558+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2353, version=3809, name=meshes.nx2, md5=2c86b73974678bee3d57c9a2ae1827e6, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2?verify=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2, hmacToken=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, hmacParameter=verify)` 2024-05-10T14:55:46.558+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=999, version=3677, name=modules.nx2, md5=8eaeb838a8a6f2585351d50e4a20d5d9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt?verify=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt, hmacToken=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, hmacParameter=verify)` 2024-05-10T14:55:46.560+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2358, version=3809, name=projectiles.nx2, md5=53218743a73a3ff68a5d7e3963b1e62f, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2?verify=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2, hmacToken=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, hmacParameter=verify)` 2024-05-10T14:55:46.560+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2355, version=3809, name=schook.nx2, md5=49b242006d3ed9c1b80de3c9dd859ca7, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2?verify=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2, hmacToken=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, hmacParameter=verify)` 2024-05-10T14:55:46.707+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2357, version=3809, name=textures.nx2, md5=eca0b10296c4e6df04d9d1fbcfd66a83, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2?verify=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2, hmacToken=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, hmacParameter=verify)` 2024-05-10T14:55:46.907+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2352, version=3809, name=units.nx2, md5=a12296b10b1756ea8cd00c6f26169910, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2?verify=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2, hmacToken=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, hmacParameter=verify)` 2024-05-10T14:55:46.907+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2348, version=3809, name=etc.nx2, md5=b3f81321ffbb086dbdd64ece568e2258, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2?verify=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2, hmacToken=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, hmacParameter=verify)` 2024-05-10T14:55:46.908+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.patch.GameBinariesUpdateTaskImpl : Updating binaries to `3809` 2024-05-10T14:55:47.211+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_diversity.v0002' exists locally already. Download is not required 2024-05-10T14:55:47.212+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_zone_6.v0005' exists locally already. Download is not required 2024-05-10T14:55:47.213+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_sandy_valley.v0002' exists locally already. Download is not required 2024-05-10T14:55:47.213+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'bloodthrone' exists locally already. Download is not required 2024-05-10T14:55:47.214+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_fields_of_great_phoenix.v0003' exists locally already. Download is not required 2024-05-10T14:55:47.215+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'project_mesa_hd.v0002' exists locally already. Download is not required 2024-05-10T14:55:47.215+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'phenom spartiate v2' exists locally already. Download is not required 2024-05-10T14:55:47.215+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'scmp_014' exists locally already. Download is not required 2024-05-10T14:55:47.215+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'wonder.v0004' exists locally already. Download is not required 2024-05-10T14:55:47.216+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_point_of_reason.v0002' exists locally already. Download is not required 2024-05-10T14:55:47.216+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_moon.v0002' exists locally already. Download is not required 2024-05-10T14:55:47.216+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_fate.v0004' exists locally already. Download is not required 2024-05-10T14:55:47.216+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'selkie isle' exists locally already. Download is not required 2024-05-10T14:55:47.217+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'adaptive_maridia.v0003' exists locally already. Download is not required 2024-05-10T14:55:47.217+03:00 INFO 14396 --- [FAF Client] [reactor-http-nio-6] com.faforever.client.map.MapService : Map 'stulta_aqua_pugna_matchmaker_version.v0001' exists locally already. Download is not required 2024-05-10T14:55:47.363+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: C6783580C0B7A408EC2AD3BFE5EB1FDBEF31A60D92C1007FF9B90C33BB960AA0 2024-05-10T14:55:47.364+03:00 INFO 14396 --- [FAF Client] [JavaFX Application Thread] com.faforever.client.game.GameRunner : Matchmaking search has been started 2024-05-10T14:55:47.387+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2360, version=3809, name=ForgedAlliance.exe, md5=c7cfd242315e96053e27c392a3b0b3b2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe?verify=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.3809.exe, hmacToken=1715341510-PQQEhJmmJ5lRz1x%2FFXWKR29X6MIps16BaB0%2BZvWSAWo%3D, hmacParameter=verify)` 2024-05-10T14:55:47.388+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2351, version=3809, name=init_faf.lua, md5=86f27000aa5e441fc815a1e674cbef19, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua?verify=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_faf_3809.lua, hmacToken=1715341510-lIIZmaD0fz2ZHEYcJ0dzOud1FVcO90qiahIpAOonwoI%3D, hmacParameter=verify)` 2024-05-10T14:55:47.406+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=179, version=3634, name=faforever.faf, md5=51c196294638c22071dc8ee01e55771e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf?verify=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/faforever.3634.faf, hmacToken=1715341510-zSlzeoDcff0gtMh3b9%2FIMAdyTvkYv0r1ypIcZaijSwM%3D, hmacParameter=verify)` 2024-05-10T14:55:47.406+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=1330, version=3709, name=init_ladder1v1.lua, md5=88ee8e210112031bff137ae327683b41, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua?verify=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_ladder1v1.3709.lua, hmacToken=1715341510-jjz2BRe8nPvbd3m6%2FtUgOHaTFvqIDIV4ovz7VtLVYkA%3D, hmacParameter=verify)` 2024-05-10T14:55:47.407+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=99, version=1, name=GDFBinary.dll, md5=6f57f59c2e705d7a5a02d49e3915cb26, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll?verify=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/GDFBinary3603.dll, hmacToken=1715341510-7kVRleYm1rT3qE2uie4WQOZSDSUw6DLqHNuRewo9%2BSo%3D, hmacParameter=verify)` 2024-05-10T14:55:47.407+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2356, version=3809, name=SupComDataPath.lua, md5=88e26f5a8336094acee87e541f12bba2, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua?verify=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPath_3809.lua, hmacToken=1715341510-%2B2hH4SYTtNs9ExfSYm34r7B%2FAlpL%2Fig0pwxcF6nXoAk%3D, hmacParameter=verify)` 2024-05-10T14:55:47.408+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=101, version=1, name=SupComDataPathFAF.lua, md5=962c9d1327657d77184adcf358c628f1, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua?verify=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/SupComDataPathFAF.lua, hmacToken=1715341510-HlfxxKKEaiJAqEiqyRNcTbqPjNejZG3xF8TPezdNvhY%3D, hmacParameter=verify)` 2024-05-10T14:55:47.408+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=102, version=1, name=init_nonxt.lua, md5=16da7063ae3309c154a2c544f559b3a9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua?verify=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/init_nonxt.lua, hmacToken=1715341510-4LDTJgOckZgBCenIH2W6C38%2FXsACn4Vj9jrLyTkHLJM%3D, hmacParameter=verify)` 2024-05-10T14:55:47.414+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2349, version=3809, name=effects.nx2, md5=50dcb9d0e2a3f212da9f769d3a80fbf0, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2?verify=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/effects.3809.nx2, hmacToken=1715341510-xcFEUYfDC46dNKkFl7kZLYhPirC3udiJmLqD4ZvDQ48%3D, hmacParameter=verify)` 2024-05-10T14:55:48.104+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2350, version=3809, name=env.nx2, md5=f53e0f9aeccfba69543e622c3345e045, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2?verify=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/env.3809.nx2, hmacToken=1715341510-oZEiPyVbhbePZrXnm1ks8yjB1%2BnOH48XV4ZeyY7ByF4%3D, hmacParameter=verify)` 2024-05-10T14:55:48.107+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2354, version=3809, name=loc.nx2, md5=055bb0edd7daac3061d190e817f19d1e, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2?verify=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/loc.3809.nx2, hmacToken=1715341510-sZEOyCWqyEjlYB6UzFrLMoBQ2Agrn7Moe5tj%2F8d9%2BZ8%3D, hmacParameter=verify)` 2024-05-10T14:55:48.112+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2359, version=3809, name=lua.nx2, md5=8281ef04f53f55884730a251328b4813, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2?verify=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/lua.3809.nx2, hmacToken=1715341510-YCEkAvyZsJnN1rFZmEhzmZsUS%2F2cIcrygPrrMGD73nY%3D, hmacParameter=verify)` 2024-05-10T14:55:48.118+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2353, version=3809, name=meshes.nx2, md5=2c86b73974678bee3d57c9a2ae1827e6, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2?verify=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/meshes.3809.nx2, hmacToken=1715341510-DA3ymY3NITgyZb18VMFyCWUbaeT1GnOPxoRfvdxdX%2BM%3D, hmacParameter=verify)` 2024-05-10T14:55:48.118+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=999, version=3677, name=modules.nx2, md5=8eaeb838a8a6f2585351d50e4a20d5d9, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt?verify=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/modules.3677.nxt, hmacToken=1715341510-G6VhbFS45Df9FUMPo119d4Bc91kKhcocTUxU2lsWYE8%3D, hmacParameter=verify)` 2024-05-10T14:55:48.120+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2358, version=3809, name=projectiles.nx2, md5=53218743a73a3ff68a5d7e3963b1e62f, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2?verify=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/projectiles.3809.nx2, hmacToken=1715341510-OhHfF2zM8Q5to3bKv5bDiHezzQT7jzfXf%2Fzwshlnl8k%3D, hmacParameter=verify)` 2024-05-10T14:55:48.120+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2355, version=3809, name=schook.nx2, md5=49b242006d3ed9c1b80de3c9dd859ca7, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2?verify=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/schook.3809.nx2, hmacToken=1715341510-w8%2FOonLETdiUls70TUJfzlv4WbhpEkqj1E2DZc8Lc5E%3D, hmacParameter=verify)` 2024-05-10T14:55:48.266+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2357, version=3809, name=textures.nx2, md5=eca0b10296c4e6df04d9d1fbcfd66a83, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2?verify=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/textures.3809.nx2, hmacToken=1715341510-iH9wENPdbhLzuKbB7ULwLOGQQJBVR8DuC76GFI53fyM%3D, hmacParameter=verify)` 2024-05-10T14:55:48.464+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2352, version=3809, name=units.nx2, md5=a12296b10b1756ea8cd00c6f26169910, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2?verify=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/units.3809.nx2, hmacToken=1715341510-aeR5S7r8IESpP1uJpGTLxVHXSH9VJQTJMoa0%2FJh0xLE%3D, hmacParameter=verify)` 2024-05-10T14:55:48.465+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.p.SimpleHttpFeaturedModUpdaterTask : Featured mod file already prepared: `FeaturedModFile(id=2348, version=3809, name=etc.nx2, md5=b3f81321ffbb086dbdd64ece568e2258, url=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2?verify=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, cacheableUrl=https://content.faforever.com/legacy-featured-mod-files/updates_faf_files/etc.3809.nx2, hmacToken=1715341510-nAYRenm%2BzgCR17j0y1M1%2B93mTO7gny1TJNgYAgp7ljM%3D, hmacParameter=verify)` 2024-05-10T14:55:48.467+03:00 INFO 14396 --- [FAF Client] [pool-3-thread-6] c.f.c.patch.GameBinariesUpdateTaskImpl : Updating binaries to `3809` 2024-05-10T14:57:05.364+03:00 WARN 14396 --- [FAF Client] [ForkJoinPool.commonPool-worker-2] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/maps/previews/small/scca_coop_a01.v0017.png for E:\faf\cache\maps\small\scca_coop_a01.v0017.png 2024-05-10T14:58:05.032+03:00 INFO 14396 --- [FAF Client] [taskScheduler-1] c.f.client.config.PreferencesConfig : Writing preferences file `%USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs`