974 Errors when building project for the first time
I am new to developing mods for satisfactory and am having issues doing my first compile of the FactoryGame project in Visual Studio while following the guide in the docs
Any assistance would be greatly appreciated
20 Replies
Well I mean, obviously you did it wrong, but it's hard to say how. Make sure you're using docs-dev and did everything in dependencies and project setup.
Can you provide more info
Send the build log from the failed build here
here are the last 3 errors most of the other ones are about the same
(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_6
-# Responding to exitcode6moreinfoneeded
triggered by @Troller@Robb (Busy)
I can't look at this for many hours but someone else may be able to
ok
Solution
I fixed it by doing these steps cause NuGet was having issues
>add crash MissingNuGetPackages
What should the logs match (regex)?
Unable.to.find.package.Lib.Harmony
What should the response be?
Your Visual Studio NuGet package sources are not configured correctly. See this message chain: https://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
Known crash 'missingnugetpackages' added!
i do not have the .nuget/packages where can i get them?
you should be able to add listings with the plus button
yeah, sorry
i mean the folders are empty for me
The main one I believe you need is the nuget.org one I just added both
I didn't do anything besides adding the locations manually and it worked I didn't download anything to add to the folders
oki
Big 👏 for you for fixing it