Can't build FactoryGame in VS
I'm new to satisfactory modding and after following through with the instructions and troubleshooting I'm still unable to get past the build step.
It fails about 3 seconds in with a huge list of errors related to an inability to find any packages.
Solution:Jump to solution
Automated responses for Katari (673941526912696351)
exitcode6moreinfoneeded
(Identified known error ExitCode6MoreInfoNeeded in your logs matching
exited with code 6
)
Exit code 6 is just a generic failure message. If you'd like help with this error, make sure that you also share the rest of the output as described here:
https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_the_command_exited_with_code_6missingnugetpackages
Your Visual Studio NuGet package sources are not configured correctly. See this message chain: https://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
5 Replies
Solution
Automated responses for Katari (673941526912696351)
exitcode6moreinfoneeded
(Identified known error ExitCode6MoreInfoNeeded in your logs matching
exited with code 6
)
Exit code 6 is just a generic failure message. If you'd like help with this error, make sure that you also share the rest of the output as described here:
https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_the_command_exited_with_code_6missingnugetpackages
Your Visual Studio NuGet package sources are not configured correctly. See this message chain: https://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
yeah I don't know how to fix this
See
missingnugetpackages
Click on the link there and it should open another thread where the fix for this is describedhttps://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
Following through with the linked post's fix seemed to work