Asked by:
My UWP aaplication crash after install from Store

Question
-
My UWP aaplication crash after install from Store.. its working when i create a sideloading application
I am using
My appxmainfest File
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:uap6="http://schemas.microsoft.com/appx/manifest/uap/windows10/6"
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
IgnorableNamespaces="uap mp rescap uap3 uap6">
<Identity
Name="MangoAppsInc.MangoAppsMessenger"
Publisher="CN="MangoApps, Inc.", O="MangoApps, Inc.", L=Issaquah, S=Washington, C=US"
Version="1.0.111.0" />
<mp:PhoneIdentity PhoneProductId="dfdf5150-3c0e-4509-8976-46e6a0c465b4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>MangoApps Messenger</DisplayName>
<PublisherDisplayName>MangoApps Inc</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
<PackageDependency Name="Microsoft.NET.Native.Framework.2.2" MinVersion="2.2.27405.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"></PackageDependency>
<PackageDependency Name="Microsoft.NET.Native.Runtime.2.2" MinVersion="2.2.27328.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"></PackageDependency>
<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.24217.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
</Dependencies>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="MangoAppsUWP.App">
<uap:VisualElements
DisplayName="MangoApps"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="MangoApps"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#ffffff" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.appService">
<uap:AppService Name="MangoAppsUWPWin32ExtensionService" />
</uap:Extension>
<desktop:Extension Category="windows.fullTrustProcess" Executable="Win32\SystrayComponent.exe">
<desktop:FullTrustProcess>
<desktop:ParameterGroup GroupId="Exit" Parameters="Exit" />
<desktop:ParameterGroup GroupId="NotificationIconStart" Parameters="NotificationIconStart" />
<desktop:ParameterGroup GroupId="VideoCallAndScreenShareStart" Parameters="VideoCallAndScreenShareStart" />
</desktop:FullTrustProcess>
</desktop:Extension>
<uap5:Extension
Category="windows.startupTask"
Executable="MangoAppsUWP.exe"
EntryPoint="MangoAppsUWP.App">
<uap5:StartupTask
TaskId="MangoAppsUWPStartUpId"
Enabled="true"
DisplayName="MangoApps" />
</uap5:Extension>
</Extensions>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
<uap:Capability Name="chat" />
<Capability Name="privateNetworkClientServer" />
<Capability Name="internetClientServer" />
<rescap:Capability Name="confirmAppClose" />
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="inputInjectionBrokered" />
<rescap:Capability Name="appDiagnostics" />
<uap3:Capability Name="userNotificationListener" />
<uap:Capability Name="picturesLibrary" />
<uap3:Capability Name="backgroundMediaPlayback" />
<uap:Capability Name="videosLibrary" />
<uap6:Capability Name="graphicsCapture"/>
</Capabilities>
</Package>And I am using win32 exe's so i added this..because of this application crash?
Crash
Version=1
EventType=MoAppCrash
EventTime=132180129583275052
ReportType=2
Consent=1
UploadTime=132180129587818571
ReportStatus=268435456
ReportIdentifier=d2555348-b469-4daa-8860-dd41bed8b085
IntegratorReportIdentifier=09cc52ce-6fb6-4fad-8501-ed24d91e7d33
Wow64Host=34404
NsAppName=praid:App
OriginalFilename=MangoAppsUWP.exe
AppSessionGuid=000033ec-0001-0037-8665-f1a52099d501
TargetAppId=U:MangoAppsInc.MangoAppsMessenger_1.0.111.0_x64__fwsgascccvxc0!App
TargetAppVer=1.0.111.0_x64_!2019//11//12:04:48:01!23f962!MangoAppsUWP.exe
BootId=4294967295
TargetAsId=379
IsFatal=1
EtwNonCollectReason=4
Response.BucketId=8a76f753674bc960ea69868eda0de2bc
Response.BucketTable=5
Response.LegacyBucketId=1903200265642566332
Response.type=4
Sig[0].Name=Package Full Name
Sig[0].Value=MangoAppsInc.MangoAppsMessenger_1.0.111.0_x64__fwsgascccvxc0
Sig[1].Name=Application Name
Sig[1].Value=praid:App
Sig[2].Name=Application Version
Sig[2].Value=1.0.0.0
Sig[3].Name=Application Timestamp
Sig[3].Value=5dca3981
Sig[4].Name=Fault Module Name
Sig[4].Value=KERNELBASE.dll
Sig[5].Name=Fault Module Version
Sig[5].Value=10.0.17763.802
Sig[6].Name=Fault Module Timestamp
Sig[6].Value=86aa4cf5
Sig[7].Name=Exception Code
Sig[7].Value=e0434352
Sig[8].Name=Exception Offset
Sig[8].Value=0000000000039129
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=10.0.17763.2.0.0.256.48
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=ab6f
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=ab6f94a45a680442bf911fba1b09d517
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=3e30
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=3e30f0643c499ba7e2c638f01f2168bf
UI[2]=C:\Program Files\WindowsApps\MangoAppsInc.MangoAppsMessenger_1.0.111.0_x64__fwsgascccvxc0\MangoAppsUWP.exe
LoadedModule[0]=C:\Program Files\WindowsApps\MangoAppsInc.MangoAppsMessenger_1.0.111.0_x64__fwsgascccvxc0\MangoAppsUWP.exe
LoadedModule[1]=C:\WINDOWS\SYSTEM32\ntdll.dll
LoadedModule[2]=C:\WINDOWS\SYSTEM32\MSCOREE.DLL
LoadedModule[3]=C:\WINDOWS\System32\KERNEL32.dll
LoadedModule[4]=C:\WINDOWS\System32\KERNELBASE.dll
LoadedModule[5]=C:\WINDOWS\System32\ADVAPI32.dll
LoadedModule[6]=C:\WINDOWS\System32\msvcrt.dll
LoadedModule[7]=C:\WINDOWS\System32\sechost.dll
LoadedModule[8]=C:\WINDOWS\System32\RPCRT4.dll
LoadedModule[9]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll
LoadedModule[10]=C:\WINDOWS\System32\SHLWAPI.dll
LoadedModule[11]=C:\WINDOWS\System32\combase.dll
LoadedModule[12]=C:\WINDOWS\System32\ucrtbase.dll
LoadedModule[13]=C:\WINDOWS\System32\bcryptPrimitives.dll
LoadedModule[14]=C:\WINDOWS\System32\GDI32.dll
LoadedModule[15]=C:\WINDOWS\System32\gdi32full.dll
LoadedModule[16]=C:\WINDOWS\System32\msvcp_win.dll
LoadedModule[17]=C:\WINDOWS\System32\USER32.dll
LoadedModule[18]=C:\WINDOWS\System32\win32u.dll
LoadedModule[19]=C:\WINDOWS\System32\IMM32.DLL
LoadedModule[20]=C:\WINDOWS\System32\kernel.appcore.dll
LoadedModule[21]=C:\WINDOWS\SYSTEM32\VERSION.dll
LoadedModule[22]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
LoadedModule[23]=C:\WINDOWS\SYSTEM32\VCRUNTIME140_CLR0400.dll
LoadedModule[24]=C:\WINDOWS\SYSTEM32\ucrtbase_clr0400.dll
LoadedModule[25]=C:\WINDOWS\System32\OLEAUT32.dll
LoadedModule[26]=C:\WINDOWS\System32\ole32.dll
LoadedModule[27]=C:\WINDOWS\System32\psapi.dll
LoadedModule[28]=C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\mscorlib\751e7a2112cfed0181618c0251f98ece\mscorlib.ni.dll
LoadedModule[29]=C:\WINDOWS\System32\CRYPTSP.dll
LoadedModule[30]=C:\WINDOWS\system32\rsaenh.dll
LoadedModule[31]=C:\WINDOWS\System32\bcrypt.dll
LoadedModule[32]=C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
LoadedModule[33]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll
LoadedModule[34]=C:\WINDOWS\SYSTEM32\WinTypes.dll
LoadedModule[35]=C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Runtime\f8b53d5943f270ed0205febf419e540b\System.Runtime.ni.dll
LoadedModule[36]=C:\WINDOWS\assembly\NativeImages_v4.0.30319_64\System.Runtbff93e24#\7d3650535e9b0c526e1d9cdea2328bf6\System.Runtime.InteropServices.WindowsRuntime.ni.dll
LoadedModule[37]=C:\Windows\System32\MrmCoreR.dll
LoadedModule[38]=C:\WINDOWS\System32\shcore.dll
LoadedModule[39]=C:\WINDOWS\System32\profapi.dll
LoadedModule[40]=C:\Windows\System32\Windows.UI.dll
LoadedModule[41]=C:\WINDOWS\SYSTEM32\InputHost.dll
LoadedModule[42]=C:\WINDOWS\SYSTEM32\TextInputFramework.dll
LoadedModule[43]=C:\WINDOWS\SYSTEM32\CoreMessaging.dll
LoadedModule[44]=C:\WINDOWS\SYSTEM32\CoreUIComponents.dll
LoadedModule[45]=C:\WINDOWS\SYSTEM32\twinapi.appcore.dll
LoadedModule[46]=C:\WINDOWS\SYSTEM32\d2d1.dll
LoadedModule[47]=C:\WINDOWS\SYSTEM32\d3d11.dll
LoadedModule[48]=C:\WINDOWS\SYSTEM32\PROPSYS.dll
LoadedModule[49]=C:\WINDOWS\SYSTEM32\ntmarta.dll
LoadedModule[50]=C:\WINDOWS\SYSTEM32\RMCLIENT.dll
LoadedModule[51]=C:\WINDOWS\SYSTEM32\dxgi.dll
LoadedModule[52]=C:\WINDOWS\SYSTEM32\bcp47mrm.dll
LoadedModule[53]=C:\WINDOWS\system32\uxtheme.dll
State[0].Key=Transport.DoneStage1
State[0].Value=1
OsInfo[0].Key=vermaj
OsInfo[0].Value=10
OsInfo[1].Key=vermin
OsInfo[1].Value=0
OsInfo[2].Key=verbld
OsInfo[2].Value=17763
OsInfo[3].Key=ubr
OsInfo[3].Value=805
OsInfo[4].Key=versp
OsInfo[4].Value=0
OsInfo[5].Key=arch
OsInfo[5].Value=9
OsInfo[6].Key=lcid
OsInfo[6].Value=16393
OsInfo[7].Key=geoid
OsInfo[7].Value=113
OsInfo[8].Key=sku
OsInfo[8].Value=48
OsInfo[9].Key=domain
OsInfo[9].Value=0
OsInfo[10].Key=prodsuite
OsInfo[10].Value=256
OsInfo[11].Key=ntprodtype
OsInfo[11].Value=1
OsInfo[12].Key=platid
OsInfo[12].Value=10
OsInfo[13].Key=sr
OsInfo[13].Value=0
OsInfo[14].Key=tmsi
OsInfo[14].Value=313518
OsInfo[15].Key=osinsty
OsInfo[15].Value=1
OsInfo[16].Key=iever
OsInfo[16].Value=11.805.17763.0-11.0.155
OsInfo[17].Key=portos
OsInfo[17].Value=0
OsInfo[18].Key=ram
OsInfo[18].Value=32649
OsInfo[19].Key=svolsz
OsInfo[19].Value=232
OsInfo[20].Key=wimbt
OsInfo[20].Value=0
OsInfo[21].Key=blddt
OsInfo[21].Value=180914
OsInfo[22].Key=bldtm
OsInfo[22].Value=1434
OsInfo[23].Key=bldbrch
OsInfo[23].Value=rs5_release
OsInfo[24].Key=bldchk
OsInfo[24].Value=0
OsInfo[25].Key=wpvermaj
OsInfo[25].Value=0
OsInfo[26].Key=wpvermin
OsInfo[26].Value=0
OsInfo[27].Key=wpbuildmaj
OsInfo[27].Value=0
OsInfo[28].Key=wpbuildmin
OsInfo[28].Value=0
OsInfo[29].Key=osver
OsInfo[29].Value=10.0.17763.805.amd64fre.rs5_release.180914-1434
OsInfo[30].Key=buildflightid
OsInfo[30].Value=F850CC38-C3A8-4E73-BE5D-3344FE0EB30D.1
OsInfo[31].Key=edition
OsInfo[31].Value=Professional
OsInfo[32].Key=ring
OsInfo[32].Value=Retail
OsInfo[33].Key=expid
OsInfo[33].Value=RS:2E8E,FX:1141C88D
OsInfo[34].Key=containerid
OsInfo[35].Key=containertype
OsInfo[36].Key=edu
OsInfo[36].Value=0
FriendlyEventName=Stopped working
ConsentKey=MoAppCrash
AppName=MangoAppsUWP
AppPath=C:\Program Files\WindowsApps\MangoAppsInc.MangoAppsMessenger_1.0.111.0_x64__fwsgascccvxc0\MangoAppsUWP.exe
NsPartner=windows
NsGroup=windows8
ApplicationIdentity=676314C0BF8511E1B96207E5AA682485
MetadataHash=-1480412911- Edited by MangoApps Tuesday, November 12, 2019 7:25 AM
- Moved by Daisy TianMicrosoft contingent staff Tuesday, November 12, 2019 7:25 AM
Tuesday, November 12, 2019 6:38 AM
All replies
-
Hi,
Could you please share more detailed information about us?
>>And I am using win32 exe's so i added this
What's the type of your app? Is it a desktop bridge app? If it is, how did you convert it? And what's the structure of your app?
>>It's working when I create a sideloading application
Is the sideload package created in release mode? What's the OS version of your device and what's the target version of your project? When you installed it from Store, did the app itself crash at startup? If you download the app in another device, will the app has the same problem in other devices?
By the way, We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
Best Regards,
Fay
"Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.- Edited by Roy LiMicrosoft contingent staff Tuesday, November 26, 2019 2:01 AM edit
Tuesday, November 12, 2019 9:39 AM -
Posted that question fro wrong account posting question with detailsTuesday, November 12, 2019 11:01 AM
-
Hi,
What problem have you encountered? Can you please share more details for us?
Best Regards,
Fay
"Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.Wednesday, November 13, 2019 9:25 AM -
Hi,
Is there any update? Have you solved your issue?
Besides, the UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.
Best Regards,
Fay
"Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.Tuesday, December 3, 2019 8:52 AM -
Hi,
Is there any update?
The UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.
Best regards,
Fay
"Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.Friday, December 6, 2019 8:39 AM -
Hi,
Is there any update?
The UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.
Best regards,
Fay
"Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.Monday, December 9, 2019 9:21 AM -
Hi,
Is there any update?
The UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.
Best regards,
Fay
"Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.Tuesday, December 10, 2019 9:13 AM -
Hi,
Is there any update?
The UWP section of MSDN is about to be locked down. If you have other questions, please come to Microsoft Q&A to ask questions, and we will continue to answer your questions there.
Best regards,
Fay
"Developing Universal Windows apps" forum will be migrating to a new home on Microsoft Q&A (Preview)!
We invite you to post new questions in the "Developing Universal Windows apps" forum’s new home on Microsoft Q&A (Preview)!
For more information, please refer to the sticky post.Wednesday, December 11, 2019 7:57 AM