Hi, can someone help me on this? I was having errors and warning, but found all culprit and now i’m have 0 errors and 0 warnings, but my package fail to build.
here is the log
UATHelper: Packaging (Windows (64-bit)): Project.Cook: ********** COOK COMMAND COMPLETED **********
UATHelper: Packaging (Windows (64-bit)): Project.CopyBuildToStagingDirectory: ********** STAGE COMMAND STARTED **********
UATHelper: Packaging (Windows (64-bit)): Project.CreateStagingManifest: Creating Staging Manifest...
UATHelper: Packaging (Windows (64-bit)): Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException: Unable to deploy AppLocalDirectory dependencies. No such path: E:\Projetos pessoais\TODO\Projeto Archviz\Unreal Brasil\FRAZAOARCH_UE\FrazaoARCH\$(ProjectDir)\Binaries\Win64\Win64
UATHelper: Packaging (Windows (64-bit)): em BaseWinPlatform.StageAppLocalDependencies(ProjectParams Params, DeploymentContext SC, String PlatformDir)
UATHelper: Packaging (Windows (64-bit)): em Win64Platform.GetFilesToDeployOrStage(ProjectParams Params, DeploymentContext SC)
UATHelper: Packaging (Windows (64-bit)): em Project.CreateStagingManifest(ProjectParams Params, DeploymentContext SC)
UATHelper: Packaging (Windows (64-bit)): em Project.CopyBuildToStagingDirectory(ProjectParams Params)
UATHelper: Packaging (Windows (64-bit)): em BuildCookRun.DoBuildCookRun(ProjectParams Params)
UATHelper: Packaging (Windows (64-bit)): em BuildCookRun.ExecuteBuild()
UATHelper: Packaging (Windows (64-bit)): em AutomationTool.BuildCommand.Execute()
UATHelper: Packaging (Windows (64-bit)): em AutomationTool.Automation.Execute(List`1 CommandsToExecute, CaselessDictionary`1 Commands)
UATHelper: Packaging (Windows (64-bit)): em AutomationTool.Automation.Process(String[] Arguments)
UATHelper: Packaging (Windows (64-bit)): em AutomationTool.Program.MainProc(Object Param)
UATHelper: Packaging (Windows (64-bit)): em AutomationTool.InternalUtils.RunSingleInstance(Func`2 Main, Object Param)
UATHelper: Packaging (Windows (64-bit)): em AutomationTool.Program.Main()
UATHelper: Packaging (Windows (64-bit)): Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
UATHelper: Packaging (Windows (64-bit)): BUILD FAILED
PackagingResults:Error: Error Unknown Error
On the package project settings i changed:
AppLocal Prerequisites directory
from:
$(EngineDir)/Binaries/Win64
to:
$(ProjectDir)/Binaries/Win64
Didn’t worked on both
I have deleted the files on project/binaries/win64 and only left the dlls, no luck also.
I was able to create a blank fps template for example and build the package, the problem is in my project i think…
I also tried to delete the saved and intermediate folders on my project, but didn’t worked also.
I’m running out of ideas and still having the problem for packing the development win64.