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

Winget fails install llvm.llvm with error code 0x80073cfc #3291

Closed
jaysonsantos opened this issue May 31, 2023 · 3 comments
Closed

Winget fails install llvm.llvm with error code 0x80073cfc #3291

jaysonsantos opened this issue May 31, 2023 · 3 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@jaysonsantos
Copy link

Brief description of your issue

winget install llvm.llvm
Failed in attempting to update the source: winget
Failed when searching source: winget
An unexpected error occurred while executing the command:
0x80073cfc : The application cannot be started. Try reinstalling the application to fix the problem.

Steps to reproduce

winget install llvm.llvm

Expected behavior

llvm should be installed

Actual behavior

Error 0x80073cfc: The application cannot be started. Try reinstalling the application to fix the problem. is returned

Environment

Windows Package Manager v1.4.10173
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22621.1778
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.19.10173.0

Logs: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir

User Settings: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json

settings

{
    "$schema": "https://aka.ms/winget-settings.schema.json",

    // For documentation on these settings, see: https://aka.ms/winget-settings
    // "source": {
    //    "autoUpdateIntervalInMinutes": 5
    // },

}

I also tried Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.19.10173.0_x64__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode, toggling app execution aliases, and winget source reset --force.

winget source list
Name    Argument
-----------------------------------------------------
msstore https://storeedgefd.dsx.mp.microsoft.com/v9.0
winget  https://cdn.winget.microsoft.com/cache
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label May 31, 2023
@jaysonsantos
Copy link
Author

On the logs, I see this

2023-05-31 10:26:23.926 [FAIL] D:\a\_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(54)\WindowsPackageManager.dll!00007FFF67149064: (caller: 00007FFF67149763) Exception(2) tid(1cd8) 80073D0D The deployment operation failed because the volume is offline. For a package update, the volume refers to the installed volume of all package versions.
    Msg:[Operation failed: Windows cannot install package Microsoft.Winget.Source_2023.531.910.571_neutral__8wekyb3d8bbwe to volume D: with media ID {35323030-335F-4238-F92E-15FF905BCD30} because the volume is offline.] 

2023-05-31 10:26:23.933 [FAIL] D:\a\_work\1\s\external\pkg\src\AppInstallerRepositoryCore\RepositorySource.cpp(540)\WindowsPackageManager.dll!00007FFF672D7523: (caller: 00007FFF67098E1D) LogHr(2) tid(1cd8) 80073D0D The deployment operation failed because the volume is offline. For a package update, the volume refers to the installed volume of all package versions.
    Msg:[D:\a\_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(54)\WindowsPackageManager.dll!00007FFF67149064: (caller: 00007FFF67149763) Exception(2) tid(1cd8) 80073D0D The deployment operation failed because the volume is offline. For a package update, the volume refers to the installed volume of all package versions.
    Msg:[Operation failed: Windows cannot install package Microsoft.Winget.Source_2023.531.910.571_neutral__8wekyb3d8bbwe to volume D: with media ID {35323030-335F-4238-F92E-15FF905BCD30} because the volume is offline.] 
] 

but, d: is a disk that broken and got removed but, double-checking the settings they are all set to c:

image

@stephengillie stephengillie added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels May 31, 2023
@denelon
Copy link
Contributor

denelon commented May 31, 2023

Duplicate of #2114

@denelon denelon marked this as a duplicate of #2114 May 31, 2023
@microsoft-github-policy-service
Copy link
Contributor

@jaysonsantos we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

3 participants