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

    FAF on windows 11

    Scheduled Pinned Locked Moved FAF support (client and account issues)
    14 Posts 4 Posters 545 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.
    • maggeM
      magge Global Moderator
      last edited by

      What is the path for your game location in FAF?
      In which path have u installed SC?

      Join a FAFtastic Team

      maggeM 1 Reply Last reply Reply Quote 0
      • W
        waxman80014
        last edited by

        FAF is at: "C:\Program Files\FAF Client\faf-client.exe"
        SC Foraged Alliance is: "C:\Program Files (x86)\GOG Galaxy

        1 Reply Last reply Reply Quote 0
        • maggeM
          magge Global Moderator @magge
          last edited by

          Can you provide the 'Game Location' path as well:

          ab9f9507-30cb-4940-97fe-d1161b048024-grafik.png

          Join a FAFtastic Team

          1 Reply Last reply Reply Quote 0
          • W
            waxman80014
            last edited by

            Here it is:
            screen shot.jpg

            1 Reply Last reply Reply Quote 0
            • maggeM
              magge Global Moderator
              last edited by

              And at which step occurs the error exactly, when you host a game?

              Join a FAFtastic Team

              W 1 Reply Last reply Reply Quote 0
              • W
                waxman80014 @magge
                last edited by

                @magge

                I am trying to play offline and I get that error message.

                1 Reply Last reply Reply Quote 0
                • maggeM
                  magge Global Moderator
                  last edited by

                  Try to start the game at least once via online lobby in FAF (u can set a password, so noone joins), then try offline again.

                  Join a FAFtastic Team

                  1 Reply Last reply Reply Quote 0
                  • W
                    Wolfheadnar_
                    last edited by

                    same error on Windows 10
                    Client Version: 2025.1.0
                    org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET https://api.faforever.com/me
                    at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:323)
                    Suppressed: The stacktrace has been enhanced by Reactor, refer to additional information below:
                    Assembly trace from producer [reactor.core.publisher.MonoIgnoreThen] :
                    reactor.core.publisher.Mono.then
                    org.springframework.web.reactive.function.client.DefaultWebClient.releaseIfNotConsumed(DefaultWebClient.java:197)
                    Error has been observed at the following site(s):
                    *____________Mono.then ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient.releaseIfNotConsumed(DefaultWebClient.java:197)
                    |
                    ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.lambda$applyStatusHandlers$17(DefaultWebClient.java:695)
                    *_____Mono.flatMap ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.applyStatusHandlers(DefaultWebClient.java:695)
                    |
                    Mono.onErrorResume ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.applyStatusHandlers(DefaultWebClient.java:696)
                    |
                    Mono.flatMap ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.applyStatusHandlers(DefaultWebClient.java:701)
                    |
                    checkpoint ⇢ 403 FORBIDDEN from GET https://api.faforever.com/me [DefaultWebClient]
                    |
                    Mono.switchIfEmpty ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.handleBodyMono(DefaultWebClient.java:664)
                    |
                    ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.lambda$bodyToMono$2(DefaultWebClient.java:581)
                    *____________Mono.then ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient.releaseIfNotConsumed(DefaultWebClient.java:197)
                    |
                    ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.lambda$applyStatusHandlers$18(DefaultWebClient.java:696)
                    *_______Mono.flatMap ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.bodyToMono(DefaultWebClient.java:580)
                    |
                    Mono.retryWhen ⇢ at com.faforever.client.api.FafApiAccessor.retrieveMonoWithErrorHandling(FafApiAccessor.java:299)
                    |
                    Mono.doOnError ⇢ at com.faforever.client.api.FafApiAccessor.retrieveMonoWithErrorHandling(FafApiAccessor.java:300)
                    |
                    Mono.doOnNext ⇢ at com.faforever.client.api.FafApiAccessor.getMe(FafApiAccessor.java:161)
                    *_______Flux.concatMap ⇢ at reactor.util.retry.RetryBackoffSpec.lambda$generateCompanion$5(RetryBackoffSpec.java:593)
                    |
                    Flux.onErrorStop ⇢ at reactor.util.retry.RetryBackoffSpec.lambda$generateCompanion$5(RetryBackoffSpec.java:656)
                    *__Flux.deferContextual ⇢ at reactor.util.retry.RetryBackoffSpec.generateCompanion(RetryBackoffSpec.java:591)
                    *____________Mono.defer ⇢ at com.faforever.client.user.LoginService.loginToApi(LoginService.java:90)
                    *_____________Mono.then ⇢ at com.faforever.client.user.LoginService.loginToApi(LoginService.java:90)
                    *____________Mono.zip ⇢ at com.faforever.client.user.LoginService.loginToServices(LoginService.java:79)
                    |
                    Mono.doOnNext ⇢ at com.faforever.client.user.LoginService.loginToServices(LoginService.java:79)
                    |
                    Mono.doOnError ⇢ at com.faforever.client.user.LoginService.loginToServices(LoginService.java:86)
                    *_____________Mono.then ⇢ at com.faforever.client.user.LoginService.loginToServices(LoginService.java:86)
                    *____________Mono.then ⇢ at com.faforever.client.user.LoginService.login(LoginService.java:70)
                    |
                    ⇢ at com.faforever.client.login.LoginController.loginWithCode(LoginController.java:278)
                    Original Stack Trace:
                    at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:323)
                    at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:214)
                    at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:113)
                    at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162)
                    at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onNext(FluxDefaultIfEmpty.java:122)
                    at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:129)
                    at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:107)
                    at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onNext(FluxMapFuseable.java:299)
                    at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onNext(FluxFilterFuseable.java:337)
                    at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2097)
                    at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145)
                    at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152)
                    at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onComplete(FluxPeekFuseable.java:277)
                    at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152)
                    at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:413)
                    at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:455)
                    at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:509)
                    at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:817)
                    at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:115)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
                    at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
                    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
                    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
                    at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
                    at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1503)
                    at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1366)
                    at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1415)
                    at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:530)
                    at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:469)
                    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
                    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
                    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
                    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
                    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
                    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
                    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
                    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
                    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
                    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
                    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
                    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
                    at java.base/java.lang.Thread.run(Thread.java:1583)

                    W 1 Reply Last reply Reply Quote 0
                    • W
                      waxman80014 @Wolfheadnar_
                      last edited by

                      @Wolfheadnar_

                      Interesting it happens on windows 10 also....

                      W 1 Reply Last reply Reply Quote 0
                      • ZLOZ
                        ZLO
                        last edited by

                        Can it be related to the fact that "program files" folders are special and have restricted access?

                        TA4Life: "At the very least we are not slaves to the UI" | http://www.youtube.com/user/dimatularus | http://www.twitch.tv/zlo_rd

                        1 Reply Last reply Reply Quote 0
                        • W
                          waxman80014 @waxman80014
                          last edited by

                          @waxman80014

                          I am not sure, SC and SC Forged Alliances are running slow and stuttering. The only games that do that, and I have a lot of older Direct X 9 games.

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post