Forum Discussion
HumanMusic
May 26, 2023Copper Contributor
Opening the msix file results in an error: "The app didn't start."
But Appinstaller start normally when I switch to Administrator User.
- HumanMusicCopper Contributor
- HumanMusicCopper Contributor
I have found some crash logs from
Diagnostic Data Viewer
.
Microsoft.Windows.ApplicationModel.DesktopAppx.PostDesktopActivation
{
"ver": "4.0",
"name": "Microsoft.Windows.ApplicationModel.DesktopAppx.PostDesktopActivation",
"time": "2023-12-24T08:38:00.9785117Z",
"iKey": "o:0a89d516ae714e01ae89c96d185e9ae3",
"ext": {
"utc": {
"aId": "B45D0A6A-3503-0007-609C-1AB50335DA01",
"op": 1,
"eventFlags": 257,
"pgName": "WIN",
"flags": 742392368,
"epoch": "302688",
"seq": 11901
},
"privacy": {
"isRequired": false,
"dataCategory": 1,
"product": 1
},
"os": {
"bootId": 2,
"name": "Windows",
"ver": "10.0.22631.2861.amd64fre.ni_release.220506-1250",
"expId": "FX:11DE1DCB,FX:124117A5,FX:127987B1,FX:127C84AA,FX:127C8903,FX:127CEBB4,FX:12816BC3,FX:1283FFBE,FX:128540B9,FX:12857231,FX:1289E17D,FX:1291E0B9,FX:1292F335,FX:12949627,FX:12A097F7,FX:12A6AC08,FX:12A74DF5,FX:12AAB1C3,FX:12AAEE8E,FX:12AB1F49,FX:12AD79BF,FX:12B2AA2E,FX:12B83F34,FX:12BE4865,FX:12C614AD,FX:12C6CBBC,FX:12C78DC5,FX:12C80CE4,FX:12C8C93F,FX:12C8C947,FX:12C96B82,FX:27CF02E,MD:283BAEF,ME:25762F0,ME:27B9BC4,ME:28279A6"
},
"app": {
"id": "W:0000f519feec486de87ed73cb92d3cac802400000000!00003f64c98f22da277a07cab248c44c56eedb796a81!svchost.exe",
"ver": "2028/05/11:16:56:05!1513F!svchost.exe",
"is1P": 1,
"asId": 18
},
"metadata": {
"policies": 0
},
"device": {
"localId": "s:3DBB1718-50EF-4F15-A79B-4B9A0607D298",
"deviceClass": "Windows.Desktop"
},
"protocol": {
"devMake": "ASUS",
"devModel": "System Product Name",
"ticketKeys": [
"196921646"
]
},
"user": {
"localId": "m:9698dcacf7ab46fd"
},
"xbl": {
"sbx": "RETAIL",
"did": "F900D2DC5570AAF5",
"xid": "x:2535421170274101"
},
"loc": {
"tz": "+08:00"
}
},
"data": {
"wilActivity": {
"threadId": 19140
},
"packageFullName": "AdvancedMicroDevicesInc-RSXCM_22.10.0.0_x64__fhmx3h6dzfmvj",
"executablePath": "C:\\WINDOWS\\system32\\DllHost.exe"
}
} - PCNDATACopper ContributorYou need to delete all settings in %AppData%\org.localsend\localsend_app and %AppData%\org.localsend\ - reboot PC and start your APP from MSIX/Zip version
- Reza_AmeriSilver ContributorAre you observing this issue as standard user?
Does it happen for one specific msix file or for all of them?
From what you shared, I believe this is a permission error.- HumanMusicCopper Contributor
Yes, Microsoft account user.
All msix file.
- Reza_AmeriSilver ContributorTry login with administrator account or run the Command prompt as administrator and then type the following command:
sfc /scannow
Press enter and let it runs and see what the result is.