Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3ea13ab

Browse files
authored
fix: Windows error - 3221225781 (#436)
1 parent 4767ade commit 3ea13ab

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
576 KB
Binary file not shown.
99.3 KB
Binary file not shown.
43.3 KB
Binary file not shown.

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,9 @@ jobs:
596596
robocopy build_deps\_install\bin\ .\build\Release\ zlib.dll
597597
robocopy build\bin\Release\ .\build\Release\ llama.dll
598598
robocopy build\bin\Release\ .\build\Release\ whisper.dll
599+
robocopy .github\patches\windows\ .\build\Release\ msvcp140.dll
600+
robocopy .github\patches\windows\ .\build\Release\ vcruntime140_1.dll
601+
robocopy .github\patches\windows\ .\build\Release\ vcruntime140.dll
599602
robocopy "$env:SDL2_DIR\..\lib\2.28.5\" .\build\Release\ SDL2.dll
600603
dotnet tool install --global AzureSignTool
601604
azuresigntool.exe sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.globalsign.com/tsa/r6advanced1 -v ".\build\Release\nitro.exe"
@@ -693,6 +696,9 @@ jobs:
693696
robocopy build_deps\_install\bin\ .\build\Release\ zlib.dll
694697
robocopy build\bin\Release\ .\build\Release\ llama.dll
695698
robocopy build\bin\Release\ .\build\Release\ whisper.dll
699+
robocopy .github\patches\windows\ .\build\Release\ msvcp140.dll
700+
robocopy .github\patches\windows\ .\build\Release\ vcruntime140_1.dll
701+
robocopy .github\patches\windows\ .\build\Release\ vcruntime140.dll
696702
robocopy "$env:SDL2_DIR\..\lib\2.28.5\" .\build\Release\ SDL2.dll
697703
dotnet tool install --global AzureSignTool
698704
azuresigntool.exe sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.globalsign.com/tsa/r6advanced1 -v ".\build\Release\nitro.exe"
@@ -785,6 +791,9 @@ jobs:
785791
robocopy build_deps\_install\bin\ .\build\Release\ zlib.dll
786792
robocopy build\bin\Release\ .\build\Release\ llama.dll
787793
robocopy build\bin\Release\ .\build\Release\ whisper.dll
794+
robocopy .github\patches\windows\ .\build\Release\ msvcp140.dll
795+
robocopy .github\patches\windows\ .\build\Release\ vcruntime140_1.dll
796+
robocopy .github\patches\windows\ .\build\Release\ vcruntime140.dll
788797
robocopy "$env:SDL2_DIR\..\lib\2.28.5\" .\build\Release\ SDL2.dll
789798
dotnet tool install --global AzureSignTool
790799
%USERPROFILE%\.dotnet\tools\azuresigntool.exe sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.globalsign.com/tsa/r6advanced1 -v ".\build\Release\nitro.exe"

0 commit comments

Comments
 (0)