FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    I cant create or join any games.

    Scheduled Pinned Locked Moved I need help
    4 Posts 3 Posters 334 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      Bigdaddylove
      last edited by

      I updated FAF and uninstalled and reinstalled the game and FAF but the problem still exists. Heres the client log. Any help is appreciated.
      2022-04-02 14:24:34.281 INFO 15032 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application using Java 17.0.1 on %CPU_NAME% with PID 15032 (started by %USER% in C:\Program Files\FAF Client)
      2022-04-02 14:24:34.292 INFO 15032 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following 2 profiles are active: "windows", "prod"
      2022-04-02 14:24:35.517 INFO 15032 --- [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-04-02 14:24:35.525 INFO 15032 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'fafClientApplication' of type [com.faforever.client.FafClientApplication$$EnhancerBySpringCGLIB$$844be4e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
      2022-04-02 14:24:35.542 INFO 15032 --- [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-04-02 14:24:35.544 INFO 15032 --- [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-04-02 14:24:35.550 INFO 15032 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'baseConfig' of type [com.faforever.client.config.BaseConfig$$EnhancerBySpringCGLIB$$b2e45104] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
      2022-04-02 14:24:35.557 INFO 15032 --- [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-04-02 14:24:35.827 INFO 15032 --- [JavaFX-Launcher] c.f.c.preferences.PreferencesService : Reading preferences file %USER_PROFILE%\AppData\Roaming\Forged Alliance Forever\client.prefs
      2022-04-02 14:24:35.842 INFO 15032 --- [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-04-02 14:24:35.871 INFO 15032 --- [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-04-02 14:24:35.874 INFO 15032 --- [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-04-02 14:24:35.876 INFO 15032 --- [JavaFX-Launcher] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.faforever.client.config.AsyncConfig$$EnhancerBySpringCGLIB$$97c7781f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
      2022-04-02 14:24:37.159 ERROR 15032 --- [JavaFX-Launcher] c.f.client.logging.LoggingService : Confirming error logging
      2022-04-02 14:24:38.177 INFO 15032 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Started application in 4.807 seconds (JVM running for 7.875)
      2022-04-02 14:24:55.793 ERROR 15032 --- [pool-3-thread-8] com.faforever.client.util.UpdaterUtil : File was not zip file

      java.util.zip.ZipException: zip END header not found
      at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1469)
      at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1477)
      at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1315)
      at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1277)
      at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:709)
      at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:243)
      at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:172)
      at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186)
      at com.faforever.client.util.UpdaterUtil.extractMoviesIfPresent(UpdaterUtil.java:29)
      at com.faforever.client.io.FeaturedModFileCacheService.copyFeaturedModFileFromCache(FeaturedModFileCacheService.java:65)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.lambda$call$0(SimpleHttpFeaturedModUpdaterTask.java:88)
      at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.call(SimpleHttpFeaturedModUpdaterTask.java:69)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.call(SimpleHttpFeaturedModUpdaterTask.java:28)
      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-04-02 14:25:08.698 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/icons.css
      2022-04-02 14:25:08.700 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.702 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.703 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/style.css
      2022-04-02 14:25:08.704 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/style.css
      2022-04-02 14:25:08.705 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.706 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.714 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/icons.css
      2022-04-02 14:25:08.714 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.715 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.718 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.719 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.720 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/icons.css
      2022-04-02 14:25:08.720 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.721 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.721 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/icons.css
      2022-04-02 14:25:08.722 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.723 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.727 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.736 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.737 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/icons.css
      2022-04-02 14:25:08.738 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
      2022-04-02 14:25:08.739 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.3.0-plain.jar!/theme/icons.css
      2022-04-02 14:25:08.740 WARN 15032 --- [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:/C:/Program%20Files/FAF%20Client/lib/javafx-controls-18-win.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss

      1 Reply Last reply Reply Quote 0
      • QuietJoyQ Offline
        QuietJoy
        last edited by

        Have you ran the game at least once through steam in single player mode? I think you need to do that once to get settings sorted..

        1 Reply Last reply Reply Quote 0
        • B Offline
          Bigdaddylove
          last edited by

          Yes I have done that

          1 Reply Last reply Reply Quote 0
          • I Offline
            IIISaVIII
            last edited by

            такая же проблема. бесконечный конектинг и всё

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post