Skip to content

Update version: Fangyuan025.Chaty version 1.8.3#403170

Merged
microsoft-github-policy-service[bot] merged 5 commits into
microsoft:masterfrom
Fangyuan025:chaty-1.8.2
Jul 23, 2026
Merged

Update version: Fangyuan025.Chaty version 1.8.3#403170
microsoft-github-policy-service[bot] merged 5 commits into
microsoft:masterfrom
Fangyuan025:chaty-1.8.2

Conversation

@Fangyuan025

@Fangyuan025 Fangyuan025 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor
  • Have you signed the Contributor License Agreement?
  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • Have you validated your manifest locally with winget validate --manifest <path>? (authored per the 1.10.0 schema; no Windows machine available for local validation — relying on pipeline validation)
  • Have you tested your manifest locally with winget install --manifest <path>? (see above — the installer is the signed Inno Setup build from the project's CI releases)
  • Does your manifest conform to the 1.10 schema?
Microsoft Reviewers: Open in CodeFlow

@wingetbot

Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-148-403170-20260716-1

@microsoft-github-policy-service microsoft-github-policy-service Bot added the Needs-CLA The author needs to sign the CLA label Jul 16, 2026
@Fangyuan025

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@microsoft-github-policy-service microsoft-github-policy-service Bot removed the Needs-CLA The author needs to sign the CLA label Jul 16, 2026
@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error labels Jul 16, 2026
@stephengillie

Copy link
Copy Markdown
Collaborator

Automatic Validation ended with:

Executable C:\Users\validator\AppData\Local\Chaty\chaty.exe returned exit code: -1073741515

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

(Deterministic automation - build 1784.)

@stephengillie

Copy link
Copy Markdown
Collaborator

@wingetbot run

@microsoft-github-policy-service microsoft-github-policy-service Bot removed the Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. label Jul 16, 2026
@wingetbot

Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-148-403170-20260716-2

@stephengillie

Copy link
Copy Markdown
Collaborator

Automatic Validation ended with:

Executable C:\Users\validator\AppData\Local\Chaty\chaty.exe returned exit code: -1073741515

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

(Deterministic automation - build 1784.)

@Fangyuan025

Copy link
Copy Markdown
Contributor Author

Thanks for the triage @stephengillie. Added Microsoft.VCRedist.2015+.x64 as a package dependency — the exe links the dynamic CRT, so that matches the STATUS_DLL_NOT_FOUND on a clean image.

One more heads-up for validation: Chaty enables Vulkan GPU acceleration (llama.cpp backend), so the binary also imports vulkan-1.dll, which ships with GPU drivers rather than Windows itself. On a GPU-less validation VM the executable may still fail to launch even after the VCRedist dependency, while working normally on physical machines. Happy to follow whatever process you use for GPU-dependent apps.

@wingetbot

Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-148-403170-20260716-3

@microsoft-github-policy-service microsoft-github-policy-service Bot removed Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. New-Package Validation-Executable-Error labels Jul 16, 2026
@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error labels Jul 16, 2026
@stephengillie

Copy link
Copy Markdown
Collaborator

Automatic Validation ended with:

Executable C:\Users\validator\AppData\Local\Chaty\chaty.exe returned exit code: -1073741515

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

(Deterministic automation - build 1784.)

@Fangyuan025 Fangyuan025 changed the title New package: Fangyuan025.Chaty version 1.8.2 Update version: Fangyuan025.Chaty version 1.8.3 Jul 17, 2026
@Fangyuan025

Copy link
Copy Markdown
Contributor Author

Updated the manifests to 1.8.3, which bundles the Vulkan runtime loader (vulkan-1.dll) next to the executable. Together with the Microsoft.VCRedist.2015+.x64 dependency added earlier, the app now starts cleanly on machines without a GPU driver — this should resolve the STATUS_DLL_NOT_FOUND launch failure seen in automated validation.

@wingetbot

Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-148-403170-20260717-1

@microsoft-github-policy-service microsoft-github-policy-service Bot removed Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. New-Package Validation-Executable-Error labels Jul 17, 2026
@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Jul 17, 2026
@microsoft-github-policy-service
microsoft-github-policy-service Bot enabled auto-merge (squash) July 17, 2026 07:19
@stephengillie

Copy link
Copy Markdown
Collaborator

Verify:
image

@stephengillie stephengillie added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Jul 23, 2026
@microsoft-github-policy-service
microsoft-github-policy-service Bot merged commit c2e0d00 into microsoft:master Jul 23, 2026
1 check passed
@wingetbot

Copy link
Copy Markdown
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

Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Moderator-Approved One of the Moderators has reviewed and approved this PR New-Package Publish-Pipeline-Succeeded Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants