Problem since updating to 1.2.2

[0_1603481392341_client.log](Uploading 100%)

No problems before updating today. Now either the client does not log me in or logs in and finds no games in the lobby.

Tried multiple fresh installs, deleting old files
Checked Windows Firewall and Antivirus
Resynced, reset password.

Adding log files. Any help appreciated!

2020-10-23 21:25:49.379 INFO 9808 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application on User1-PC with PID 9808 (started by User in C:\Program Files\Downlord's FAF Client)
2020-10-23 21:25:49.380 INFO 9808 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: windows,prod
2020-10-23 21:25:50.421 INFO 9808 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$f8a1817c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-10-23 21:25:50.470 INFO 9808 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.faforever.client.config.CacheConfig$$EnhancerBySpringCGLIB$$59e034c2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-10-23 21:25:50.704 INFO 9808 --- [JavaFX-Launcher] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2020-10-23 21:25:51.123 INFO 9808 --- [JavaFX-Launcher] c.f.c.map.generator.MapGeneratorService : Deleting leftover generated maps...
2020-10-23 21:25:51.136 WARN 9808 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not load maps: installation path is not set
2020-10-23 21:25:51.212 INFO 9808 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 1.2.2
2020-10-23 21:25:51.217 INFO 9808 --- [JavaFX-Launcher] c.f.c.update.ClientUpdateServiceImpl : Current version: 1.2.2
2020-10-23 21:25:51.222 INFO 9808 --- [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update
2020-10-23 21:25:51.233 INFO 9808 --- [pool-3-thread-3] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel)
2020-10-23 21:25:51.432 INFO 9808 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 2.706 seconds (JVM running for 5.96)
2020-10-23 21:25:51.891 INFO 9808 --- [ForkJoinPool.commonPool-worker-3] com.faforever.client.update.Version : fromVersion '1.2' is not newer than toVersion '1.2.2'. No update is required.
2020-10-23 21:25:56.210 INFO 9808 --- [Discord RPC] c.f.client.discord.DiscordEventHandler : Discord is ready with user 'fizzy_bubbly'
2020-10-23 21:25:58.889 INFO 9808 --- [Thread-102] c.f.client.remote.FafServerAccessorImpl : Trying to connect to FAF server at lobby.faforever.com:8001
2020-10-23 21:25:58.949 INFO 9808 --- [Thread-102] c.f.client.remote.FafServerAccessorImpl : FAF server connection established
2020-10-23 21:25:58.978 INFO 9808 --- [Thread-102] c.f.client.remote.FafServerAccessorImpl : FAF session initiated, session ID: 232653854
2020-10-23 21:26:01.283 WARN 9808 --- [JavaFX Application Thread] com.faforever.client.task.TaskService : Task failed

java.net.SocketTimeoutException: Connect timed out
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:546)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333)
at java.base/java.net.Socket.connect(Socket.java:648)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:290)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:177)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1194)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1082)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:163)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1600)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1528)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
at com.faforever.client.preferences.PreferencesService.getRemotePreferences(PreferencesService.java:447)
at com.faforever.client.update.CheckForUpdateTask.call(CheckForUpdateTask.java:53)
at com.faforever.client.update.CheckForUpdateTask.call(CheckForUpdateTask.java:20)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
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)

2020-10-23 21:26:01.284 WARN 9808 --- [JavaFX Application Thread] com.faforever.client.task.TaskService : Task failed

java.net.SocketTimeoutException: Connect timed out
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:546)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333)
at java.base/java.net.Socket.connect(Socket.java:648)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:290)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:177)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1194)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1082)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:163)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1600)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1528)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
at com.faforever.client.preferences.PreferencesService.getRemotePreferences(PreferencesService.java:447)
at com.faforever.client.update.CheckForBetaUpdateTask.call(CheckForBetaUpdateTask.java:50)
at com.faforever.client.update.CheckForBetaUpdateTask.call(CheckForBetaUpdateTask.java:22)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
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)

2020-10-23 21:26:35.297 WARN 9808 --- [JavaFX Application Thread] c.f.client.fa.relay.ice.IceAdapterImpl : Ignoring call to ICE adapter as we are not connected: quit([])
2020-10-23 21:26:35.300 INFO 9808 --- [JavaFX Application Thread] com.faforever.client.config.AsyncConfig : Shutting down ExecutorService 'taskExecutor'
2020-10-23 21:26:35.301 INFO 9808 --- [JavaFX Application Thread] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'

You seem to have network connectivity issues, as I see some java.net.SocketTimeoutException: Connect timed out issues. That's not related to the client update though.

"Nerds have a really complicated relationship with change: Change is awesome when WE'RE the ones doing it. As soon as change is coming from outside of us it becomes untrustworthy and it threatens what we think of is the familiar."
– Benno Rice

thanks for replying
in the end i downgraded to 1.2.1 and have no problems.

@Brutus5000 maybe updating the java version we ship with the client culd help against that

Soon™️

I"m having the exact same problem. I even downgraded back to previously working 1.2.1 and issue still persists. I have to restart client about 10-15 times and then finally after 30 minutes it will connect. I did notice the client has no problems authenticating. When i reinstalled i was asked for usual log in but i tried with incorrect password and i got feedback immediatelly. But after entering correct password it just went straight into spinning loop of death for a long time, even after restarting client.

HELP!!!!

The problem is that it takes FOREVER (pun intested) to log in...