Satisfactory ModdingSM
Satisfactory Modding6mo ago
29 replies
CoolerC94

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 that you’ve installed all of the prerequisite software and got a copy of the starter project, it’s time to start setting the...
Project Setup :: Satisfactory Modding Documentation
Solution
Did you integrate Wwise properly?
D:\Satisfactory Modding\Satisfactory Mod Loader\Plugins\AbstractInstance\Source\AbstractInstance\Public\InstanceData.h(92): Error: Unable to find 'class', 'delegate', 'enum', or 'struct' with name 'AkInstancedMeshType'
D:\Satisfactory Modding\Satisfactory Mod Loader\Plugins\AbstractInstance\Source\AbstractInstance\Public\AbstractInstanceManager.h(83): Error: Unable to find 'class', 'delegate', 'enum', or 'struct' with name 'UAkInstancedGeometryComponent'
D:\Satisfactory Modding\Satisfactory Mod Loader\Source\FactoryGame\Public\FGAudioMeteringSubsystem.h(13): Error: Unable to find 'struct' with name 'FAkBusMeteringInfo'
D:\Satisfactory Modding\Satisfactory Mod Loader\Source\FactoryGame\Public\FGAudioMeteringSubsystem.h(40): Error: Unable to find 'class', 'delegate', 'enum', or 'struct' with name 'EAkMeteringFlags'
D:\Satisfactory Modding\Satisfactory Mod Loader\Source\FactoryGame\Public\FGAudioMeteringSubsystem.h(29): Error: Unable to find 'class', 'delegate', 'enum', or 'struct' with name 'EAkMeteringFlags'
D:\Satisfactory Modding\Satisfactory Mod Loader\Source\FactoryGame\Public\FGElevatorTypes.h(40): Error: Unable to find 'class', 'delegate', 'enum', or 'struct' with name 'AkInstancedMeshType'
Was this page helpful?