ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
657 stars 150 forks source link

ERROR: 'HostPlatformDDCOnly' (required: 'true|false'). AutomotionTool exiting with ExitCode = 1. #39

Closed Igni-dev closed 3 years ago

Igni-dev commented 3 years ago

Thanks for the tool and I hope you can help me figure the problem out. Attached are screenshots of the build tool and the settings I'm using, along with the errors. image image image Some logs: ========================== RUNNING - AutomationToolLauncher.exe ========================== Parsing command line: BuildGraph -target="Make Installed Build Win64" -script=Engine/Build/InstalledEngineBuild.xml -set:WithDDC=true -set:SignExecutables=false -set:EmbedSrcSrvInfo=true -set:GameConfigurations=Development;Shipping -set:WithFullDebugInfo=true -set:HostPlatformEditorOnly=false -set:AnalyticsTypeOverride= -set:HostPlatformDDCOnly=true-set:WithWin32=false -set:WithWin64=true -set:WithMac=false -set:WithAndroid=true -set:WithIOS=false -set:WithTVOS=false -set:WithLinux=false -set:WithLumin=false -set:WithLinuxAArch64=false -set:CompileDatasmithPlugins=false -set:VS2019=true -set:WithServer=false -set:WithClient=false -set:WithHoloLens=false ERROR: Z:\UnrealGit\Engine\Build\InstalledEngineBuild.xml(61): 'true-set:WithWin32=false' is not a valid value for 'HostPlatformDDCOnly' (required: 'true|false') AutomationTool exiting with ExitCode=1 (Error_Unknown)

ryanjon2040 commented 3 years ago

Hey @Igni-dev

Thank you for posting this issue. I have it fixed and I'll push the change soon.

ryanjon2040 commented 3 years ago

Hi @Igni-dev

This has been resolved. Check the above commit.

Igni-dev commented 3 years ago

Thanks for this!