2022-09-10 12:06:59.313 INFO 4420 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 17.0.1 on %CPU_NAME% with PID 4420 (started by %USER% in C:\Program Files\FAF Client) 2022-09-10 12:06:59.329 INFO 4420 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following 2 profiles are active: "windows", "prod" 2022-09-10 12:07:01.259 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'faf-client-com.faforever.client.config.ClientProperties' of type [com.faforever.client.config.ClientProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.270 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'fafClientApplication' of type [com.faforever.client.FafClientApplication$$EnhancerBySpringCGLIB$$5d9f6b82] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.329 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'platformService' of type [com.faforever.client.fx.PlatformService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.332 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'reportingService' of type [com.faforever.client.reporting.ReportingService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.338 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'baseConfig' of type [com.faforever.client.config.BaseConfig$$EnhancerBySpringCGLIB$$8c37d79f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.347 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'messageSource' of type [org.springframework.context.support.ReloadableResourceBundleMessageSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.765 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'preferencesService' of type [com.faforever.client.preferences.PreferencesService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.810 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'i18n' of type [com.faforever.client.i18n.I18n] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.816 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'notificationService' of type [com.faforever.client.notification.NotificationService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:01.821 INFO 4420 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$711afeba] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-10 12:07:03.151 INFO 4420 --- [JavaFX-Launcher] com.faforever.client.theme.UiService : Changes detected, reloading stylesheets: [jar:file:/C:/Program%20Files/FAF%20Client/lib/fxstage-0.8.3.jar!/css/fxstage.css, jar:file:/C:/Program%20Files/FAF%20Client/lib/fxstage-0.8.3.jar!/css/fxstage-undecorated.css, jar:file:/C:/Program%20Files/FAF%20Client/lib/jfx-waitomo-theme-0.3.0.jar!/css/waitomo.css, jar:file:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.8.0-plain.jar!/theme/colors.css, jar:file:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.8.0-plain.jar!/theme/icons.css, jar:file:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.8.0-plain.jar!/theme/style.css, jar:file:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.8.0-plain.jar!/theme/style_extension.css] 2022-09-10 12:07:03.161 INFO 4420 --- [JavaFX-Launcher] com.faforever.client.theme.UiService : style-webview14998193034877608092.css created and applied to all web views 2022-09-10 12:07:03.166 INFO 4420 --- [JavaFX-Launcher] com.faforever.client.theme.UiService : style-webview16034681136879671094.css created and applied to all web views 2022-09-10 12:07:03.332 WARN 4420 --- [JavaFX-Launcher] com.faforever.client.map.MapService : Could not start map directory watcher java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:521) at java.base/java.nio.file.Files.createDirectory(Files.java:700) at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:807) at java.base/java.nio.file.Files.createDirectories(Files.java:793) at com.faforever.client.map.MapService.tryLoadMaps(MapService.java:185) at com.faforever.client.map.MapService.afterPropertiesSet(MapService.java:169) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:164) at com.faforever.client.FafClientApplication.init(FafClientApplication.java:108) at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:825) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196) at java.base/java.lang.Thread.run(Thread.java:833) 2022-09-10 12:07:03.357 ERROR 4420 --- [pool-3-thread-2] com.faforever.client.map.MapService : Maps could not be read from: `%USER_PROFILE%\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\maps` java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\maps at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsDirectoryStream.(WindowsDirectoryStream.java:86) at java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:535) at java.base/java.nio.file.Files.newDirectoryStream(Files.java:482) at java.base/java.nio.file.Files.list(Files.java:3792) at com.faforever.client.map.MapService$1.call(MapService.java:236) at com.faforever.client.map.MapService$1.call(MapService.java:231) at javafx.concurrent.Task$TaskCallable.call(Task.java:1426) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) 2022-09-10 12:07:03.371 WARN 4420 --- [pool-3-thread-2] com.faforever.client.mod.ModService : Could not start mod directory watcher java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:521) at java.base/java.nio.file.Files.createDirectory(Files.java:700) at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:807) at java.base/java.nio.file.Files.createDirectories(Files.java:793) at com.faforever.client.mod.ModService.onModDirectoryReady(ModService.java:135) at com.faforever.client.mod.ModService.lambda$afterPropertiesSet$0(ModService.java:119) at com.faforever.client.mod.ModService$1.call(ModService.java:126) at com.faforever.client.mod.ModService$1.call(ModService.java:122) at javafx.concurrent.Task$TaskCallable.call(Task.java:1426) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) 2022-09-10 12:07:03.374 ERROR 4420 --- [pool-3-thread-2] com.faforever.client.mod.ModService : Mods could not be read from: %USER_PROFILE%\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\mods java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\mods at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsDirectoryStream.(WindowsDirectoryStream.java:86) at java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:535) at java.base/java.nio.file.Files.newDirectoryStream(Files.java:614) at com.faforever.client.mod.ModService.loadInstalledMods(ModService.java:166) at com.faforever.client.mod.ModService.onModDirectoryReady(ModService.java:141) at com.faforever.client.mod.ModService.lambda$afterPropertiesSet$0(ModService.java:119) at com.faforever.client.mod.ModService$1.call(ModService.java:126) at com.faforever.client.mod.ModService$1.call(ModService.java:122) at javafx.concurrent.Task$TaskCallable.call(Task.java:1426) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) 2022-09-10 12:07:03.397 INFO 4420 --- [JavaFX-Launcher] c.f.client.logging.LoggingService : Switching FA Forever logging configuration to DEBUG 2022-09-10 12:07:03.398 DEBUG 4420 --- [JavaFX-Launcher] c.f.client.logging.LoggingService : Confirming debug logging 2022-09-10 12:07:03.518 INFO 4420 --- [JavaFX-Launcher] com.faforever.client.update.Version : The current application version is: 2022.8.0 2022-09-10 12:07:03.519 INFO 4420 --- [JavaFX-Launcher] c.f.client.update.ClientUpdateService : Current version: 2022.8.0 2022-09-10 12:07:03.527 INFO 4420 --- [pool-3-thread-2] c.f.client.update.CheckForUpdateTask : Checking for client update 2022-09-10 12:07:03.539 INFO 4420 --- [pool-3-thread-3] c.f.c.update.CheckForBetaUpdateTask : Checking for client update (pre-release channel) 2022-09-10 12:07:03.611 DEBUG 4420 --- [JavaFX-Launcher] c.f.client.os.FileOpeningHandler : Registering file opening handler: com.faforever.client.os.FileOpeningHandler 2022-09-10 12:07:03.750 INFO 4420 --- [JavaFX-Launcher] com.faforever.client.steam.SteamService : Starting the Steam API 2022-09-10 12:07:03.855 DEBUG 4420 --- [JavaFX-Launcher] com.faforever.client.steam.SteamService : Steam API failed to start 2022-09-10 12:07:04.300 INFO 4420 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 6.227 seconds (JVM running for 12.743) 2022-09-10 12:07:05.627 INFO 4420 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '2022.8' is not newer than toVersion '2022.8'. No update is required. 2022-09-10 12:07:23.000 INFO 4420 --- [ForkJoinPool.commonPool-worker-2] c.f.client.login.OAuthValuesReceiver : GET /?code=k-eyjhUzXhsjpUfFf7G75M1i-BFideUUfOgDvvlXQHA.Yab69ypI8XYctxYwXnkJFy-oDQgPG7oEf2mvZT0RU4k&scope=openid+offline+public_profile+upload_map+upload_mod+lobby&state=mzJzvwCCNMccXtx5ug8zdwcHa8KLHXEV8A3Zg67ktoUktAw1UfQOGxdykbD604QzTI09lLL2r HTTP/1.1 2022-09-10 12:07:23.006 INFO 4420 --- [ForkJoinPool.commonPool-worker-2] com.faforever.client.user.UserService : Logging in with authorization code 2022-09-10 12:07:23.823 DEBUG 4420 --- [reactor-http-nio-5] com.faforever.commons.lobby.FafLobbyApi : Starting session listener 2022-09-10 12:07:23.826 DEBUG 4420 --- [reactor-http-nio-5] com.faforever.commons.lobby.FafLobbyApi : Starting login listener 2022-09-10 12:07:24.000 INFO 4420 --- [reactor-tcp-nio-1] com.faforever.commons.lobby.FafLobbyApi : Connected to lobby.faforever.com on port 8002 2022-09-10 12:07:27.716 INFO 4420 --- [JavaFX Application Thread] com.faforever.client.update.Version : fromVersion '2022.8' is not newer than toVersion '2022.8'. No update is required. 2022-09-10 12:07:27.718 INFO 4420 --- [JavaFX Application Thread] c.faforever.client.game.GamePathHandler : Game path is not specified or non-existent, trying to detect 2022-09-10 12:07:27.765 INFO 4420 --- [JavaFX Application Thread] c.f.c.preferences.PreferencesService : Hash of Supreme Commander.exe in selected User directory: 8CFBD1D17121FCB236A3A6B8E35EC516FF20C3AB9321449E2FE7CDC44BD47CA0 2022-09-10 12:07:27.766 INFO 4420 --- [JavaFX Application Thread] c.faforever.client.game.GamePathHandler : Found game path at C:\Program Files (x86)\THQ\Gas Powered Games\Supreme Commander - Forged Alliance 2022-09-10 12:07:27.769 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.map.MapService : Could not start map directory watcher java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:521) at java.base/java.nio.file.Files.createDirectory(Files.java:700) at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:807) at java.base/java.nio.file.Files.createDirectories(Files.java:793) at com.faforever.client.map.MapService.tryLoadMaps(MapService.java:185) at com.faforever.client.map.MapService.lambda$afterPropertiesSet$0(MapService.java:157) at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:136) at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80) at javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(ObjectPropertyBase.java:106) at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:113) at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:147) at com.faforever.client.preferences.ForgedAlliancePrefs.setInstallationPath(ForgedAlliancePrefs.java:129) at com.faforever.client.game.GamePathHandler.onGameDirectoryChosenEvent(GamePathHandler.java:89) at com.faforever.client.game.GamePathHandler.detectGamePath(GamePathHandler.java:98) at com.faforever.client.game.GamePathHandler.detectAndUpdateGamePath(GamePathHandler.java:111) at com.faforever.client.main.MainController.enterLoggedInState(MainController.java:446) at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456) 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:184) at java.base/java.lang.Thread.run(Thread.java:833) 2022-09-10 12:07:27.771 ERROR 4420 --- [pool-3-thread-2] com.faforever.client.map.MapService : Maps could not be read from: `%USER_PROFILE%\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\maps` java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\maps at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsDirectoryStream.(WindowsDirectoryStream.java:86) at java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:535) at java.base/java.nio.file.Files.newDirectoryStream(Files.java:482) at java.base/java.nio.file.Files.list(Files.java:3792) at com.faforever.client.map.MapService$1.call(MapService.java:236) at com.faforever.client.map.MapService$1.call(MapService.java:231) at javafx.concurrent.Task$TaskCallable.call(Task.java:1426) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) 2022-09-10 12:07:28.087 DEBUG 4420 --- [reactor-tcp-nio-1] c.f.client.chat.KittehChatService : Joining channel: #aeolus 2022-09-10 12:07:35.527 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-5] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/oof_acu_death_sound.v0002.png 2022-09-10 12:07:35.528 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-4] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/all_faction_quantum_gate.v0002.png 2022-09-10 12:07:35.531 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-2] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/Ultra%20Shields.v0003.png 2022-09-10 12:07:35.531 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-6] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/no_build_restrictions_in_campaign.v0002.png 2022-09-10 12:07:35.539 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-1] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/rk_s_explosions.v0012.png 2022-09-10 12:07:35.547 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-7] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/total_mayhem.v0137.png 2022-09-10 12:07:35.568 DEBUG 4420 --- [reactor-http-nio-7] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/defencesexpand_v1.0.v0002.png 2022-09-10 12:07:35.786 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/Ultra%20Shields.v0003.png for C:\ProgramData\FAForever\cache\mods\Ultra%20Shields.v0003.png 2022-09-10 12:07:35.820 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/no_build_restrictions_in_campaign.v0002.png for C:\ProgramData\FAForever\cache\mods\no_build_restrictions_in_campaign.v0002.png 2022-09-10 12:07:36.269 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-2] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/supcom_vanilla_music_faf.v0002.png 2022-09-10 12:07:36.273 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-7] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/total_annihilation_music.v0004.png 2022-09-10 12:07:36.277 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-1] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/advanced_reclaim_info.v0001.png 2022-09-10 12:07:36.281 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-5] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/NoShake.v0002.png 2022-09-10 12:07:36.285 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-4] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/supreme_score_board.v0006.png 2022-09-10 12:07:36.294 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-6] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/ZeP_MiniMapZoom.v0002.png 2022-09-10 12:07:36.298 DEBUG 4420 --- [reactor-http-nio-7] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/phillip_crofts_soundtrack.v0005.png 2022-09-10 12:07:36.511 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/advanced_reclaim_info.v0001.png for C:\ProgramData\FAForever\cache\mods\advanced_reclaim_info.v0001.png 2022-09-10 12:07:36.979 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-2] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/ai-uveso.v0105.png 2022-09-10 12:07:36.984 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-3] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/rngai.v0123.png 2022-09-10 12:07:36.993 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-1] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/anime_sacus.v0001.png 2022-09-10 12:07:36.993 DEBUG 4420 --- [reactor-http-nio-7] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/experimentalsupgrades.v0001.png 2022-09-10 12:07:36.998 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-5] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/m27ai.v0050.png 2022-09-10 12:07:37.000 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-4] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/doompants_teleport_balance_for_blackopsfaf_acu.v0003.png 2022-09-10 12:07:37.000 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-6] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/annihilation_new_supcom.v0092.png 2022-09-10 12:07:37.627 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/experimentalsupgrades.v0001.png for C:\ProgramData\FAForever\cache\mods\experimentalsupgrades.v0001.png 2022-09-10 12:07:45.571 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-1] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/1.5x_build_range.v0001.png 2022-09-10 12:07:45.586 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-6] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/2x%20Build%20Range.v0001.png 2022-09-10 12:07:45.587 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-4] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/Build%20Rate%20x10%20Build%20Range%20x1.3.v0001.png 2022-09-10 12:07:45.590 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-3] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/build_range_x3.v0003.png 2022-09-10 12:07:45.602 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-5] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/Build%20Rate%20x5%20&%20Build%20Range%20x2.v0002.png 2022-09-10 12:07:45.617 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-2] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/5x_build_range.v0002.png 2022-09-10 12:07:45.626 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-6] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/10x_build_range.v0001.png 2022-09-10 12:07:45.626 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-1] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/1.3x_build_range.v0001.png 2022-09-10 12:07:45.632 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-4] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/build_rate_build_range_x2.v0001.png 2022-09-10 12:07:45.656 DEBUG 4420 --- [ForkJoinPool.commonPool-worker-7] c.faforever.client.remote.AssetService : Fetching image from https://content.faforever.com/mods/thumbs/infinite_build_range.v0001.png 2022-09-10 12:07:45.926 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/2x%20Build%20Range.v0001.png for C:\ProgramData\FAForever\cache\mods\2x%20Build%20Range.v0001.png 2022-09-10 12:07:45.948 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/1.5x_build_range.v0001.png for C:\ProgramData\FAForever\cache\mods\1.5x_build_range.v0001.png 2022-09-10 12:07:46.163 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/Build%20Rate%20x5%20&%20Build%20Range%20x2.v0002.png for C:\ProgramData\FAForever\cache\mods\Build%20Rate%20x5%20&%20Build%20Range%20x2.v0002.png 2022-09-10 12:07:46.209 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/10x_build_range.v0001.png for C:\ProgramData\FAForever\cache\mods\10x_build_range.v0001.png 2022-09-10 12:07:46.276 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/1.3x_build_range.v0001.png for C:\ProgramData\FAForever\cache\mods\1.3x_build_range.v0001.png 2022-09-10 12:07:46.448 WARN 4420 --- [JavaFX Application Thread] com.faforever.client.fx.JavaFxUtil : Could not read image from https://content.faforever.com/mods/thumbs/infinite_build_range.v0001.png for C:\ProgramData\FAForever\cache\mods\infinite_build_range.v0001.png 2022-09-10 12:07:53.251 INFO 4420 --- [pool-3-thread-2] com.faforever.client.mod.InstallModTask : Downloading mod from `https://content.faforever.com/mods/10x_build_range.v0001.zip` to `C:\ProgramData\FAForever\cache\mod17010699200709751772.tmp` 2022-09-10 12:07:53.545 INFO 4420 --- [pool-3-thread-2] com.faforever.client.mod.InstallModTask : Unzipping `C:\ProgramData\FAForever\cache\mod17010699200709751772.tmp` to `%USER_PROFILE%\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\mods` 2022-09-10 12:07:53.593 ERROR 4420 --- [JavaFX Application Thread] c.f.client.mod.ModCardController : Could not install mod java.util.concurrent.CompletionException: java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:781) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at com.faforever.client.task.CompletableTask.lambda$new$1(CompletableTask.java:18) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54) at javafx.event.Event.fireEvent(Event.java:198) at javafx.concurrent.EventHelper.fireEvent(EventHelper.java:219) at javafx.concurrent.Task.fireEvent(Task.java:1359) at javafx.concurrent.Task.setState(Task.java:709) at javafx.concurrent.Task$TaskCallable.lambda$call$2(Task.java:1456) at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456) 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:184) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:521) at java.base/java.nio.file.Files.createDirectory(Files.java:700) at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:807) at java.base/java.nio.file.Files.createDirectories(Files.java:793) at com.faforever.commons.io.Unzipper.unzip(Unzipper.java:45) at com.faforever.client.mod.InstallModTask.extractMod(InstallModTask.java:100) at com.faforever.client.mod.InstallModTask.call(InstallModTask.java:72) at com.faforever.client.mod.InstallModTask.call(InstallModTask.java:30) at javafx.concurrent.Task$TaskCallable.call(Task.java:1426) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ... 1 common frames omitted 2022-09-10 12:07:53.721 ERROR 4420 --- [JavaFX Application Thread] com.faforever.client.task.TaskService : Task failed java.nio.file.NoSuchFileException: %USER_PROFILE%\Documents\My Games\Gas Powered Games at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:521) at java.base/java.nio.file.Files.createDirectory(Files.java:700) at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:807) at java.base/java.nio.file.Files.createDirectories(Files.java:793) at com.faforever.commons.io.Unzipper.unzip(Unzipper.java:45) at com.faforever.client.mod.InstallModTask.extractMod(InstallModTask.java:100) at com.faforever.client.mod.InstallModTask.call(InstallModTask.java:72) at com.faforever.client.mod.InstallModTask.call(InstallModTask.java:30) at javafx.concurrent.Task$TaskCallable.call(Task.java:1426) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833)