Unable to Deploy AppLocalDirectory dependencies

Hi, we’ve been working on this issue for weeks and there doesnt seem to be a fix anywhere we’ve looked into.

UATHelper: Packaging (Windows (64-bit)): Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException: Unable to deploy AppLocalDirectory dependencies. No such path: D:\KAMK\Project Apollo\SVN_SUPOLLO\Supollo$(EngineDir)........\KAMK\Project Apollo\SVN_SUPOLLO\Supollo\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 AutomationTool.BuildCommand.Execute()
UATHelper: Packaging (Windows (64-bit)): em AutomationTool.Automation.Execute(List1 CommandsToExecute, CaselessDictionary1 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

The path the compiler is saying that doesnt exist, has been there all along.here’s the [compiler log][1]

We also noticed that something called “none” is trying to call a map that was deleted months ago.

118017-cook-2016.12.09-14.21.34.txt (1.68 MB)

Shameless Bump (if that works here)

I noticed the duplicated path on the path, I fixed it, but somehow during the cooking it will always go somewhere else. And just clearing out the path in the packaging settings does not work, unreal adds one of his own always resulting in a wrong path again.

Popifrex,

Did you try deleting your Intermediate and Saved folders after you fixed the issue to ensure it’s being properly recreated?

Just tried that, same error “no such path”. How do I specify which path the automation tool should deploy to? In the packaging settings it doesnt work, the automation tool will just add whatever path it feels like on it.

Can I please see your newest error output logs? Please upload them as a .txt file.

here it is. Tried to empty the Applocal Prerequisites Directory as it is in an empty project with no success. unreal is still doing as it pleases.

[link text][1]

118970-supollo.log (1.61 MB)

So we fixed it by deleting manually the ApplocalPrerequisitesDirectory in DefaultEngine.ini (Of the current project, not the engine). Just delete whatever the engine is writing on its own, it should look like this:

ApplocalPrerequisitesDirectory=(Path=)

After that we built and deployed it with no issues,

Thanks a lot! I was having the same problem and this worked for me!

@popifrex i think i’m having a similar problem, but my defaultengine.ini from my project don’t have anything about “ApplocalPrerequisitesDirectory” could you paste there what yours look like, so i can try copy the section and paste on my file and see if it works. So fustrating and i think this is the culprit

Unfortunately I do not have unreal engine installed anymore, check other .inis in your project folder and check what they have. I’m afraid that’s all the help I can provide atm.

Had same issue and I could find it in the DefaultGame.ini under [/Script/UnrealEd.ProjectPackagingSettings]