Loggin problem

Hello,

I have a problem with getting past the login screen in FAF. I used to play it before and then it stopped working and every time I try to login I get the following error. I have a feeling like my wifi might be banned but I do not know why since I only played for a couple of days a year or two ago. It could be anything else, I really don't know but I tried everything.

java.lang.IllegalStateException: State returned by user service does not match initial state
at com.faforever.client.login.LoginController.lambda$initialize$13(LoginController.java:227)
at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
at javafx.beans.property.ReadOnlyStringPropertyBase.fireValueChangedEvent(ReadOnlyStringPropertyBase.java:72)
at javafx.beans.property.ReadOnlyStringWrapper.fireValueChangedEvent(ReadOnlyStringWrapper.java:103)
at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:111)
at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:145)
at javafx.scene.web.WebEngine.updateLocation(WebEngine.java:434)
at javafx.scene.web.WebEngine$LoadWorker.dispatchLoadEvent(WebEngine.java:1364)
at javafx.scene.web.WebEngine$PageLoadListener.dispatchLoadEvent(WebEngine.java:1239)
at com.sun.webkit.WebPage.fireLoadEvent(WebPage.java:2524)
at com.sun.webkit.WebPage.fwkFireLoadEvent(WebPage.java:2369)
at com.sun.webkit.network.URLLoaderBase.twkWillSendRequest(Native Method)
at com.sun.webkit.network.HTTP2Loader.lambda$willSendRequest$14(HTTP2Loader.java:497)
at com.sun.webkit.network.HTTP2Loader.lambda$callBackIfNotCanceled$10(HTTP2Loader.java:437)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
at java.base/java.lang.Thread.run(Thread.java:832)

Hmm can you post the full client.log file from C:/ProgramData/FAForever/logs this is a pretty rare error and needs more investigation

faf died?)... cant login

No login.

Error occured during login.

java.util.concurrent.CompletionException: java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.user.UserService.lambda$loginToLobbyServer$11(UserService.java:124)
at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:930)
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:907)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1769)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
... 3 more
Caused by: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:246)
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:213)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at javafx.concurrent.Service.lambda$executeTask$6(Service.java:725)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.concurrent.Service.lambda$executeTask$7(Service.java:724)
... 3 more

2021-08-22 13:39:22.178 WARN 4796 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2021-08-22 13:39:22.339 INFO 4796 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on %CPU_NAME% with PID 4796 (started by %USER% in D:\Downlord's FAF Client)
2021-08-22 13:39:22.340 INFO 4796 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: prod,windows
2021-08-22 13:39:23.278 INFO 4796 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$572a5ec8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 13:39:23.336 INFO 4796 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$b869120e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 13:39:23.577 INFO 4796 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-08-22 13:39:24.067 INFO 4796 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2021-08-22 13:39:24.277 INFO 4796 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-08-22 13:39:24.287 WARN 4796 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2021-08-22 13:39:24.379 INFO 4796 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.5.0
2021-08-22 13:39:24.387 INFO 4796 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.5.0
2021-08-22 13:39:24.393 INFO 4796 --- [pool-3-thread-3] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-08-22 13:39:24.400 INFO 4796 --- [pool-3-thread-4] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-08-22 13:39:24.887 INFO 4796 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 3.357 seconds (JVM running for 8.108)
2021-08-22 13:39:26.667 INFO 4796 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 13:39:26.732 INFO 4796 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.user.UserService : Logging in with refresh token
2021-08-22 13:39:34.100 INFO 4796 --- [Thread-12] c.f.client.remote.FafServerAccessorImpl : Trying to connect to FAF server at lobby.faforever.com:8001
2021-08-22 13:39:34.290 INFO 4796 --- [Thread-12] c.f.client.remote.FafServerAccessorImpl : FAF server connection established
2021-08-22 13:39:34.459 INFO 4796 --- [Thread-12] c.f.client.remote.FafServerAccessorImpl : FAF session initiated, session ID: 3073941023
2021-08-22 13:39:37.693 INFO 4796 --- [Thread-12] c.f.client.remote.FafServerAccessorImpl : FAF login succeeded
2021-08-22 13:39:37.701 INFO 4796 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '1.5' is not newer than toVersion '1.5'. No update is required.
2021-08-22 13:39:37.701 INFO 4796 --- [JavaFX Application Thread] c.faforever.client.game.GamePathHandler : Game path is not specified or non-existent, trying to detect
2021-08-22 13:39:37.702 INFO 4796 --- [JavaFX Application Thread] c.faforever.client.game.GamePathHandler : Game path could not be detected
2021-08-22 13:42:39.753 WARN 4796 --- [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 '.number-button:hover' in stylesheet jar:file:/D:/Downlord's%20FAF%20Client/lib/downlords-faf-client-1.5.0.jar!/theme/style.css
2021-08-22 13:42:40.143 WARN 4796 --- [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 '
.number-button:hover' in stylesheet jar:file:/D:/Downlord's%20FAF%20Client/lib/downlords-faf-client-1.5.0.jar!/theme/style.css
2021-08-22 13:58:10.989 INFO 4796 --- [pool-3-thread-14] com.faforever.client.mod.InstallModTask : Downloading mod https://content.faforever.com/mods/terraformer_ultimate.v0011.zip to C:\ProgramData\FAForever\cache\mod10582192828324944782.tmp
2021-08-22 13:58:13.398 INFO 4796 --- [pool-3-thread-14] com.faforever.client.mod.InstallModTask : Unzipping C:\ProgramData\FAForever\cache\mod10582192828324944782.tmp to C:\ProgramData\FAForever\user\My Games\Gas Powered Games\Supreme Commander Forged Alliance\mods
2021-08-22 13:59:06.782 WARN 4796 --- [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([])
2021-08-22 13:59:06.785 INFO 4796 --- [JavaFX Application Thread] com.faforever.client.config.AsyncConfig : Shutting down ExecutorService 'taskExecutor'
2021-08-22 13:59:06.786 INFO 4796 --- [JavaFX Application Thread] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2021-08-22 14:35:18.415 WARN 18172 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2021-08-22 14:35:18.553 INFO 18172 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on %CPU_NAME% with PID 18172 (started by %USER% in D:\Downlord's FAF Client)
2021-08-22 14:35:18.554 INFO 18172 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: prod,windows
2021-08-22 14:35:19.352 INFO 18172 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$9ec4e2a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:35:19.386 INFO 18172 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$6b2b0170] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:35:19.600 INFO 18172 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-08-22 14:35:19.973 INFO 18172 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2021-08-22 14:35:20.126 INFO 18172 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-08-22 14:35:20.135 WARN 18172 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2021-08-22 14:35:20.246 INFO 18172 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.5.0
2021-08-22 14:35:20.253 INFO 18172 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.5.0
2021-08-22 14:35:20.261 INFO 18172 --- [pool-3-thread-3] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-08-22 14:35:20.268 INFO 18172 --- [pool-3-thread-4] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-08-22 14:35:20.604 INFO 18172 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 2.716 seconds (JVM running for 4.528)
2021-08-22 14:35:22.158 INFO 18172 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 14:35:22.213 INFO 18172 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.user.UserService : Logging in with refresh token
2021-08-22 14:36:03.652 WARN 18172 --- [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([])
2021-08-22 14:36:03.656 INFO 18172 --- [JavaFX Application Thread] com.faforever.client.config.AsyncConfig : Shutting down ExecutorService 'taskExecutor'
2021-08-22 14:36:03.656 INFO 18172 --- [JavaFX Application Thread] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2021-08-22 14:37:38.671 WARN 6400 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2021-08-22 14:37:38.799 INFO 6400 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on %CPU_NAME% with PID 6400 (started by %USER% in D:\Downlord's FAF Client)
2021-08-22 14:37:38.800 INFO 6400 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: prod,windows
2021-08-22 14:37:39.733 INFO 6400 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$941de4f2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:37:39.787 INFO 6400 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$f55c9838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:37:40.060 INFO 6400 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-08-22 14:37:40.549 INFO 6400 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2021-08-22 14:37:40.722 INFO 6400 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-08-22 14:37:40.730 WARN 6400 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2021-08-22 14:37:40.807 INFO 6400 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.5.0
2021-08-22 14:37:40.814 INFO 6400 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.5.0
2021-08-22 14:37:40.819 INFO 6400 --- [pool-3-thread-3] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-08-22 14:37:40.827 INFO 6400 --- [pool-3-thread-4] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-08-22 14:37:41.290 INFO 6400 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 3.38 seconds (JVM running for 7.893)
2021-08-22 14:37:42.961 INFO 6400 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 14:37:43.048 INFO 6400 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.user.UserService : Logging in with refresh token
2021-08-22 14:45:52.917 WARN 6400 --- [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([])
2021-08-22 14:45:52.932 INFO 6400 --- [JavaFX Application Thread] com.faforever.client.config.AsyncConfig : Shutting down ExecutorService 'taskExecutor'
2021-08-22 14:45:52.933 INFO 6400 --- [JavaFX Application Thread] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2021-08-22 14:46:00.004 WARN 18084 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2021-08-22 14:46:00.101 INFO 18084 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on %CPU_NAME% with PID 18084 (started by %USER% in D:\Downlord's FAF Client)
2021-08-22 14:46:00.102 INFO 18084 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: prod,windows
2021-08-22 14:46:00.926 INFO 18084 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$67d380f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:46:00.960 INFO 18084 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$c912343f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:46:01.177 INFO 18084 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-08-22 14:46:01.519 INFO 18084 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2021-08-22 14:46:01.699 INFO 18084 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-08-22 14:46:01.707 WARN 18084 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2021-08-22 14:46:01.837 INFO 18084 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.5.0
2021-08-22 14:46:01.844 INFO 18084 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.5.0
2021-08-22 14:46:01.850 INFO 18084 --- [pool-3-thread-3] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-08-22 14:46:01.856 INFO 18084 --- [pool-3-thread-4] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-08-22 14:46:02.191 INFO 18084 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 2.704 seconds (JVM running for 4.199)
2021-08-22 14:46:03.717 INFO 18084 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 14:46:03.718 INFO 18084 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.user.UserService : Logging in with refresh token
2021-08-22 14:46:05.740 INFO 18084 --- [Thread-12] c.f.client.remote.FafServerAccessorImpl : Trying to connect to FAF server at lobby.faforever.com:8001
2021-08-22 14:46:08.499 ERROR 18084 --- [pool-3-thread-3] com.faforever.client.user.UserService : Could not log into the server

java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:246)
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:213)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at javafx.concurrent.Service.lambda$executeTask$6(Service.java:725)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.concurrent.Service.lambda$executeTask$7(Service.java:724)
... 3 common frames omitted

2021-08-22 14:47:04.082 WARN 18084 --- [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([])
2021-08-22 14:47:04.085 INFO 18084 --- [JavaFX Application Thread] com.faforever.client.config.AsyncConfig : Shutting down ExecutorService 'taskExecutor'
2021-08-22 14:47:04.086 INFO 18084 --- [JavaFX Application Thread] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2021-08-22 14:47:10.865 WARN 19248 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2021-08-22 14:47:10.996 INFO 19248 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on %CPU_NAME% with PID 19248 (started by %USER% in D:\Downlord's FAF Client)
2021-08-22 14:47:10.997 INFO 19248 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: prod,windows
2021-08-22 14:47:11.827 INFO 19248 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$85db439f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:47:11.861 INFO 19248 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$e719f6e5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 14:47:12.078 INFO 19248 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-08-22 14:47:12.422 INFO 19248 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2021-08-22 14:47:12.594 INFO 19248 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-08-22 14:47:12.603 WARN 19248 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2021-08-22 14:47:12.715 INFO 19248 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.5.0
2021-08-22 14:47:12.723 INFO 19248 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.5.0
2021-08-22 14:47:12.731 INFO 19248 --- [pool-3-thread-3] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-08-22 14:47:12.739 INFO 19248 --- [pool-3-thread-4] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-08-22 14:47:13.080 INFO 19248 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 2.708 seconds (JVM running for 4.212)
2021-08-22 14:47:14.608 INFO 19248 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 14:47:14.609 INFO 19248 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.user.UserService : Logging in with refresh token
2021-08-22 14:47:16.176 INFO 19248 --- [Thread-11] c.f.client.remote.FafServerAccessorImpl : Trying to connect to FAF server at lobby.faforever.com:8001
2021-08-22 14:47:18.913 ERROR 19248 --- [pool-3-thread-3] com.faforever.client.user.UserService : Could not log into the server

java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:246)
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:213)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at javafx.concurrent.Service.lambda$executeTask$6(Service.java:725)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.concurrent.Service.lambda$executeTask$7(Service.java:724)
... 3 common frames omitted

Same here. Based on other topics its a problem with a FAF server, so we should just pray that admins fix it, and ever better- donate them something)

Hi. help plz i cant enter

java.util.concurrent.CompletionException: java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.user.UserService.lambda$loginToLobbyServer$11(UserService.java:124)
at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:930)
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:907)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1769)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
... 3 more
Caused by: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:246)
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:213)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at javafx.concurrent.Service.lambda$executeTask$6(Service.java:725)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.concurrent.Service.lambda$executeTask$7(Service.java:724)
... 3 more

The most recent ones will have been due to a drive failure we've just had -- the server is back up and running and we are doing diagnostics on the failed drive.

@sheikah

Here is the full log.

This error lasts for multiple years because I remember not being able to connect in the same way last year and the year before. The only thing that changed is the FAF cllient version. I also think I got the same error on another PC on the same WIFI.

2021-08-22 15:24:12.933 INFO 18820 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on DESKTOP-DKV91GO with PID 18820 (started by korisnik in D:\Apps\Downlord's FAF Client)
2021-08-22 15:24:12.937 INFO 18820 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: prod,windows
2021-08-22 15:24:15.031 INFO 18820 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$dd9633ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 15:24:15.092 INFO 18820 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$3ed4e734] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 15:24:15.538 INFO 18820 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-08-22 15:24:15.613 INFO 18820 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2021-08-22 15:24:17.449 INFO 18820 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-08-22 15:24:17.457 WARN 18820 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2021-08-22 15:24:17.542 INFO 18820 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.4.0
2021-08-22 15:24:17.584 INFO 18820 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.4.0
2021-08-22 15:24:17.589 INFO 18820 --- [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-08-22 15:24:17.794 INFO 18820 --- [pool-3-thread-3] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-08-22 15:24:18.632 INFO 18820 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 10.116 seconds (JVM running for 22.401)
2021-08-22 15:24:20.391 INFO 18820 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion version '1.4.6' is newer than toVersion '1.4'. fromVersion should be updated.
2021-08-22 15:24:20.956 WARN 18820 --- [JavaFX Application Thread] c.f.client.login.LoginController : Update required
2021-08-22 15:24:23.609 INFO 18820 --- [JavaFX Application Thread] c.f.client.login.LoginController : Downloading update
2021-08-22 15:27:01.553 INFO 18820 --- [JavaFX Application Thread] c.f.c.update.ClientUpdateServiceImpl : Starting installer at C:\ProgramData\FAForever\cache\update\dfc_windows-x64_1_5_0.exe
2021-08-22 15:28:26.690 WARN 17876 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2021-08-22 15:28:26.894 INFO 17876 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 15.0.1 on %CPU_NAME% with PID 17876 (started by %USER% in D:\Apps\Downlord's FAF Client)
2021-08-22 15:28:26.895 INFO 17876 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: prod,windows
2021-08-22 15:28:28.227 INFO 17876 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$62e8931c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 15:28:28.274 INFO 17876 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$c4274662] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-08-22 15:28:28.570 INFO 17876 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Switching FA Forever logging configuration to INFO
2021-08-22 15:28:29.149 INFO 17876 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2021-08-22 15:28:29.370 INFO 17876 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2021-08-22 15:28:29.379 WARN 17876 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2021-08-22 15:28:29.507 INFO 17876 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.5.0
2021-08-22 15:28:29.515 INFO 17876 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.5.0
2021-08-22 15:28:29.522 INFO 17876 --- [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update
2021-08-22 15:28:29.530 INFO 17876 --- [pool-3-thread-3] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2021-08-22 15:28:29.937 INFO 17876 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 4.094 seconds (JVM running for 6.259)
2021-08-22 15:28:31.818 INFO 17876 --- [ForkJoinPool.commonPool-worker-19] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 15:29:54.462 INFO 17876 --- [JavaFX Application Thread] com.faforever.client.user.UserService : Logging in with authorization code
2021-08-22 15:29:55.091 INFO 17876 --- [Thread-37] c.f.client.remote.FafServerAccessorImpl : Trying to connect to FAF server at lobby.faforever.com:8001
2021-08-22 15:30:16.203 ERROR 17876 --- [pool-3-thread-4] com.faforever.client.user.UserService : Could not log into the server

java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:246)
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:213)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at javafx.concurrent.Service.lambda$executeTask$6(Service.java:725)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.concurrent.Service.lambda$executeTask$7(Service.java:724)
... 3 common frames omitted

2021-08-22 15:30:48.958 INFO 17876 --- [JavaFX Application Thread] com.faforever.client.user.UserService : Logging in with authorization code
2021-08-22 15:30:49.124 INFO 17876 --- [pool-3-thread-3] com.faforever.client.user.UserService : Logging out
2021-08-22 15:30:49.125 INFO 17876 --- [pool-3-thread-3] c.f.client.chat.KittehChatService : Disconnecting from IRC
2021-08-22 15:30:49.126 WARN 17876 --- [pool-3-thread-3] com.faforever.client.config.BaseConfig : Exception in 'class com.faforever.client.chat.KittehChatService#onLoggedOutEvent' while handling event: com.faforever.client.user.event.LoggedOutEvent@1a156215

java.lang.NullPointerException: Cannot invoke "org.kitteh.irc.client.library.defaults.DefaultClient.shutdown(String)" because "this.client" is null
at com.faforever.client.chat.KittehChatService.disconnect(KittehChatService.java:473)
at com.faforever.client.chat.KittehChatService.onLoggedOutEvent(KittehChatService.java:229)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72)
at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108)
at com.google.common.eventbus.EventBus.post(EventBus.java:212)
at com.faforever.client.user.UserService.logOut(UserService.java:157)
at com.faforever.client.user.UserService.lambda$loginToApi$9(UserService.java:105)
at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1769)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)

2021-08-22 15:30:49.148 INFO 17876 --- [ForkJoinPool.commonPool-worker-5] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 15:30:49.153 INFO 17876 --- [Thread-58] c.f.client.remote.FafServerAccessorImpl : Trying to connect to FAF server at lobby.faforever.com:8001
2021-08-22 15:31:10.208 ERROR 17876 --- [pool-3-thread-4] com.faforever.client.user.UserService : Could not log into the server

java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:246)
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:213)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at javafx.concurrent.Service.lambda$executeTask$6(Service.java:725)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.concurrent.Service.lambda$executeTask$7(Service.java:724)
... 3 common frames omitted

2021-08-22 15:31:12.476 WARN 17876 --- [JavaFX Application Thread] c.f.client.login.LoginController : Reported state does not match there is something fishy going on. Saved State 3iNjPj9mHtEBZ46s3egqGmU4Rr3ysHjc996q4FKwVaNFezr9rB13GCw8RaN5x1Eka4d3UwPhH, Returned State NlkMi56DGLbjH5v3HLZPjRfEWDrWzOX9J3OBS7kGwssr8MmlCWPDKJ0osYZdUzWu77JrDyZ, Location https://hydra.faforever.com/oauth2/auth?client_id=faf-java-client&consent_verifier=c260f92cd9c44f74a048af9626962b41&redirect_uri=http%3A%2F%2Flocalhost&response_type=code&scope=openid+offline+public_profile+upload_map+upload_mod+lobby&state=NlkMi56DGLbjH5v3HLZPjRfEWDrWzOX9J3OBS7kGwssr8MmlCWPDKJ0osYZdUzWu77JrDyZ
2021-08-22 15:31:12.579 WARN 17876 --- [JavaFX Application Thread] c.f.client.login.LoginController : Reported state does not match there is something fishy going on. Saved State 3iNjPj9mHtEBZ46s3egqGmU4Rr3ysHjc996q4FKwVaNFezr9rB13GCw8RaN5x1Eka4d3UwPhH, Returned State NlkMi56DGLbjH5v3HLZPjRfEWDrWzOX9J3OBS7kGwssr8MmlCWPDKJ0osYZdUzWu77JrDyZ, Location http://localhost/?code=MP6FktDGgGw9LwZX6xXP-DlQTang6EntvlUIcyReR74.hvIzakYsFJJHl2bYlduHBRh8F38qgmXh050NVzsqR9s&scope=openid+offline+public_profile+upload_map+upload_mod+lobby&state=NlkMi56DGLbjH5v3HLZPjRfEWDrWzOX9J3OBS7kGwssr8MmlCWPDKJ0osYZdUzWu77JrDyZ
2021-08-22 15:39:52.407 INFO 17876 --- [JavaFX Application Thread] com.faforever.client.user.UserService : Logging in with authorization code
2021-08-22 15:39:52.773 INFO 17876 --- [pool-3-thread-10] com.faforever.client.user.UserService : Logging out
2021-08-22 15:39:52.774 INFO 17876 --- [pool-3-thread-10] c.f.client.chat.KittehChatService : Disconnecting from IRC
2021-08-22 15:39:52.774 WARN 17876 --- [pool-3-thread-10] com.faforever.client.config.BaseConfig : Exception in 'class com.faforever.client.chat.KittehChatService#onLoggedOutEvent' while handling event: com.faforever.client.user.event.LoggedOutEvent@7a3db69a

java.lang.NullPointerException: Cannot invoke "org.kitteh.irc.client.library.defaults.DefaultClient.shutdown(String)" because "this.client" is null
at com.faforever.client.chat.KittehChatService.disconnect(KittehChatService.java:473)
at com.faforever.client.chat.KittehChatService.onLoggedOutEvent(KittehChatService.java:229)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72)
at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108)
at com.google.common.eventbus.EventBus.post(EventBus.java:212)
at com.faforever.client.user.UserService.logOut(UserService.java:157)
at com.faforever.client.user.UserService.lambda$loginToApi$9(UserService.java:105)
at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1769)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)

2021-08-22 15:39:52.790 INFO 17876 --- [ForkJoinPool.commonPool-worker-9] com.faforever.client.update.Version : fromVersion '1.4.6' is not newer than toVersion '1.5'. No update is required.
2021-08-22 15:39:52.794 INFO 17876 --- [Thread-82] c.f.client.remote.FafServerAccessorImpl : Trying to connect to FAF server at lobby.faforever.com:8001
2021-08-22 15:40:13.855 ERROR 17876 --- [pool-3-thread-11] com.faforever.client.user.UserService : Could not log into the server

java.util.concurrent.CompletionException: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: com.faforever.client.login.LoginFailedException: Lost connection to server during login
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:246)
at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:213)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at javafx.concurrent.Service.lambda$executeTask$6(Service.java:725)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.concurrent.Service.lambda$executeTask$7(Service.java:724)
... 3 common frames omitted

2021-08-22 15:40:26.400 WARN 17876 --- [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([])
2021-08-22 15:40:26.404 INFO 17876 --- [JavaFX Application Thread] com.faforever.client.config.AsyncConfig : Shutting down ExecutorService 'taskExecutor'
2021-08-22 15:40:26.405 INFO 17876 --- [JavaFX Application Thread] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'

This looks like a connection issue. I would check your firewall settings and antivirus

@sheikah

I have no active antivirus and have already manually allowed FAF client thru firewall with no effect.
Could there be some kind of a ban or error with my wifi IP adress on the server or something similar?