Navigation

    FAForever Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Gmork
    G

    Gmork

    @Gmork

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

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    Gmork Follow

    Best posts made by Gmork

    This user does not have any upvoted posts yet.

    Latest posts made by Gmork

    RE: Сan't log in

    Its ether antivirus (bloking) or you need to turn on steam/ other program that have sup com fa

    posted in FAF support (client and account issues) •
    RE: FAF cant log in. No auto login.

    @sheikah And its usless to you since its with data from today only 24 may and yesterday it was only from 23 may.
    client.log

    posted in I need help •
    RE: FAF cant log in. No auto login.

    New client.log is only from next day(its always 1 day or one sesion), no client.log from day that it happen only with gz extension(that i posted)
    If new version of client will make this happen again i will post log

    posted in I need help •
    RE: FAF cant log in. No auto login.

    @deribus Not sure if it is correct cant find normal log from this client only .gz
    And im not sure if its from that new client since it dont say in file name version of client. I instaled couple of them to check what works.
    Old client that have different ui graphic also works
    client.log.2022-02-20.log

    posted in I need help •
    FAF cant log in. No auto login.

    Suddenly unable to log into game. v 2022.4

    Solution : OLD Version 2021.12 downloaded and it works.

    posted in I need help •
    RE: Cant watch replay or start game or play tutorial etc

    Dawnloaded version from faf site a 5 min ago 2022.1.1

    Dawnloaded older version 2021.12 an it work

    posted in I need help •
    Cant watch replay or start game or play tutorial etc

    Cant watch replay, play tutorial or start a game etc.

    code_textjava.util.concurrent.CompletionException: java.lang.RuntimeException: java.nio.file.NoSuchFileException: C:\ProgramData\FAForever\cache\featured_mod\bin\download12229667066308271969.tmp
    	at com.faforever.client.patch.GameUpdaterImpl.lambda$update$8(GameUpdaterImpl.java:104)
    	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
    	at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:970)
    	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
    	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2152)
    	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:1358)
    	at javafx.concurrent.Task.setState(Task.java:709)
    	at javafx.concurrent.Task$TaskCallable.lambda$call$2(Task.java:1455)
    	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)
    Caused by: java.lang.RuntimeException: java.nio.file.NoSuchFileException: C:\ProgramData\FAForever\cache\featured_mod\bin\download12229667066308271969.tmp
    	at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.lambda$call$0(SimpleHttpFeaturedModUpdaterTask.java:92)
    	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: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)
    	... 1 more
    Caused by: java.nio.file.NoSuchFileException: C:\ProgramData\FAForever\cache\featured_mod\bin\download12229667066308271969.tmp
    	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.newByteChannel(WindowsFileSystemProvider.java:235)
    	at java.base/java.nio.file.Files.newByteChannel(Files.java:375)
    	at java.base/java.nio.file.Files.createFile(Files.java:652)
    	at java.base/java.nio.file.TempFileHelper.create(TempFileHelper.java:137)
    	at java.base/java.nio.file.TempFileHelper.createTempFile(TempFileHelper.java:160)
    	at java.base/java.nio.file.Files.createTempFile(Files.java:872)
    	at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.patchOrDownloadForgedAllianceExe(SimpleHttpFeaturedModUpdaterTask.java:116)
    	at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.lambda$call$0(SimpleHttpFeaturedModUpdaterTask.java:82)
    	... 8 more
    
    
    posted in I need help •