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

New version: Starpine.Screenbox version 0.14.1 #188154

Conversation

huynhsontung
Copy link
Contributor

@huynhsontung huynhsontung commented Nov 2, 2024

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.6 schema?

Note: <path> is the directory's name containing the manifest you're submitting.


Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot wingetbot added the Validation-Installation-Error Error installing application label Nov 2, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Nov 2, 2024
@huynhsontung
Copy link
Contributor Author

Manually validated to be working on my machine

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Nov 3, 2024
@stephengillie
Copy link
Collaborator

stephengillie commented Nov 5, 2024

Automatic Validation ended with:

Installation failed with exit code -1978334972
2024-11-02 13:53:41.162 [CORE] Deployment operation #4: Windows cannot install package 18496Starpine.Screenbox_0.14.1.0_x64__rm8wvch11q4my because this package depends on a framework that could not be found. Provide the framework "Microsoft.VCLibs.140.00" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.33519.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00" currently installed are: {Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.30035.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.30035.0_x86__8wekyb3d8bbwe}
2024-11-02 13:53:41.162 [FAIL] D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(161)\WindowsPackageManager.dll!00007FF864E73F75: (caller: 00007FF864DCA720) Exception(2) tid(1014) 80073CF3 Package failed updates, dependency or conflict validation.
2024-11-02 13:53:42.600 [FAIL] D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(54)\WindowsPackageManager.dll!00007FF864E72D2F: (caller: 00007FF864E7432C) Exception(3) tid(1014) 80073CF1 Package was not found.
2024-11-02 13:53:42.600 [FAIL] D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(126)\WindowsPackageManager.dll!00007FF864FE8931: (caller: 00007FF864E75853) LogHr(2) tid(1014) 80073CF1 Package was not found.
Msg:[D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(54)\WindowsPackageManager.dll!00007FF864E72D2F: (caller: 00007FF864E7432C) Exception(3) tid(1014) 80073CF1 Package was not found.
2024-11-02 13:53:42.606 [CLI ] MSIX installer failed: 2147958003
2024-11-02 13:54:48.619 [CORE] Deployment operation #4: Windows cannot install package 18496Starpine.Screenbox_0.14.1.0_x86__rm8wvch11q4my because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.Native.Framework.2.2" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x86 processor architecture and minimum version 2.2.29512.0, along with this package to install. The frameworks with name "Microsoft.NET.Native.Framework.2.2" currently installed are: {Microsoft.NET.Native.Framework.2.2_2.2.27405.0_x86__8wekyb3d8bbwe}
2024-11-02 13:54:48.619 [FAIL] D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(161)\WindowsPackageManager.dll!5473E94A: (caller: 546A97A7) Exception(2) tid(a38) 80073CF3 Package failed updates, dependency or conflict validation.
2024-11-02 13:54:49.538 [FAIL] D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(54)\WindowsPackageManager.dll!5473D7AF: (caller: 5473ED72) Exception(3) tid(a38) 80073CF1 Package was not found.
2024-11-02 13:54:49.538 [FAIL] D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(126)\WindowsPackageManager.dll!5473EA29: (caller: 5473FBF8) LogHr(2) tid(a38) 80073CF1 Package was not found.
Msg:[D:\a_work\1\s\external\pkg\src\AppInstallerCommonCore\Deployment.cpp(54)\WindowsPackageManager.dll!5473D7AF: (caller: 5473ED72) Exception(3) tid(a38) 80073CF1 Package was not found.
2024-11-02 13:54:49.544 [CLI ] MSIX installer failed: 2147958003

Automated error analysis suggests -1978334972 may mean This package has a dependency missing from your system.

Automated error analysis suggests 2147958003 may mean Error Installing Dependency - Windows cannot install this package because it depends on a framework (version) that could not be found.

(Automated response - build 897.)

Edit: I'll need to manually validate every manifest for this application.

@stephengillie stephengillie added Validation-Completed Validation passed and removed Validation-Installation-Error Error installing application Needs-Attention This work item needs to be reviewed by a member of the core team. labels Nov 5, 2024
@stephengillie stephengillie added the VCLibs Involves Microsoft.VCLibs.140.00 label Nov 5, 2024
@huynhsontung
Copy link
Contributor Author

@stephengillie Thank you for approving and sorry for the trouble 😅

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 69a20ce into microsoft:master Nov 5, 2024
1 of 2 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Nov 5, 2024
@wingetbot
Copy link
Collaborator

Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present.

@huynhsontung huynhsontung deleted the Starpine.Screenbox-0.14.1-a5800199-3a74-4a52-a443-8bca2b511d01 branch November 5, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Moderator-Approved One of the Moderators has reviewed and approved this PR Publish-Pipeline-Succeeded Validation-Completed Validation passed VCLibs Involves Microsoft.VCLibs.140.00
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants