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!

Subcategories

  • 29 Topics
    260 Posts
    maudlin27M
    FAF's rules are set out on the main FAForever website - by accessing FAF services, you agree to the rules outlined there, which are supplemental to the FAF Terms of Service. For details of how to report rule breaches and/or how the rules are enforced, please refer to the separate page on moderation Separate contribution guidelines exist for those considering contributing to FAF, while there are also official tournament rules that apply to official FAF tournaments.
  • 934 Topics
    5k Posts
    R
    The LOG got over-written. I did try to recreate the crash but it ran without incident today. The system updated and shutdown after Windows Update last night, so this is a fresh restart and may have been a problem caused by Windows. To confirm, crashes did not happen on other replays, and not even all doobro's replays. These weird crashes only occurred on some of doobro's replays, even though he uses the same mod list in all his games. Restarting my computer wouldn't clear up the issue. I did have a Windows Update that stalled a few weeks back, and the issue appeared to show up after that update. I had Windows 11 run a verification, and it found and replaced some corrupted files. I am guessing the verification didn't fix everything, and the Windows Update last night may have corrected whatever was causing the unexplained crashes. At this point, i believe the crashes were caused by Windows.
  • Please provide detailled logs and/or error messages!

    984 Topics
    4k Posts
    ipconfig-releaseI
    I see XACT error, please refer to the FAQs
  • 39 Topics
    155 Posts
    wilson_W
    Dear Commander, are you willing to learn and improve your game play? If your answer is yes, the FAF Dojo is the place to be. What You Can Expect From The FAF Dojo A (mostly) voice-based community of 500+ players from all over the world Like-minded people willing to improve A wide range of skill levels (0-2000+) An experienced trainer team (incl. several top 50 players) Replay reviews Training sessions (as a group) Training sessions (1on1) In-house tier lists resembling the ranks of a Judo school 1v1 Team games (”global”) A wide variety of options to practice Sparring (trainees only - unrated) Sparring (trainees and trainers - unrated) 1v1 challenges TMM queue Events Tournaments Community nights (e.g. a dedicated 1v1 Night) What The FAF Dojo Expects From You Participating requires a functioning set of headphones and microphone, or a headset Keeping a positive and supportive atmosphere Once you reach a certain level, you might want to consider giving back by becoming a trainer yourself How do I join the FAF Dojo? Check out our Notion page to find out more about our trainers (incl. several official trainers from the FAF Discord), tournaments (1v1, 2v2, 3v3), and more. If our system appeals to you, we would gladly welcome you on our Discord server. Cheers.
  • FPS loss

    4
    1 Votes
    4 Posts
    371 Views
    YewY
    Probably so, but the high CPU load is coming from the FAF client, cause usually I don't have anything else open during game. I also check if my pc is updating or anything like that and it's never the case.
  • Couldn`t invite friends to clan

    clan invite
    2
    1
    1 Votes
    2 Posts
    240 Views
    N
    has anyone else faced this problem? is it just me
  • Camera movements with WASD keys rather than arrow keys

    6
    1 Votes
    6 Posts
    630 Views
    K
    It might even be relatively easy. I think there are only two ways how the arrow keys could be hardcoded into the exe: Using Windows scan codes (raw input): [image: 1716926977706-bd850e39-fed1-4cc4-a260-e413fdde32ef-grafik.png] If the right most hex values were found in the exe in close proximity (0xE04D, ...), they could be exchanged with the corresponding values for WASD (see link). Using Windows Virtual-Key Codes [image: 1716927306093-1b73a278-1d43-4de2-ae88-ccbba14730b2-grafik.png] So in this case these hex values would be hardcoded in the exe in close proximity (0x25, ...), and again could be exchanged (see link, W=0x57 for example). So somebody would just have to use a hex editor to search for a set of these, replace them, and check if it works.
  • link to a non-existent file/directory

    3
    1
    0 Votes
    3 Posts
    228 Views
    R
    @indexlibrorum no, I didn’t think of such a simple operation. Thanks, this helped
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Cannot find needed file with pattern '_script.lua' inside zip file

    4
    0 Votes
    4 Posts
    277 Views
    IndexLibrorumI
    Hey, if you are in the FAF discord, head over to #mapping-general and we'll help you debug it. But from what I can tell from the error logs it looks like you tried to rename your map improperly. I suspect you renamed the folder of the map, but that's not enough: there are several other locations where you have to rename the file paths. Renaming maps is best done using the "rename map" function in the editor itself, and not done manually unless you know what you are doing.
  • Cannot connect to any game

    3
    0 Votes
    3 Posts
    520 Views
    AskaholicA
    504 means you were able to talk to api.faforever.com but it wasn’t able to reach the backend service. So the fact that it started working again after you flushed your firewall rules is just a coincidence. Just noting that in case someone finds this in the future and thinks that if they get a 504 error they can fix it by flushing firewall rules. You can’t. Just wait a bit and try again or notify the server admins.
  • Mods and Maps I

    13
    1
    0 Votes
    13 Posts
    1k Views
    D
    Ok, I fixed it by creating a new folder in my Downloads instead of transferring Gas Powered Games to downloads. Thank you for taking the time to help me and have a great rest of your week!
  • Black screen with cursor issue

    8
    0 Votes
    8 Posts
    610 Views
    S
    @jip Hello. I encountered the same problem, tell me how to fix it
  • Desync on all replays and games with Windows 11 Arm on M1 Max Apple

    22
    1 Votes
    22 Posts
    4k Views
    M
    On a second thought, might also be this assert that fails the first tick: gpAssert( (_controlfp(0, 0) & _MCW_PC) == _PC_24 ); Since setting the _PC_24 flag does not do anything on ARM, when checking the flags, that will be unchanged. First thought - could we disable one of these asserts with a patch? Or somehow pretend the flags are always set as expected on Apple Silicon with _PC_24 set (or redefine _MCW_PC)? However, two more interesting bits of information I found, comparing Intel and Apple Silicon, which seems to hint at calculations using binary64 (double) match but binary32 (single float / 32 bit (24 bit precision)) don't match: https://stackoverflow.com/questions/71441137/np-float32-floating-point-differences-between-intel-macbook-and-m1 https://eclecticlight.co/2021/04/22/can-you-trust-floating-point-arithmetic-on-apple-silicon/ If so, that would mean the proper fix would be to replace all single floats in the game with double floats.
  • Issues logging in

    2
    0 Votes
    2 Posts
    169 Views
    MostLostNoobM
    @lothar863 Try adding an exception/exclusion for the FAF Client in both the active scan & firewall sections of your AV software & Windows Security. I would also try clearing the cache of each browser you've tried & then try again. If you still have an issue, then click the Reply button at the bottom between the (View) icon & the "Mark unread" button. Next, open Run (Windows+R) & go to the following: %USERPROFILE%/AppData\Roaming\Forged Alliance Forever\logs Sort by Date Modified. From there, drag/drop your client.log file (the Text Document file without the date) into the Reply message window so those that can help (not me) have that data to look at.
  • Lag Issues

    3
    0 Votes
    3 Posts
    275 Views
    CheeriosC
    @mostlostnoob You think using a VPN and making my connection in America or somewhere can help mitigate the lag?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • What causes sudden game crash?

    9
    1 Votes
    9 Posts
    535 Views
    YewY
    It would seem they were related to old mods I had been using, i've since disabled them and all seems to be well this far. Thanks for the help
  • Losing connection to random player during the game

    11
    0 Votes
    11 Posts
    1k Views
    M
    Thank you for explanation. Could I somehow help you?
  • Game bugs out (runs 1 frame per 5 sec) after someone dies and leaves

    10
    0 Votes
    10 Posts
    561 Views
    LegendOfTheStarsL
    @amygdala said in Game bugs out (runs 1 frame per 5 sec) after someone dies and leaves: @legendofthestars Supreme Score Board got broken some time ago, so be sure to use the fixed version "Supreme score board 2" I had the old version so maybe that was the problem. Thanks for pointing this out.
  • BlackOps-Unleashed-Steam-v11 (mod vanila SC-FA Link needed)

    3
    0 Votes
    3 Posts
    225 Views
    A
    @mostlostnoob The link is dead. Not Found The requested URL was not found on this server. Apache Server at faforever.uveso.de Port 80 I followed the steps you indicate and tried it with 2 more browsers, with the same result. If you have the mod please share it with me via email. Thank you. [image: 1712260395877-captura-de-pantalla-2024-04-04-145150.png]
  • Вылазит ошибка

    1
    0 Votes
    1 Posts
    116 Views
    No one has replied
  • game crash - logs attached

    1
    0 Votes
    1 Posts
    111 Views
    No one has replied
  • Problem Launching FAF Game

    3
    0 Votes
    3 Posts
    219 Views
    S
    @mostlostnoob Cheers for the assist, I believe Avast was at work and I hadn't realised. Hopefully I shall be operational for awhile.