Brief description of your issue
The command "wingetcreate new" fails to parse the following portable executable on Japanese Windows:
https://github.com/h2depot/clipls/releases/download/v0.1.0/clipls.exe
This bug occurs in version 1.12.13.0.
Steps to reproduce
- Use Japanese Windows.
- Run: wingetcreate new https://github.com/h2depot/clipls/releases/download/v0.1.0/clipls.exe
- The results should be like below:
PS C:\Atelier> wingetcreate new https://github.com/h2depot/clipls/releases/download/v0.1.0/clipls.exe
ダウンロードして解析しています: https://github.com/h2depot/clipls/releases/download/v0.1.0/clipls.exe...
[https://github.com/h2depot/clipls/releases/download/v0.1.0/clipls.exe] からパッケージを解析できませんでした
PS C:\Atelier>
Expected behavior
The executable is parsed successfully, allowing interactively creating manifest and make pull request to the winget branch.
Actual behavior
The command reports that it failed to parse the package and does not proceed to manifest creation.
Environment
# Hardware Details
OS: Windows 11 Home, version 25H2
Processor: AMD Ryzen 7 8845HS w/ Radeon 780M Graphics (3.80 GHz)
# Binary Details
Architecture: x64 (IMAGE_FILE_MACHINE_AMD64, 0x8664)
Size: 1,183,232 bytes
SHA-256: 3c4679de54f21e98aaf61e9276b44ea7ba8b6e38aa3251d882f27d57c20180bd
The executable contains RT_VERSION (16), but no RT_MANIFEST (24).
Brief description of your issue
The command "wingetcreate new" fails to parse the following portable executable on Japanese Windows:
https://github.com/h2depot/clipls/releases/download/v0.1.0/clipls.exe
This bug occurs in version 1.12.13.0.
Steps to reproduce
Expected behavior
The executable is parsed successfully, allowing interactively creating manifest and make pull request to the winget branch.
Actual behavior
The command reports that it failed to parse the package and does not proceed to manifest creation.
Environment