I’m trying to use the new multi cook process feature in Unreal Engine 5.3.
I have installed the engine and I’m trying to build the Valley of the Ancient sample.
This is the cook command I’m using
C:\UnrealEngine\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project="C:\UnrealProjects\ValleyoftheAncient\ValleyoftheAncient.uproject" -Target="AncientGame" -platform=Win64 -configuration=Development -nocompileeditor -unattended -utf8output -clean -build -cook -stage -pak -prereqs -package -AdditionalCookerOptions="-cookprocesscount=4"
I don’t know why but I’m getting the following erros:
LogCook: Display: LostConnection to CookWorker 0. Log messages written after communication loss:
LogCook: Warning: No log file found for CookWorker 0.
LogCook: Error: CookWorkerCrash: CookWorker 0 process terminated before connecting. Assigned packages will be returned to the director.
LogCook: Display: LostConnection to CookWorker 1. Log messages written after communication loss:
LogCook: Warning: No log file found for CookWorker 1.
LogCook: Error: CookWorkerCrash: CookWorker 1 process terminated before connecting. Assigned packages will be returned to the director.
LogCook: Display: LostConnection to CookWorker 2. Log messages written after communication loss:
LogCook: Warning: No log file found for CookWorker 2.
LogCook: Error: CookWorkerCrash: CookWorker 2 process terminated before connecting. Assigned packages will be returned to the director.
LogInit: Display: Warning/Error Summary (Unique only)
LogInit: Display: -----------------------------------
LogInit: Display: LogCook: Error: CookWorkerCrash: CookWorker 0 process terminated before connecting. Assigned packages will be returned to the director.
LogInit: Display: LogCook: Error: CookWorkerCrash: CookWorker 1 process terminated before connecting. Assigned packages will be returned to the director.
LogInit: Display: LogCook: Error: CookWorkerCrash: CookWorker 2 process terminated before connecting. Assigned packages will be returned to the director.
LogInit: Display: LogCook: Warning: No log file found for CookWorker 0.
LogInit: Display: LogCook: Warning: No log file found for CookWorker 1.
LogInit: Display: LogCook: Warning: No log file found for CookWorker 2.
LogInit: Display:
LogInit: Display: Failure - 3 error(s), 4 warning(s)
LogInit: Display:
Log.txt (285.3 KB)
Attaching the full log for reference.
Any help would be greatly appreciated!