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
No description
Solution:
I fixed it by doing these steps cause NuGet was having issues
No description
No description
No description
No description
Jump to solution
20 Replies
AngryBeaver
AngryBeaver13mo ago
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
Robb
Robb13mo ago
Send the build log from the failed build here
Troller
TrollerOP13mo ago
here are the last 3 errors most of the other ones are about the same
No description
FICSIT-Fred
FICSIT-Fred13mo ago
(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
Troller
TrollerOP13mo ago
Troller
TrollerOP13mo ago
@Robb (Busy)
Robb
Robb13mo ago
I can't look at this for many hours but someone else may be able to
Troller
TrollerOP13mo ago
ok
Solution
Troller
Troller13mo ago
I fixed it by doing these steps cause NuGet was having issues
No description
No description
No description
No description
Robb
Robb12mo ago
>add crash MissingNuGetPackages
FICSIT-Fred
FICSIT-Fred12mo ago
What should the logs match (regex)?
Robb
Robb12mo ago
Unable.to.find.package.Lib.Harmony
FICSIT-Fred
FICSIT-Fred12mo ago
What should the response be?
Robb
Robb12mo ago
Your Visual Studio NuGet package sources are not configured correctly. See this message chain: https://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
FICSIT-Fred
FICSIT-Fred12mo ago
Known crash 'missingnugetpackages' added!
🐺Sky Bluefin🦈
i do not have the .nuget/packages where can i get them?
Robb
Robb12mo ago
you should be able to add listings with the plus button
🐺Sky Bluefin🦈
yeah, sorry i mean the folders are empty for me
Troller
TrollerOP12mo ago
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
🐺Sky Bluefin🦈
oki Big 👏 for you for fixing it

Did you find this page helpful?