Hazel Rose
Hazel Rose
SMSatisfactory Modding
Created by Hazel Rose on 10/24/2024 in #help-developing-mods
Error compiling mod with AlpaKit
last few times ive tried to recompile my mod, AlpaKit will start, then immediately error out. Below is from the output log:
LogAlpakit: Display: [Package FoundationalExtras] Running AutomationTool...
LogAlpakit: Display: [Package FoundationalExtras] Using bundled DotNet SDK version: 6.0.302
LogAlpakit: Display: [Package FoundationalExtras] Starting AutomationTool...
LogAlpakit: Display: [Package FoundationalExtras] Parsing command line: -ScriptsForProject=C:/Users/dagam/Downloads/Rigs/SatisfactoryModding/projects/FoundationalExtras/FactoryGame.uproject PackagePlugin -project=C:/Users/dagam/Downloads/Rigs/SatisfactoryModding/projects/FoundationalExtras/FactoryGame.uproject -clientconfig=Shipping -serverconfig=Shipping -utf8output -DLCName=FoundationalExtras -platform=Win64 -server -serverplatform=Win64+Linux -server -server -nocompileeditor -installed -CopyToGameDirectory_Windows="C:/Program Files (x86)/Steam/steamapps/common/Satisfactory"
LogAlpakit: Display: [Package FoundationalExtras] Unhandled exception: System.Exception: A conflicting instance of AutomationTool is already running. Current location: C:\Program Files\Unreal Engine - CSS\Engine\Binaries\DotNET\AutomationTool\AutomationTool.dll. A process manager may be used to determine the conflicting process and what tool may have launched it
LogAlpakit: Display: [Package FoundationalExtras] at UnrealBuildBase.ProcessSingleton.RunSingleInstanceThread(Func`1 Main, TaskCompletionSource`1 Result, Boolean bWaitForUATMutex, ILogger Logger)
LogAlpakit: Display: [Package FoundationalExtras] --- End of stack trace from previous location ---
LogAlpakit: Display: [Package FoundationalExtras] at UnrealBuildBase.ProcessSingleton.RunSingleInstanceAsync(Func`1 Main, Boolean bWaitForUATMutex, ILogger Logger)
LogAlpakit: Display: [Package FoundationalExtras] at AutomationToolDriver.Program.Main(String[] Arguments)
LogAlpakit: Display: [Package FoundationalExtras] AutomationTool executed for 0h 0m 0s
LogAlpakit: Display: [Package FoundationalExtras] AutomationTool exiting with ExitCode=1 (Error_Unknown)
LogAlpakit: Display: [Package FoundationalExtras] BUILD FAILED
LogAlpakit: Error: [Package FoundationalExtras] Packaging failed with ExitCode=1
LogAlpakit: Display: [Package FoundationalExtras] Running AutomationTool...
LogAlpakit: Display: [Package FoundationalExtras] Using bundled DotNet SDK version: 6.0.302
LogAlpakit: Display: [Package FoundationalExtras] Starting AutomationTool...
LogAlpakit: Display: [Package FoundationalExtras] Parsing command line: -ScriptsForProject=C:/Users/dagam/Downloads/Rigs/SatisfactoryModding/projects/FoundationalExtras/FactoryGame.uproject PackagePlugin -project=C:/Users/dagam/Downloads/Rigs/SatisfactoryModding/projects/FoundationalExtras/FactoryGame.uproject -clientconfig=Shipping -serverconfig=Shipping -utf8output -DLCName=FoundationalExtras -platform=Win64 -server -serverplatform=Win64+Linux -server -server -nocompileeditor -installed -CopyToGameDirectory_Windows="C:/Program Files (x86)/Steam/steamapps/common/Satisfactory"
LogAlpakit: Display: [Package FoundationalExtras] Unhandled exception: System.Exception: A conflicting instance of AutomationTool is already running. Current location: C:\Program Files\Unreal Engine - CSS\Engine\Binaries\DotNET\AutomationTool\AutomationTool.dll. A process manager may be used to determine the conflicting process and what tool may have launched it
LogAlpakit: Display: [Package FoundationalExtras] at UnrealBuildBase.ProcessSingleton.RunSingleInstanceThread(Func`1 Main, TaskCompletionSource`1 Result, Boolean bWaitForUATMutex, ILogger Logger)
LogAlpakit: Display: [Package FoundationalExtras] --- End of stack trace from previous location ---
LogAlpakit: Display: [Package FoundationalExtras] at UnrealBuildBase.ProcessSingleton.RunSingleInstanceAsync(Func`1 Main, Boolean bWaitForUATMutex, ILogger Logger)
LogAlpakit: Display: [Package FoundationalExtras] at AutomationToolDriver.Program.Main(String[] Arguments)
LogAlpakit: Display: [Package FoundationalExtras] AutomationTool executed for 0h 0m 0s
LogAlpakit: Display: [Package FoundationalExtras] AutomationTool exiting with ExitCode=1 (Error_Unknown)
LogAlpakit: Display: [Package FoundationalExtras] BUILD FAILED
LogAlpakit: Error: [Package FoundationalExtras] Packaging failed with ExitCode=1
I have no idea what's going on, and using Task Manager i havent been able to find where the AutomationTool process is being used elsewhere.
6 replies
SMSatisfactory Modding
Created by Hazel Rose on 10/21/2024 in #help-developing-mods
Wwise Issue on First Build
I get the following error when first building my project, completely fresh following the 1.0 instructions: Unable to find plugin 'WwiseNiagara' (referenced via FactoryGame.uproject). Install it and try again, or remove it from the required plugin list. I had found a similar issue from before, and the fix was somewhere in the dev docs. However, I've been unable to find where that fix is. I have the exact version of Wwise required installed and such.
20 replies