Custom windows app will not launch under any user profile. (Running Windows 1703)

K

Khart13

The issue we are running into after we update our app (that was working just fine) it crashes the second we try opening it. When we check the log files this is what we are seeing. This issue is not effecting all devices just ones at random.

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Immersive-Shell" Guid="{315A8872-923E-4EA2-9889-33CD4754BF64}" />
<EventID>5961</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>5961</Task>
<Opcode>0</Opcode>
<Keywords>0x4000000000000000</Keywords>
<TimeCreated SystemTime="2018-07-02T15:30:17.067878600Z" />
<EventRecordID>1348</EventRecordID>
<Correlation />
<Execution ProcessID="9756" ThreadID="10724" />
<Channel>Microsoft-Windows-TWinUI/Operational</Channel>
<Computer>T6GTSA69309</Computer>
<Security UserID="S-1-5-21-188530787-941521531-2179079567-500" />
</System>
- <EventData>
<Data Name="AppId">CoPilotFireWin10App_z69bxe7888chg!App</Data>
<Data Name="ContractId">Windows.Launch</Data>
<Data Name="ErrorCode">-2144927141</Data>
</EventData>
</Event>

Continue reading...
 
Back
Top Bottom