• onedrive

    2
    0 Votes
    2 Posts
    44 Views
    D

    make sure all logs are outside onedrive. I had this same issue once and didnt change all locations so maybe thats it.

  • Mods location unchangeble after drive failer

    4
    0 Votes
    4 Posts
    76 Views
    S

    You can also just edit the prefs file directly

  • crashed check with exit code - 1,073,741,819

    1
    0 Votes
    1 Posts
    29 Views
    No one has replied
  • disconnect after authorize

    12
    0 Votes
    12 Posts
    286 Views
    D

    Client Version: 2025.2.1
    org.springframework.web.reactive.function.client.WebClientRequestException: Connection reset
    at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.lambda$wrapException$9(ExchangeFunctions.java:137)
    Suppressed: The stacktrace has been enhanced by Reactor, refer to additional information below:
    Assembly trace from producer [reactor.core.publisher.MonoErrorSupplied] :
    reactor.core.publisher.Mono.error
    org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.wrapException(ExchangeFunctions.java:137)
    Error has been observed at the following site(s):
    *___________Mono.error ⇢ at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.wrapException(ExchangeFunctions.java:137)
    | ⇢ at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.lambda$exchange$4(ExchangeFunctions.java:106)
    *Mono.onErrorResume ⇢ at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.exchange(ExchangeFunctions.java:106)
    | Mono.map ⇢ at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.exchange(ExchangeFunctions.java:107)
    | Mono.doOnNext ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$ObservationFilterFunction.filter(DefaultWebClient.java:745)
    | ⇢ at org.springframework.web.reactive.function.client.ExchangeFilterFunction.lambda$andThen$0(ExchangeFilterFunction.java:62)
    | ⇢ at com.faforever.client.api.OAuthTokenFilter.lambda$filter$1(OAuthTokenFilter.java:22)
    *_______Mono.flatMap ⇢ at com.faforever.client.api.OAuthTokenFilter.filter(OAuthTokenFilter.java:22)
    | ⇢ at org.springframework.web.reactive.function.client.ExchangeFilterFunction.lambda$andThen$1(ExchangeFilterFunction.java:62)
    | ⇢ at org.springframework.web.reactive.function.client.ExchangeFilterFunction.lambda$apply$2(ExchangeFilterFunction.java:73)
    | ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.lambda$exchange$8(DefaultWebClient.java:468)
    *____Mono.defer ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.lambda$exchange$12(DefaultWebClient.java:467)
    | checkpoint ⇢ Request to GET https://api.faforever.com/me [DefaultWebClient]
    | Mono.switchIfEmpty ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.lambda$exchange$12(DefaultWebClient.java:472)
    | Mono.doOnNext ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.lambda$exchange$12(DefaultWebClient.java:478)
    | Mono.doOnError ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.lambda$exchange$12(DefaultWebClient.java:479)
    | Mono.doFinally ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.lambda$exchange$12(DefaultWebClient.java:480)
    | Mono.contextWrite ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.lambda$exchange$12(DefaultWebClient.java:486)
    *Mono.deferContextual ⇢ at org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.exchange(DefaultWebClient.java:453)
    | 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.ExchangeFunctions$DefaultExchangeFunction.lambda$wrapException$9(ExchangeFunctions.java:137)
    at reactor.core.publisher.MonoErrorSupplied.subscribe(MonoErrorSupplied.java:55)
    at reactor.core.publisher.Mono.subscribe(Mono.java:4576)
    at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
    at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234)
    at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234)
    at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onError(FluxPeekFuseable.java:234)
    at reactor.core.publisher.MonoNext$NextSubscriber.onError(MonoNext.java:93)
    at reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onError(MonoFlatMapMany.java:205)
    at reactor.core.publisher.SerializedSubscriber.onError(SerializedSubscriber.java:124)
    at reactor.core.publisher.FluxRetryWhen$RetryWhenMainSubscriber.whenError(FluxRetryWhen.java:229)
    at reactor.core.publisher.FluxRetryWhen$RetryWhenOtherSubscriber.onError(FluxRetryWhen.java:279)
    at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onError(FluxContextWrite.java:121)
    at reactor.core.publisher.FluxConcatMapNoPrefetch$FluxConcatMapNoPrefetchSubscriber.maybeOnError(FluxConcatMapNoPrefetch.java:327)
    at reactor.core.publisher.FluxConcatMapNoPrefetch$FluxConcatMapNoPrefetchSubscriber.onNext(FluxConcatMapNoPrefetch.java:212)
    at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:107)
    at reactor.core.publisher.SinkManyEmitterProcessor.drain(SinkManyEmitterProcessor.java:476)
    at reactor.core.publisher.SinkManyEmitterProcessor$EmitterInner.drainParent(SinkManyEmitterProcessor.java:620)
    at reactor.core.publisher.FluxPublish$PubSubInner.request(FluxPublish.java:874)
    at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.request(FluxContextWrite.java:136)
    at reactor.core.publisher.FluxConcatMapNoPrefetch$FluxConcatMapNoPrefetchSubscriber.request(FluxConcatMapNoPrefetch.java:337)
    at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.request(FluxContextWrite.java:136)
    at reactor.core.publisher.Operators$DeferredSubscription.request(Operators.java:1743)
    at reactor.core.publisher.FluxRetryWhen$RetryWhenMainSubscriber.onError(FluxRetryWhen.java:196)
    at reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:205)
    at reactor.netty.http.client.HttpClientConnect$HttpObserver.onUncaughtException(HttpClientConnect.java:410)
    at reactor.netty.ReactorNetty$CompositeConnectionObserver.onUncaughtException(ReactorNetty.java:709)
    at reactor.netty.resources.NewConnectionProvider$NewConnectionObserver.onUncaughtException(NewConnectionProvider.java:219)
    at reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:245)
    at reactor.netty.channel.FluxReceive.onInboundError(FluxReceive.java:466)
    at reactor.netty.channel.ChannelOperations.onInboundError(ChannelOperations.java:526)
    at reactor.netty.channel.ChannelOperationsHandler.exceptionCaught(ChannelOperationsHandler.java:153)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
    at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
    at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireExceptionCaught(CombinedChannelDuplexHandler.java:424)
    at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:92)
    at io.netty.channel.CombinedChannelDuplexHandler$1.fireExceptionCaught(CombinedChannelDuplexHandler.java:145)
    at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:143)
    at io.netty.channel.CombinedChannelDuplexHandler.exceptionCaught(CombinedChannelDuplexHandler.java:231)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
    at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
    at io.netty.handler.ssl.SslHandler.exceptionCaught(SslHandler.java:1222)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
    at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317)
    at io.netty.channel.DefaultChannelPipeline$HeadContext.exceptionCaught(DefaultChannelPipeline.java:1324)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346)
    at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325)
    at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:856)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.handleReadException(AbstractNioByteChannel.java:125)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:177)
    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)
    Caused by: java.net.SocketException: Connection reset
    at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401)
    Suppressed: The stacktrace has been enhanced by Reactor, refer to additional information below:
    Assembly trace from producer [reactor.core.publisher.MonoCreate] :
    reactor.core.publisher.Mono.create
    reactor.netty.http.client.HttpClientConnect$MonoHttpConnect.subscribe(HttpClientConnect.java:211)
    Error has been observed at the following site(s):
    *Mono.create ⇢ at reactor.netty.http.client.HttpClientConnect$MonoHttpConnect.subscribe(HttpClientConnect.java:211)
    | Mono.retryWhen ⇢ at reactor.netty.http.client.HttpClientConnect$MonoHttpConnect.subscribe(HttpClientConnect.java:282)
    *Flux.concatMap ⇢ at reactor.util.retry.RetrySpec.lambda$generateCompanion$6(RetrySpec.java:360)
    | Flux.onErrorStop ⇢ at reactor.util.retry.RetrySpec.lambda$generateCompanion$6(RetrySpec.java:379)
    *Flux.deferContextual ⇢ at reactor.util.retry.RetrySpec.generateCompanion(RetrySpec.java:357)
    *
    ⇢ at reactor.netty.http.client.HttpClientFinalizer.connect(HttpClientFinalizer.java:159)
    | Mono.flatMapMany ⇢ at reactor.netty.http.client.HttpClientFinalizer.responseConnection(HttpClientFinalizer.java:102)
    | Flux.next ⇢ at org.springframework.http.client.reactive.ReactorClientHttpConnector.connect(ReactorClientHttpConnector.java:174)
    | Mono.doOnCancel ⇢ at org.springframework.http.client.reactive.ReactorClientHttpConnector.connect(ReactorClientHttpConnector.java:175)
    | Mono.doOnRequest ⇢ at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.exchange(ExchangeFunctions.java:104)
    | Mono.doOnCancel ⇢ at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.exchange(ExchangeFunctions.java:105)
    Original Stack Trace:
    at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401)
    at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434)
    at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:356)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    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

    помогите пожалуйста, вчера играл весь день, а сегодня не могу зайти дальше авторизации, при включении ВПН заходит.

  • Client Keeps Loading

    15
    2 Votes
    15 Posts
    378 Views
    NoRest4TheWickedN

    @coolburn @BassJunkie_1 @ShooterMcGavin @Yeager I am able to log in to FAF now I think the problem was finally fixed

  • Nickname does not change

    2
    0 Votes
    2 Posts
    59 Views
    IndexLibrorumI

    Create a moderation support ticking in the FAF discord and we'll have a look for you!

  • Client doesn't start

    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • Client crashed from start

    2
    0 Votes
    2 Posts
    54 Views
    maggeM

    Would be better to have the whole error message. Can you attach it as .txt, please?

    Blind guess: Your windows username contains non-ASCII characters.

  • BUG co-op "Red Revenge"

    1
    0 Votes
    1 Posts
    51 Views
    No one has replied
  • Рейтинг сливается

    3
    1 Votes
    3 Posts
    206 Views
    KaratekaK

    Не переживайте, проблема будет решена в ближайшее время. Спасибо за отзыв!

  • Crash with Exit code 1

    10
    0 Votes
    10 Posts
    1k Views
    T

    I'm also having this issue since upgrading to windows 11.

    game_24419832.log

    Also the game regularly freezes up during coop missions/campaigns and I'm unable to close or minimize the game window to use task manager, forcing me to restart the computer or else be stuck on a frozen FAF screen forever.

    game_24419924.log

  • Rating reset after years of inactive

    4
    0 Votes
    4 Posts
    166 Views
    T

    Thanks for the info guys, guess i'll just take the plunge then

  • Что с соединением?

    2
    0 Votes
    2 Posts
    106 Views
    S

    Дудосы

  • Connection problems with FAF

    4
    0 Votes
    4 Posts
    192 Views
    M

    @Salz What do the logs say?

  • Can't join nor create any coop missions, seems like maps are missing

    2
    0 Votes
    2 Posts
    100 Views
    A

    I fixed it, thx to somebody on the discord.

    It was basically windows defender forbidding the write on that folder, so it couldn't download any maps at all. Just allow that path into the safe paths exclusion list inside the windows defender config.
    imagen_2025-03-03_210535795.png

  • Problem, game constantly losing connection

    4
    0 Votes
    4 Posts
    153 Views
    M

    How can I fix this problem? Saturn region estimates don't help, and reinstalling doesn't help. All tests on public DNS show everything perfectly. All internet speed tests show everything perfectly. This is a problem on the part of FAF. Help please

  • I changed game location to the other drive, and game not start

    2
    -1 Votes
    2 Posts
    96 Views
    miki1900M

    log file:

    nfo: Client version: 2025.2.1
    info: Game version: 3819
    info: Game type: faf
    info: Process - priority set to: 'high'
    info: Process - Failed to update the process affinity, this may impact your framerate
    info: Loading custom vault path: E:/Games/faf map mods
    info: Prevented loading a map with no scenario file: E:/Games/faf map mods/maps/sc
    info: mounting content: effects.nx2
    info: mounting content: env.nx2
    info: mounting content: etc.nx2
    info: mounting content: loc.nx2
    info: mounting content: lua.nx2
    info: mounting content: meshes.nx2
    info: mounting content: projectiles.nx2
    info: mounting content: textures.nx2
    info: mounting content: units.nx2
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\10 the pass', mounted as '/maps/10 the pass/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\8 - badlands_v4.v0001', mounted as '/maps/8 - badlands_v4.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\aalhaven.v0002', mounted as '/maps/aalhaven.v0002/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_archsimkats_valley.v0003', mounted as '/maps/adaptive_archsimkats_valley.v0003/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_fangtooth_islands.v0004', mounted as '/maps/adaptive_fangtooth_islands.v0004/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_fate.v0004', mounted as '/maps/adaptive_fate.v0004/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_hardshield_oasis.v0004', mounted as '/maps/adaptive_hardshield_oasis.v0004/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_islet.v0004', mounted as '/maps/adaptive_islet.v0004/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_long_john_silver.v0005', mounted as '/maps/adaptive_long_john_silver.v0005/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_maridia.v0003', mounted as '/maps/adaptive_maridia.v0003/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_moon.v0002', mounted as '/maps/adaptive_moon.v0002/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_paludarium.v0005', mounted as '/maps/adaptive_paludarium.v0005/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_pandemonium_pass.v0002', mounted as '/maps/adaptive_pandemonium_pass.v0002/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_potem.v0013', mounted as '/maps/adaptive_potem.v0013/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\adaptive_pyramid.v0004', mounted as '/maps/adaptive_pyramid.v0004/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\africa.v0005', mounted as '/maps/africa.v0005/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\anchor.v0011', mounted as '/maps/anchor.v0011/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\arctic_refuge_-faf_version.v0002', mounted as '/maps/arctic_refuge-faf_version.v0002/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\argon.v0003', mounted as '/maps/argon.v0003/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\astro_crater_battles', mounted as '/maps/astro_crater_battles/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\astro_crater_battles_3x3_rich.v0001', mounted as '/maps/astro_crater_battles_3x3_rich.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\auburn_canyon.v0001', mounted as '/maps/auburn_canyon.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\bjarg.v0002', mounted as '/maps/bjarg.v0002/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\breezy.v0001', mounted as '/maps/breezy.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\broken_vows.v0008', mounted as '/maps/broken_vows.v0008/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\choir_and_flagellant.v0004', mounted as '/maps/choir_and_flagellant.v0004/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\cobalt valley v1', mounted as '/maps/cobalt valley v1/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\comet catcher.v0001', mounted as '/maps/comet catcher.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\concordance.v0005', mounted as '/maps/concordance.v0005/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\desert_planet_ii_faf_version.v0003', mounted as '/maps/desert_planet_ii_faf_version.v0003/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\desolation.v0005', mounted as '/maps/desolation.v0005/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\dualgap_adaptive.v0014', mounted as '/maps/dualgap_adaptive.v0014/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\emerald_terraces.v0005', mounted as '/maps/emerald_terraces.v0005/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\eye_of_the_storm-faf_version.v0002', mounted as '/maps/eye_of_the_storm-faf_version.v0002/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\floralis.v0003', mounted as '/maps/floralis.v0003/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\frozen_firefight.v0003', mounted as '/maps/frozen_firefight.v0003/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\goodlands_8p.v0007', mounted as '/maps/goodlands_8p.v0007/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\havasu_canyon.v0005', mounted as '/maps/havasu_canyon.v0005/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\huracan.v0002', mounted as '/maps/huracan.v0002/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\karakorum.v0001', mounted as '/maps/karakorum.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\moonlight mesas.v0001', mounted as '/maps/moonlight mesas.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\moonlight.v0001', mounted as '/maps/moonlight.v0001/'
    info: DISK: AddSearchPath: 'e:\games\faf map mods\maps\niflheim-final_ii_v2.v0002', mounted as '/maps/niflheim-_final_ii_v2.v0002/'

  • Error screenshot, could help devs

    2
    0 Votes
    2 Posts
    296 Views
    maggeM

    Most likely related to https://forum.faforever.com/topic/8824/update-19-02-in-game-connection-issues - Just try again until it works.

  • Startup Error - No toolkit found

    3
    0 Votes
    3 Posts
    159 Views
    T

    I removed polish char ł from username and i reseted whole windows to begining to ensure clear enviroment + stoped security software . I do not know what help, i made it all at once. Now everything works well. Thank you!

  • Cant host or join games, error after trying to download env.nx2

    2
    1 Votes
    2 Posts
    147 Views