Yes I was launching in ‘Development’ configuration. Thanks for correcting me.
So I’ve done a ‘rebuild’ of UE4 in ‘Development’ configuration, and now switched back to ‘Development Editor’ configuration, F5 to debug, and now packaging works, and i can launch from the packaged file! However, I’m still getting error when I hit the ‘launch’ button within the editor. It’s a different error time:
LogStats:Warning: MetaData mismatch. Did you assign a stat to two groups? New //STATGROUP_Threads//FLauncherTask///Thread_92c_0///####STATCAT_Advanced#### old //STATGROUP_Threads//FLauncherTask///Thread_21a4_0///####STATCAT_Advanced####
LogPlayLevel: CommandUtils.Run: Run: C:\Users\Admin\Documents\GitHub\VXGI-4.9\Samples\UserContent\SciFiHallway 4.9\Saved\StagedBuilds\WindowsNoEditor\Engine\Binaries\Win64\UE4Game.exe …/…/…/SciFiHallway/SciFiHallway.uproject /Game/Maps/MainMapNV_full_dynamic -stdout -abslog=C:\Users\Admin\AppData\Local\Temp\C+Users+Admin+Documents+GitHub+UnrealEngine\Logs\Client.log -Messaging -nomcp -Windowed -CrashForUAT -SessionId=478DBF624EF33166F881EFBE6F0BCC49 -SessionOwner=Admin -SessionName=‘Play On Device’
LogPlayLevel: BuildCommand.Execute: ERROR: BUILD FAILED
LogPlayLevel: Program.Main: ERROR: AutomationTool terminated with exception:
LogPlayLevel: Program.Main: ERROR: Exception in AutomationScripts.Automation: Client exited with error code: 255
LogPlayLevel: Stacktrace: at Project.RunStandaloneClient(List1 DeployContextList, String ClientLogFile, ERunOptions ClientRunFlags, String ClientApp, String ClientCmdLine, ProjectParams Params) LogPlayLevel: at Project.RunInternal(ProjectParams Params, String ServerLogFile, String ClientLogFile) LogPlayLevel: at Project.Run(ProjectParams Params) LogPlayLevel: at BuildCookRun.DoBuildCookRun(ProjectParams Params) LogPlayLevel: at BuildCommand.Execute() LogPlayLevel: at AutomationTool.Automation.Execute(List
1 CommandsToExecute, CaselessDictionary1 Commands) LogPlayLevel: at AutomationTool.Automation.Process(String] CommandLine) LogPlayLevel: at AutomationTool.Program.MainProc(Object Param) LogPlayLevel: at AutomationTool.InternalUtils.RunSingleInstance(Action
1 Main, Object Param)
LogPlayLevel: at AutomationTool.Program.Main()
LogPlayLevel: ProcessManager.KillAll: Trying to kill 0 spawned processes.
LogPlayLevel: Program.Main: AutomationTool exiting with ExitCode=Error_Unknown
LogPlayLevel: Domain_ProcessExit
LogPlayLevel: copying UAT log files…
LogPlayLevel: RunUAT.bat ERROR: AutomationTool was unable to run successfully.
LogPlayLevel: Completed Launch On Stage: Run Task, Time: 2.502395
LogPlayLevel: BUILD FAILED
PackagingResults:Error: Error Launch failed! Unknown Error
But, as long as I can package the project I’ve got what I need. Thanks!