Package Details: downlords-faf-client 1:2024.1.2-1

Git Clone URL: https://aur.archlinux.org/downlords-faf-client.git (read-only, click to copy)
Package Base: downlords-faf-client
Description: Official client for Forged Alliance Forever
Upstream URL: https://www.faforever.com/
Licenses: MIT
Submitter: sandwormsurfer
Maintainer: dcelasun
Last Packager: dcelasun
Votes: 9
Popularity: 0.002067
First Submitted: 2019-01-03 19:34 (UTC)
Last Updated: 2024-02-11 15:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

daz1st commented on 2022-08-13 11:07 (UTC)

2022-08-12 19:23:03.078 WARN 16114 --- [onPool-worker-7] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 1/50) 2022-08-12 19:23:03.330 WARN 16114 --- [onPool-worker-7] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 2/50) 2022-08-12 19:23:03.581 WARN 16114 --- [onPool-worker-7] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 3/50) 2022-08-12 19:23:03.833 WARN 16114 --- [onPool-worker-7] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 4/50) 2022-08-12 19:23:04.086 WARN 16114 --- [onPool-worker-7] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 5/50) 2022-08-12 19:23:04.337 WARN 16114 --- [onPool-worker-7] c.f.client.fa.relay.ice.IceAdapterImpl : Could not connect to ICE adapter (attempt 6/50) 2022-08-12 19:23:04.516 DEBUG 16114 --- [lication Thread] c.faforever.client.remote.AssetService : Using cached image: %USER_PROFILE%/.faforever/cache/maps/small/x1ca_coop_005.v0020.png 2022-08-12 19:23:04.727 INFO 16114 --- [or-http-epoll-6] c.f.client.fa.ForgedAllianceService : Starting Forged Alliance with command: [%USER_PROFILE%/downlords-faf-client/run, &s, /init, init.lua, /nobugreport, /log, %USER_PROFILE%/.faforever/logs/game_17745178.log, /gpgnet, 127.0.0.1:12492, /mean, 1214.18, /deviation, 347.219, /savereplay, gpgnet://127.0.0.1:43367/17745178/daz1st.SCFAreplay, /country, BA, /numgames, 12, /numgames, 6] in directory: %USER_PROFILE%/.faforever/bin wineserver: using server-side synchronization. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely Setting breakpad minidump AppID = 9420 Steam_SetMinidumpSteamID: Caching Steam ID: 76561199173047779 [API loaded no] 2022-08-12 19:23:06.016 INFO 16114 --- [onPool-worker-7] com.faforever.client.game.GameService : Forged Alliance terminated with exit code 0

This is some of the error code, would a clean system reinstall, then installing FAF manually work, there is tatsus guide, but Irdk what to do rn

daz1st commented on 2022-08-12 21:36 (UTC)

ok

dcelasun commented on 2022-08-12 19:50 (UTC)

@daz1st no, that won't help. Please ask on the forums.

daz1st commented on 2022-08-12 19:49 (UTC)

@dcelasun Should I maybe re-install it? Or reinstall my Arch system

dcelasun commented on 2022-08-12 19:29 (UTC)

@daz1st your best bet is to ask on the Linux thread on FAF forums.

daz1st commented on 2022-08-12 19:10 (UTC)

Everything works fine, I had to create a run file to get the game running and I tried to run a custom game, however, in the terminal, It says that the ICE Adapter failed to start, along with some "-fx" errors. It does not work when it comes to creating a lobby or playing a game, a client, as a client, it works fine, but in-game functionality does not. Can you please detail me what am I supposed to do after building this package, I obviously had to do something to get it working, but why is this issue happening?

Everything apart from a few error logs including "-fx" which I assume are visual effects, and ICE Adapter, works.

dcelasun commented on 2022-03-08 16:44 (UTC)

@Benzi-Junior added gtk3 dependency, thanks!

Benzi-Junior commented on 2022-03-08 16:41 (UTC)

There is a missing dependency on the gtk3 package without it I get a UnsupportedOperationException I found a suggestion pointing me to gtk3 but it might just require any gtk, I didn't test the other gtk packages.

dcelasun commented on 2022-01-16 19:59 (UTC)

@Noki: Not sure why that would happen. What does your run file look like? Here's mine:

$ cat ~/faf/run
#!/bin/bash
#Run game or given command in environment

cd "/home/myuser/.local/share/Steam/steamapps/common/Supreme Commander Forged Alliance"
DEF_CMD=("/home/myuser/.local/share/Steam/steamapps/common/Supreme Commander Forged Alliance/bin/SupremeCommander.exe")
PATH="/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/bin/:/usr/bin:/bin" \
        TERM="xterm" \
        WINEDEBUG="-all" \
        WINEDLLPATH="/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/lib64//wine:/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/lib//wine" \
        LD_LIBRARY_PATH="/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/lib64/:/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/lib/:/overrides/lib/x86_64-linux-gnu:/overrides/lib/i386-linux-gnu" \
        WINEPREFIX="/home/myuser/.local/share/Steam/steamapps/compatdata/9420/pfx/" \
        WINEFSYNC="1" \
        SteamGameId="9420" \
        SteamAppId="9420" \
        WINEDLLOVERRIDES="steam.exe=b;mfplay=n;dxvk_config=n;d3d11=n;d3d10=n;d3d10core=n;d3d10_1=n;d3d9=n" \
        STEAM_COMPAT_CLIENT_INSTALL_PATH="/home/myuser/.local/share/Steam" \
        WINE_LARGE_ADDRESS_AWARE="1" \
        GST_PLUGIN_SYSTEM_PATH_1_0="/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/lib64/gstreamer-1.0:/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/lib/gstreamer-1.0" \
        WINE_GST_REGISTRY_DIR="/home/myuser/.local/share/Steam/steamapps/compatdata/9420/gstreamer-1.0/" \
        MEDIACONV_AUDIO_DUMP_FILE="/home/myuser/.local/share/Steam/steamapps/shadercache/9420/fozmediav1/audio.foz" \
        MEDIACONV_AUDIO_TRANSCODED_FILE="/home/myuser/.local/share/Steam/steamapps/shadercache/9420/fozmediav1/transcoded_audio.foz" \
        MEDIACONV_VIDEO_DUMP_FILE="/home/myuser/.local/share/Steam/steamapps/shadercache/9420/fozmediav1/video.foz" \
        MEDIACONV_VIDEO_TRANSCODED_FILE="/home/myuser/.local/share/Steam/steamapps/shadercache/9420/fozmediav1/transcoded_video.foz" \
        DXVK_HUD=fps \
        PROTON_USE_D9VK=1 \
        PROTON_NO_ESYNC=1 \
        "/home/myuser/.local/share/Steam/steamapps/common/Proton 5.13/dist/bin/wine" "${@:-${DEF_CMD[@]}}"

With that, all my mods and maps are in the correct location.

Noki commented on 2022-01-16 19:52 (UTC)

Unsure if an issue with this AUR but the FaF client for me points to what looks like the wrong place to store maps/mods etc. /home/$USER/.faforever/user/My Games/Gas Powered Games/Supreme Commander Forged Alliance/mods/ is not accessible by the game but instead looks like it should be: /home/$USER/.steam/steam/steamapps/compatdata/9420/pfx/drive_c/users/steamuser/My Documents/My Games/Gas Powered Games/Supreme Commander Forged Alliance/mods but I could be wrong. I tried sym links to fix this but didn't work.