Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Installer crash when install application by double click Appx file. #5010

Open
prpjzz opened this issue Nov 26, 2024 · 1 comment
Open
Labels
Area-External Issue outside of winget-cli source Issue-Bug It either shouldn't be doing this or needs an investigation.

Comments

@prpjzz
Copy link

prpjzz commented Nov 26, 2024

Brief description of your issue

I have a problem installing an application manually without going through PowerShell with the Add-appxpackage command. When I run File msixbundle or appx and press Update, the application crashes immediately.

Steps to reproduce

  1. Open msixbundle file (ex: Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle)
  2. Click install (or Update)
  3. App Installer crashes immediately.

Expected behavior

App Installer not crash, and install return successful or error with missing dependencies.

Actual behavior

App Installer crashes immediately.

Environment

Windows Package Manager (Preview) v1.10.40-preview
Microsoft.DesktopAppInstaller v1.25.40.0
@prpjzz prpjzz changed the title Crash when install application by double click Appx file. App Installer crash when install application by double click Appx file. Nov 26, 2024
@prpjzz
Copy link
Author

prpjzz commented Nov 26, 2024

This is a event viewer when App Installer crash:

Faulting application name: AppInstaller.exe, version: 1.25.40.0, time stamp: 0x672e77ff
Faulting module name: AppInstaller.exe, version: 1.25.40.0, time stamp: 0x672e77ff
Exception code: 0x80000003
Fault offset: 0x00000000000131e5
Faulting process id: 0x1324
Faulting application start time: 0x01db3fa082275baf
Faulting application path: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.25.40.0_x64__8wekyb3d8bbwe\AppInstaller.exe
Faulting module path: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.25.40.0_x64__8wekyb3d8bbwe\AppInstaller.exe
Report Id: 5bd2f9d9-aa41-42d0-8a12-11be414c8fc2
Faulting package full name: Microsoft.DesktopAppInstaller_1.25.40.0_x64__8wekyb3d8bbwe
Faulting package-relative application ID: App

@denelon denelon added Issue-Bug It either shouldn't be doing this or needs an investigation. Area-External Issue outside of winget-cli source labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-External Issue outside of winget-cli source Issue-Bug It either shouldn't be doing this or needs an investigation.
Projects
None yet
Development

No branches or pull requests

2 participants