That helped in making progress , thank you !
I’ve got a new issue that’s preventing packaging of UWP64 and UWP32 using the resulting cert. I modified the supplied command to the following:
Once generated, I proceed to set the result as the certificate on the UWP page. I made sure to cook for windows and that finished successfully.
Below is the output from the editor when I try to package for UWP64. In the log it says to see ‘signtool-2016.08.05-13.08.24.txt’ for more details, after a thorough search of my system no such file exists.
I’m currently packaging for UWP32 to see if I get the same result.
[MENTION=3956] Barnette[/MENTION]
I did manage to get my test game to install through the device portal by uploading the UWP contents from the build folder. The splash screen started up but because there was no cooked content it crashed. Once I have the cert issue resolved I’ll try it with a signed package or copy cooked content to my build folder and try that way again, though I think that signing the package may do the trick.
MainFrameActions: Packaging (UWP (x64-64bit)): Project.Package: ********** PACKAGE COMMAND STARTED **********
MainFrameActions: Packaging (UWP (x64-64bit)): CommandUtils.Run: Run: C:\Program Files (x86)\Windows Kits\10\bin\x64\makeappx.exe pack /o /d “C:\Users\Documents\Unreal Projects\UWPGM\Saved\StagedBuilds\UWP” /p “C:\Users\Documents\Unreal Projects\UWPGM\Saved\StagedBuilds\UWP\UWPGM.appx”
MainFrameActions: Packaging (UWP (x64-64bit)): CommandUtils.Run: Run: Took 16.3678471s to run makeappx.exe, ExitCode=0
MainFrameActions: Packaging (UWP (x64-64bit)): CommandUtils.Run: Run: C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe sign /a /f “C:\Users\Documents\Unreal Projects\UWPGM\Build\UWP\Signing Certificate.pfx” /fd SHA256 C:\Users\Documents\Unreal Projects\UWPGM\Saved\StagedBuilds\UWP\UWPGM.appx
MainFrameActions: Packaging (UWP (x64-64bit)): CommandUtils.Run: Run: Took 1.053228s to run signtool.exe, ExitCode=1
MainFrameActions: Packaging (UWP (x64-64bit)): Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException: Command failed (Result:1): C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe sign /a /f “C:\Users\Documents\Unreal Projects\UWPGM\Build\UWP\Signing Certificate.pfx” /fd SHA256 C:\Users\Docum
ents\Unreal Projects\UWPGM\Saved\StagedBuilds\UWP\UWPGM.appx. See logfile for details: ‘signtool-2016.08.05-13.08.24.txt’
MainFrameActions: Packaging (UWP (x64-64bit)): at AutomationTool.CommandUtils.RunAndLog(String App, String CommandLine, String Logfile, Int32 MaxSuccessCode, String Input, ERunOptions Options, Dictionary2 EnvVars) in F:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\AutomationUtils\ProcessUtils.cs:line 814 MainFrameActions: Packaging (UWP (x64-64bit)): at UWP.Automation.UWPPlatform.Package(ProjectParams Params, DeploymentContext SC, Int32 WorkingCL) in f:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\UWP\UWPPlatform.Automation.cs:line 135 MainFrameActions: Packaging (UWP (x64-64bit)): at Project.Package(ProjectParams Params, Int32 WorkingCL) in f:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\Scripts\PackageCommand.Automation.cs:line 41 MainFrameActions: Packaging (UWP (x64-64bit)): at BuildCookRun.DoBuildCookRun(ProjectParams Params) in f:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\Scripts\BuildCookRun.Automation.cs:line 218 MainFrameActions: Packaging (UWP (x64-64bit)): at AutomationTool MainFrameActions: Packaging (UWP (x64-64bit)): .BuildCommand.Execute() in F:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\AutomationUtils\BuildCommand.cs:line 28 MainFrameActions: Packaging (UWP (x64-64bit)): at AutomationTool.Automation.Execute(List
1 CommandsToExecute, CaselessDictionary1 Commands) in F:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 538 MainFrameActions: Packaging (UWP (x64-64bit)): at AutomationTool.Automation.Process(String] CommandLine) in F:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 509 MainFrameActions: Packaging (UWP (x64-64bit)): at AutomationTool.Program.MainProc(Object Param) in F:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\Program.cs:line 131 MainFrameActions: Packaging (UWP (x64-64bit)): at AutomationTool.InternalUtils.RunSingleInstance(Func
2 Main, Object Param) in F:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\AutomationUtils\Utils.cs:line 704
MainFrameActions: Packaging (UWP (x64-64bit)): at AutomationTool.Program.Main() in F:\MICROSOFT_UWP_UNREAL\Engine\Source\Programs\AutomationTool\Program.cs:line 54
MainFrameActions: Packaging (UWP (x64-64bit)): Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
MainFrameActions: Packaging (UWP (x64-64bit)): Domain_ProcessExit
MainFrameActions: Packaging (UWP (x64-64bit)): AutomationToolLauncher exiting with ExitCode=1
MainFrameActions: Packaging (UWP (x64-64bit)): copying UAT log files…
MainFrameActions: Packaging (UWP (x64-64bit)): BUILD FAILED