Skip to content

Conversation

@kleisauke
Copy link
Contributor

@kleisauke kleisauke commented Dec 15, 2025

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.10 schema?

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


Context: #308988 (comment).

This is the same as PR #322202. However, that PR was incorrectly closed as a duplicate.

Validated and tested with:

$ winget validate --manifest manifests\l\libvips\libvips\8.17.2
Manifest validation succeeded.

$ winget install --architecture x86 --manifest manifests\l\libvips\libvips\8.17.2
Found libvips [libvips.libvips] Version 8.17.2
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/libvips/build-win64-mxe/releases/download/v8.17.2/vips-dev-w32-all-8.17.2.zip
  ██████████████████████████████  18.4 MB / 18.4 MB
Successfully verified installer hash
Extracting archive...
Successfully extracted archive
Starting package install...
Path environment variable modified; restart your shell to use the new value.
Command line alias added: "vips"
Successfully installed

$ vips --version
vips-8.17.2
Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-122-323211-20251215-1

@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Installation failed with exit code -2147467260
Executable C:\Users\Validator\AppData\Local\Microsoft\WinGet\Links\vips.exe returned exit code: -1073741515

Hex Dec Inverted Dec Symbol Description
80004004 -2147467260 2147500036 E_ABORT Operation Aborted
C0000135 -1073741515 3221225781 STATUS_DLL_NOT_FOUND Possibly due to a missing dependency. (The most common dependency is Microsoft.VCRedist.2015+.x64 / .x86)

(Automated response - build 1184.)

@kleisauke
Copy link
Contributor Author

It works on my machine ™️, see e.g. the test commands listed in the PR description.

Note that it also failed in a similar way in #293313 (comment), although the installation error appears to be new.

@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 Dec 15, 2025
@stephengillie stephengillie added Validation-Completed Validation passed and removed Validation-Installation-Error Error installing application Validation-Executable-Error Needs-Attention This work item needs to be reviewed by a member of the core team. labels Jan 1, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot enabled auto-merge (squash) January 1, 2026 05:30
@stephengillie stephengillie added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Jan 1, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 3a47740 into microsoft:master Jan 1, 2026
1 check passed
@wingetbot
Copy link
Collaborator

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants