I am attempting to compile and package an HTML5 build with the following results:
Any help would be appreciated thanks
UATHelper: Packaging (HTML5): Running AutomationTool…
UATHelper: Packaging (HTML5): Parsing command line: -ScriptsForProject=“J:/dData/Unreal Projects/Earth2Orbit/EarthOrbitEntryOil.uproject” BuildCookRun -nocompile -nocompileeditor -installed -nop4 -project=“J:/dData/Unreal Projects/Earth2Orbit/EarthOrbitEntryOil.uproject” -cook -stage -archive -archivedirectory=“J:/dData/Unreal Projects/Earth2Orbit/Html5Build
01” -package -clientconfig=Development -ue4exe=UE4Editor-Cmd.exe -prereqs -nodebuginfo -manifests -targetplatform=HTML5 -build -manifests -createchunkinstall -chunkinstalldirectory= -chunkinstallversion= -utf8output
UATHelper: Packaging (HTML5): Setting up ProjectParams for J:\dData\Unreal Projects\Earth2Orbit\EarthOrbitEntryOil.uproject
UATHelper: Packaging (HTML5): ERROR: -createchunkinstall must specify the chunk install data directory with -chunkinstalldirectory=
UATHelper: Packaging (HTML5): (see C:\Users\User\AppData\Roaming\Unreal Engine\AutomationTool\Logs\G+Epic+Games+UE_4.18\UAT_Log.txt for full exception trace)
UATHelper: Packaging (HTML5): AutomationTool exiting with ExitCode=1 (Error_Unknown)
UATHelper: Packaging (HTML5): BUILD FAILED
PackagingResults: Error: Unknown Error
LogSlate: Took 0.000283 seconds to synchronously load lazily loaded font ‘…/…/…/Engine/Content/Editor/Slate/Fonts/DroidSansMono.ttf’ (77K)
Here is the UAT_Log:
InternalUtils.SafeFileExists: SafeFileExists J:\dData\Unreal Projects\Earth2Orbit\EarthOrbitEntryOil.uproject=True
ExceptionUtils.PrintExceptionInfo: ==============================================================================
ExceptionUtils.PrintExceptionInfo: ERROR: -createchunkinstall must specify the chunk install data directory with -chunkinstalldirectory=
ExceptionUtils.PrintExceptionInfo: (see C:\Users\User\AppData\Roaming\Unreal Engine\AutomationTool\Logs\G+Epic+Games+UE_4.18\UAT_Log.txt for full exception trace)
ExceptionUtils.PrintExceptionInfo:
ExceptionUtils.PrintExceptionInfo: AutomationException: -createchunkinstall must specify the chunk install data directory with -chunkinstalldirectory=
ExceptionUtils.PrintExceptionInfo: at AutomationTool.ProjectParams.Validate()
ExceptionUtils.PrintExceptionInfo: at AutomationTool.ProjectParams.ValidateAndLog()
ExceptionUtils.PrintExceptionInfo: at AutomationTool.ProjectParams…ctor(FileReference RawProjectPath, BuildCommand Command, String Device, String MapToRun, String AdditionalServerMapParams, ParamList1 Port, String RunCommandline, String StageCommandline, String BundleName, String StageDirectoryParam, String UE4Exe, String SignPak, List
1 ClientConfigsToBuild, List1 ServerConfigsToBuild, ParamList
1 MapsToCook, ParamList1 MapIniSectionsToCook, ParamList
1 DirectoriesToCook, String InternationalizationPreset, ParamList1 CulturesToCook, ParamList
1 ClientCookedTargets, ParamList1 EditorTargets, ParamList
1 ServerCookedTargets, List1 ClientTargetPlatforms, Dictionary
2 ClientDependentPlatformMap, List1 ServerTargetPlatforms, Dictionary
2 ServerDependentPlatformMap, Nullable1 Build, Nullable
1 SkipBuildClient, Nullable1 SkipBuildEditor, Nullable
1 Cook, Nullable1 Run, Nullable
1 SkipServer, Nullable1 Clean, Nullable
1 Compressed, Nullable1 UseDebugParamForEditorExe, Nullable
1 IterativeCooking, Nullable1 IterateSharedCookedBuild, Nullable
1 IterateSharedBuildUsePrecompiledExe, Nullable1 CookAll, Nullable
1 CookPartialGC, Nullable1 CookInEditor, String CookOutputDir, Nullable
1 CookMapsOnly, Nullable1 CookOnTheFly, Nullable
1 CookOnTheFlyStreaming, Nullable1 UnversionedCookedContent, Nullable
1 EncryptIniFiles, Nullable1 EncryptPakIndex, Nullable
1 EncryptEverything, Nullable1 SkipCookingEditorContent, Nullable
1 NumCookersToSpawn, String AdditionalCookerOptions, String BasedOnReleaseVersion, String CreateReleaseVersion, String CreateReleaseVersionBasePath, String BasedOnReleaseVersionBasePath, Nullable1 GeneratePatch, Nullable
1 AddPatchLevel, Nullable1 StageBaseReleasePaks, Nullable
1 GenerateRemaster, String DLCName, String DiffCookedContentPath, Nullable1 DLCIncludeEngineContent, Nullable
1 CrashReporter, Nullable1 DedicatedServer, Nullable
1 Client, Nullable1 Deploy, String DeployFolder, Nullable
1 FileServer, Nullable1 Foreign, Nullable
1 ForeignCode, Nullable1 LogWindow, Nullable
1 NoCleanStage, Nullable1 NoClient, Nullable
1 NoDebugInfo, Nullable1 MapFile, Nullable
1 NoXGE, Nullable1 Package, Nullable
1 Pak, Nullable1 Prereqs, String AppLocalDirectory, Nullable
1 NoBootstrapExe, Nullable1 SignedPak, Nullable
1 NullRHI, Nullable1 FakeClient, Nullable
1 EditorTest, Nullable1 RunAutomationTests, String RunAutomationTest, Nullable
1 CrashIndex, Nullable1 SkipCook, Nullable
1 SkipCookOnTheFly, Nullable1 SkipPak, Nullable
1 SkipStage, Nullable1 Stage, Nullable
1 Manifests, Nullable1 CreateChunkInstall, Nullable
1 Unattended, Nullable1 NumClients, Nullable
1 Archive, String ArchiveDirectoryParam, Nullable1 ArchiveMetaData, Nullable
1 CreateAppBundle, ParamList1 ProgramTargets, Nullable
1 Distribution, Nullable1 Prebuilt, Nullable
1 RunTimeoutSeconds, String SpecifiedArchitecture, Nullable1 IterativeDeploy, Nullable
1 FastCook, Nullable1 IgnoreCookErrors, Nullable
1 RunAssetNativization, Nullable1 CodeSign, Nullable
1 TreatNonShippingBinariesAsDebugFiles, String Provision, String Certificate, String Team, Boolean AutomaticSigning, ParamList1 InMapsToRebuildLightMaps, ParamList
1 TitleID)
ExceptionUtils.PrintExceptionInfo: at BuildCookRun.SetupParams()
ExceptionUtils.PrintExceptionInfo: at BuildCookRun.ExecuteBuild()
ExceptionUtils.PrintExceptionInfo: at AutomationTool.BuildCommand.Execute()
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Automation.Execute(List1 CommandsToExecute, Dictionary
2 Commands)
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Automation.Process(String[] Arguments)
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Program.MainProc(Object Param)
ExceptionUtils.PrintExceptionInfo: at AutomationTool.InternalUtils.RunSingleInstance(Func`2 Main, Object Param)
ExceptionUtils.PrintExceptionInfo: at AutomationTool.Program.Main()
ExceptionUtils.PrintExceptionInfo: ==============================================================================
Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)