Package failure UE12.5: Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)

Ok so I have error after package to Windows 64bit or 32bit. However I can “Cook Content for Windows” without problem.
The project was created based on Physics level from Content Example.

I tried to:

  • Resolve potential errors
  • Change build configuration from Development to Shipping
  • Turn off “Include Crash Reporter” because of the sentence in log that indicate it can be connected with CrashReport. However another, similar error occured so I think the problem is deeper.
  • Set Global Default Server Game Mode from None to one of my maps
  • Reinstall Unreal Engine Launcher, Reinstall UE4.12.5, Reinstall Microsoft Visual Studio 2015, Recheckout my project

One of my colleague can build project so it is probably local problem.

Last sentences of output log are:
MainFrameActions: Packaging (Windows (64-bit)): Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
MainFrameActions: Packaging (Windows (64-bit)): Domain_ProcessExit
MainFrameActions: Packaging (Windows (64-bit)): copying UAT log files…
MainFrameActions: Packaging (Windows (64-bit)): BUILD FAILED
PackagingResults:Error: Error Unknown Error

Before that I can see one repeating part:
MainFrameActions: Packaging (Windows (64-bit)): InternalUtils.SafeCopyFile: WARNING: SafeCopyFile Exception was Exception in mscorlib: Nie można odnaleźć pliku ‘C:\Program Files (x86)\Epic Games\4.12\Engine\Binaries\Win64\CrashReportClient.pdb’.
MainFrameActions: Packaging (Windows (64-bit)): Stacktrace: w System.IO.__Error.WinIOError(Int32 error
MainFrameActions: Packaging (Windows (64-bit)): Code, String maybeFullPath)
MainFrameActions: Packaging (Windows (64-bit)): w System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
MainFrameActions: Packaging (Windows (64-bit)): w AutomationTool.InternalUtils.SafeCopyFile(String SourceName, String TargetName, Boolean bQuiet, Boolean bFilterSpecialLinesFromIniFiles)
MainFrameActions: Packaging (Windows (64-bit)): InternalUtils.SafeCopyFile: WARNING: Failed to copy C:\Program Files (x86)\Epic Games\4.12\Engine\Binaries\Win64\CrashReportClient.pdb to C:\Users\user\Documents\Unreal Projects\Duelists\Duelists Project\Saved\StagedBuilds\WindowsNoEditor\Engine\Binaries\Win64\CrashReportClient.pdb, deleting, waiting 10s and re
trying.

I attach copied text from output log.
link text

Do you have debugging symbols downloaded for your version of the engine? They’re off by default when installing.