FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    1. Home
    2. roscopeco2000
    The current pre-release of the client ("pioneer" in the version) is only compatible to itself. So you can only play with other testers. Please be aware!
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Groups 0

    roscopeco2000

    @roscopeco2000

    1
    Reputation
    1
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    roscopeco2000 Unfollow Follow

    Best posts made by roscopeco2000

    • RE: Can't connect to games after FAF Client Update

      I've got the same problem, tried reinstalling several times to no avail

      posted in I need help
      R
      roscopeco2000

    Latest posts made by roscopeco2000

    • Disconnect instantly when game lanches

      As soon as a game loads up after lobby i instantly get disconnected. i know a few other people who have had this issue. I am connected to the internet and its not a firewall issue. Any ideas?

      posted in I need help
      R
      roscopeco2000
    • RE: faf wont launch after update

      ava.lang.RuntimeException: Exception in Application init method
      at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:896)
      at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
      at java.base/java.lang.Thread.run(Thread.java:833)
      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'steamService' defined in URL [jar:file:/C:/Program%20Files/FAF%20Client/lib/faf-client-2022.8.0-plain.jar!/com/faforever/client/steam/SteamService.class]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: 'com.faforever.client.preferences.GeneralPrefs com.faforever.client.preferences.Preferences.getGeneral()'
      at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804)
      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.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
      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:740)
      at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:415)
      at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
      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)
      ... 2 more
      Caused by: java.lang.NoSuchMethodError: 'com.faforever.client.preferences.GeneralPrefs com.faforever.client.preferences.Preferences.getGeneral()'
      at com.faforever.client.steam.SteamService.afterPropertiesSet(SteamService.java:20)
      at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
      at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
      ... 17 more

      posted in I need help
      R
      roscopeco2000
    • faf wont launch after update

      I've got the same issue as others have had , since the update i cant launch ive tried unstalling and reinstalling multiple times to no avail

      posted in I need help
      R
      roscopeco2000
    • RE: Can't connect to games after FAF Client Update

      I've got the same problem, tried reinstalling several times to no avail

      posted in I need help
      R
      roscopeco2000
    • RE: Cant join games...

      WHY IS IT DOWNLOADING SOMETHING THATS IN THE FOLDER???

      posted in I need help
      R
      roscopeco2000
    • RE: Cant join games...

      I am at a complete lose, what i don't understand is when i first start FAF and go to join a game it goes to download Forged allance and that is where the problem is. I've got the below link as the place to look for the game, it has a bunch of sub folders. the EXE file i believe is the one called "SupremeCommander" . Does that sound right?

      C:\Program Files (x86)\Steam\steamapps\common\Supreme Commander Forged Alliance

      posted in I need help
      R
      roscopeco2000
    • RE: Cant join games...

      Just tried it still didn't work, it runs fine through steam. Its every time i try join a game thru FAF. Its as someone else described the problem, it cant find the forged allance.EXE file so it downloads it to the BIN folder but then doesnt like the fact its in the BIN folder

      posted in I need help
      R
      roscopeco2000
    • Cant join games...

      Hello i have seen others posts this issue but with no resolve. All of sudden i get the below error message. I have reinstalled supreme commander, reinstalled FAF, cleared my cache. Does anyone have any ideas? I think it was caused by joining a game that had a mod.Thanks

      java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\ProgramData\FAForever\cache\featured_mod\bin\dbfd4dbacfdcfb60a6e5963e2b0ff43d -> C:\ProgramData\FAForever\bin\ForgedAlliance.exe
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.lambda$call$0(SimpleHttpFeaturedModUpdaterTask.java:81)
      at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.call(SimpleHttpFeaturedModUpdaterTask.java:65)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.call(SimpleHttpFeaturedModUpdaterTask.java:24)
      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)
      Caused by: java.nio.file.AccessDeniedException: C:\ProgramData\FAForever\cache\featured_mod\bin\dbfd4dbacfdcfb60a6e5963e2b0ff43d -> C:\ProgramData\FAForever\bin\ForgedAlliance.exe
      at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
      at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
      at java.base/sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:202)
      at java.base/sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:283)
      at java.base/java.nio.file.Files.copy(Files.java:1299)
      at com.faforever.client.io.FeaturedModFileCacheService.copyFeaturedModFileFromCache(FeaturedModFileCacheService.java:64)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.lambda$call$0(SimpleHttpFeaturedModUpdaterTask.java:74)
      ... 8 more

      posted in I need help
      R
      roscopeco2000
    • RE: Java.io.IOException: Truncated Zip file

      i have the same problem any help appreciated

      posted in I need help
      R
      roscopeco2000