Skip to content

New package: Stenzek.DuckStation.Preview version 0.1.11019#357195

Closed
Dragon1573 wants to merge 3 commits intomicrosoft:masterfrom
Dragon1573:issues/356395
Closed

New package: Stenzek.DuckStation.Preview version 0.1.11019#357195
Dragon1573 wants to merge 3 commits intomicrosoft:masterfrom
Dragon1573:issues/356395

Conversation

@Dragon1573
Copy link
Copy Markdown
Contributor

@Dragon1573 Dragon1573 commented Apr 9, 2026

Checklist for Pull Requests

Manifests

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

Manual validation

00:35:59 D:\...\winget-pkgs  [master ≡ +1 ~0 -0 !] 0ms pwsh
$ winget.exe validate .\manifests\s\Stenzek\DuckStation\Preview\0.1.11019\
清单验证成功。

00:36:32 D:\...\winget-pkgs  [master ≡ +1 ~0 -0 !] 0ms pwsh
$ winget.exe download --ignore-security-hash --skip-dependencies `
> -d .\bin\ -m .\manifests\s\Stenzek\DuckStation\Preview\0.1.11019\
已找到 DuckStation [Stenzek.DuckStation.Preview] 版本 0.1.11019
此应用程序由其所有者授权给你。
Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。
已跳过依赖项。
正在下载 https://github.com/stenzek/duckstation/releases/download/preview/duckstation-windows-x64-release.zip
  ██████████████████████████████  65.1 MB / 65.1 MB
已成功验证安装程序哈希

00:41:06 D:\...\winget-pkgs  [master ≡ +1 ~0 -0 !] 0ms pwsh
$ Start-BitsTransfer -Dynamic -TransferType Download `                                     
> -Source "https://github.com/stenzek/duckstation/releases/download/preview/duckstation-windows-x64-release.zip" `
> -Destination ".\bin\duckstation-windows-x64-release.zip"

00:44:01 D:\...\winget-pkgs  [master ≡ +1 ~0 -0 !] 0ms pwsh
$ Show-ChildItemColumns -Recurse -Path .\bin\
D:\Repository\winget-pkgs\bin
duckstation-windows-x64-release.zip

00:45:02 D:\...\winget-pkgs  [master ≡ +1 ~0 -0 !] 0ms pwsh
$ wsl.exe -- file ./bin/duckstation-windows-x64-release.zip
./bin/duckstation-windows-x64-release.zip: Zip archive data, at least v2.0 to extract, compression method=deflate

Microsoft Reviewers: Open in CodeFlow

Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com>
@wingetbot
Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-138-357195-20260409-1

@wingetbot wingetbot added New-Package Internal-Error-Dynamic-Scan The test for Dynamic Scanning in the Installation Validation failed. labels Apr 9, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Attention This work item needs to be reviewed by a member of the core team. label Apr 9, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added the Retry-1 flag to indicate retried label Apr 9, 2026
@stephengillie
Copy link
Copy Markdown
Collaborator

Manual Validation ended with:

2026-04-10 14:28:02.087 [CLI ] Package hash verification failed. SHA256 in manifest [a476792868d80d5ca18a7495843851841242ccf4a8dd35d213551a1b938ea61f] does not match download [3b8246e019fd1024b9a004fc664066366781e77769c16428d84be9f9f44b478f] with file size [68317557] and content type [application/octet-stream]

(Automated response - build 1246.)

@microsoft-github-policy-service microsoft-github-policy-service bot added the Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash label Apr 10, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Author-Feedback This needs a response from the author. and removed Needs-Attention This work item needs to be reviewed by a member of the core team. labels Apr 10, 2026
@stephengillie stephengillie removed the Internal-Error-Dynamic-Scan The test for Dynamic Scanning in the Installation Validation failed. label Apr 10, 2026
@stephengillie
Copy link
Copy Markdown
Collaborator

Automatic Validation ended with:

Installation failed with exit code -2147467260

Hex Dec Inverted Dec Symbol Description
80004004 -2147467260 2147500036 E_ABORT Operation Aborted

(Automated response - build 1247.)

@Dragon1573
Copy link
Copy Markdown
Contributor Author

Manual validation

It seems this GitHub Releases tag updates frequently ...

14:39:35 D:\...\Programs 0ms pwsh
$ Invoke-WebRequest -Verbose `
>   -Uri "https://github.com/stenzek/duckstation/releases/download/preview/duckstation-windows-x64-release.zip" `
>   -OutFile "./duckstation-windows-x64-release.zip"
VERBOSE: WebRequest: v1.1 GET https://github.com/stenzek/duckstation/releases/download/preview/duckstation-windows-x64-release.zip output to D:\Dragon1573\Downloads\Programs\duckstation-windows-x64-release.zip
VERBOSE: WebResponse: 200 OK with application/octet-stream payload with body size 65.15 MB (68,317,594 bytes)
VERBOSE: File Name: duckstation-windows-x64-release.zip
14:40:16 D:\...\Programs 8.694s pwsh
$ Invoke-WebRequest -Verbose `
>   -Uri "https://github.com/stenzek/duckstation/releases/download/preview/duckstation-windows-arm64-release.zip" `
>   -OutFile "./duckstation-windows-arm64-release.zip"
VERBOSE: WebRequest: v1.1 GET https://github.com/stenzek/duckstation/releases/download/preview/duckstation-windows-arm64-release.zip output to D:\Dragon1573\Downloads\Programs\duckstation-windows-arm64-release.zip
VERBOSE: WebResponse: 200 OK with application/octet-stream payload with body size 64.08 MB (67,191,669 bytes)
VERBOSE: File Name: duckstation-windows-arm64-release.zip
14:40:49 D:\...\Programs 8.954s pwsh
$ Get-ChildItem -Recurse ./duckstation* |
> ForEach-Object {
>   [pscustomobject]@{
>     FileName = $_
>     Hash = (Get-FileHash -Algorithm SHA256 $_ | Select-Object -ExpandProperty Hash)
>   }
> }

FileName                                                               Hash
--------                                                               ----
D:\Dragon1573\Downloads\Programs\duckstation-windows-arm64-release.zip B637DBB3CB93A2598E914513675D5A8D75699BC89A546C5DF31204872BE2A75F
D:\Dragon1573\Downloads\Programs\duckstation-windows-x64-release.zip   F975A19E9995B9840A541CBAF338222EE9243928D631E472B41C375373FDD26F

@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 Apr 11, 2026
- Update installer hash value

Co-authored-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com>
@wingetbot
Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-138-357195-20260411-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash Needs-Attention This work item needs to be reviewed by a member of the core team. New-Package labels Apr 11, 2026
@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error labels Apr 11, 2026
@stephengillie
Copy link
Copy Markdown
Collaborator

Automatic Validation ended with:

Caught exception while trying to kill child processes: System.TypeInitializationException: The type initializer for 'System.Management.ManagementPath' threw an exception.
---> System.TypeInitializationException: The type initializer for 'System.Management.WmiNetUtilsHelper' threw an exception.
---> System.ComponentModel.Win32Exception (193): Failed to load required native library 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\wminet_utils.dll'.
Executable C:\Users\Validator\AppData\Local\Microsoft\WinGet\Packages\Stenzek.DuckStation.Preview__DefaultSource\duckstation-qt-ARM64-ReleaseLTCG.exe returned exit code: -1073741515
Executable C:\Users\Validator\AppData\Local\Microsoft\WinGet\Packages\Stenzek.DuckStation.Preview__DefaultSource\updater.exe returned exit code: -1073741515
Executable C:\Users\Validator\AppData\Local\Microsoft\WinGet\Links\DuckStationARM64.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)

(Automated response - build 1247.)

- Add Visual C++ Redistributable as required dependencies

Co-authored-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com>
@wingetbot
Copy link
Copy Markdown
Collaborator

Validation Pipeline Run WinGetSvc-Validation-138-357195-20260411-2

@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 Apr 11, 2026
@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Apr 11, 2026
@Dragon1573
Copy link
Copy Markdown
Contributor Author

Caution

Since the citing release tag is a "rolling" prerelease. I would suggest to give up further attempts.

@Dragon1573 Dragon1573 closed this Apr 14, 2026
@Dragon1573 Dragon1573 deleted the issues/356395 branch April 14, 2026 14:13
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. New-Package Retry-1 flag to indicate retried Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Package Request]: Stenzek.DuckStation.PreviewRelease

3 participants