Build failed
I'm currently trying to set up modding for satisfactory, following the guide step by step.
Now I'm at compiling the starter project (https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_project_compilation) and it just... failes.
No idea why, I get an exit code 1. Here the full Error message:
LogExit: Exiting.
'UnrealEditor.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Symbol loading disabled by Include/Exclude setting.
The thread 'FAsyncWriter_FactoryGame' (114348) has exited with code 0 (0x0).
'UnrealEditor.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll'. Symbol loading disabled by Include/Exclude setting.
The thread 69700 has exited with code 1 (0x1).
The thread 82736 has exited with code 1 (0x1).
The thread 109096 has exited with code 1 (0x1).
The thread 18756 has exited with code 1 (0x1).
The thread 117512 has exited with code 1 (0x1).
The thread 101684 has exited with code 1 (0x1).
The thread 115164 has exited with code 1 (0x1).
The thread 116812 has exited with code 1 (0x1).
The program '[57064] UnrealEditor.exe' has exited with code 1 (0x1).
If anyone knows how to fix that that would be great
Now I'm at compiling the starter project (https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_project_compilation) and it just... failes.
No idea why, I get an exit code 1. Here the full Error message:
LogExit: Exiting.
'UnrealEditor.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Symbol loading disabled by Include/Exclude setting.
The thread 'FAsyncWriter_FactoryGame' (114348) has exited with code 0 (0x0).
'UnrealEditor.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll'. Symbol loading disabled by Include/Exclude setting.
The thread 69700 has exited with code 1 (0x1).
The thread 82736 has exited with code 1 (0x1).
The thread 109096 has exited with code 1 (0x1).
The thread 18756 has exited with code 1 (0x1).
The thread 117512 has exited with code 1 (0x1).
The thread 101684 has exited with code 1 (0x1).
The thread 115164 has exited with code 1 (0x1).
The thread 116812 has exited with code 1 (0x1).
The program '[57064] UnrealEditor.exe' has exited with code 1 (0x1).
If anyone knows how to fix that that would be great
Now that you’ve installed all of the prerequisite software and got a copy of the starter project, it’s time to start setting the...

