I cannot Alpakit! my mod





Solution:
If you want to build for Linux Dedicated Servers, you're missing the CLang toolkit. Follow the link the bot shared for PlatformLinuxRequired. Here's the error that is the problem: Platform Linux is not a valid platform to build. Check that the SDK is installed properly....
Jump to solution
3 Replies
FICSIT-Fred
FICSIT-Fred5mo ago
Automated responses for Crisenpuer (554311851274534922)
platformlinuxrequired
This error means that clang is not installed (or if you did, you might have to restart your PC, because it changed environment variables, and windows is pretty annoying with updating that) https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/dependencies.html#ClangToolchain You could also disable building for Linux Server in Alpakit for now, but it is expected that all mods support both client and server (both OSes), unless they are incompatible with it, so you should fix your clang for building for linux
exitcode6moreinfoneeded
Note: the "exit code 6" message which appears in build logs is very vague - it indicates that building C++ failed for some other reason. If you'd like help with this error, make sure that you also share the rest of the build output as described here (or from the Alpakit Log tab if you're getting this at mod package time) https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_the_command_exited_with_code_6
Solution
DarthPorisius
DarthPorisius5mo ago
If you want to build for Linux Dedicated Servers, you're missing the CLang toolkit. Follow the link the bot shared for PlatformLinuxRequired. Here's the error that is the problem: Platform Linux is not a valid platform to build. Check that the SDK is installed properly.
127.0.0.1/32
127.0.0.1/32OP5mo ago
Thanks ❤️

Did you find this page helpful?