Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolset directory for version '14.3' was not found #81

Closed
jonaski opened this issue Jun 6, 2024 · 4 comments
Closed

Toolset directory for version '14.3' was not found #81

jonaski opened this issue Jun 6, 2024 · 4 comments

Comments

@jonaski
Copy link

jonaski commented Jun 6, 2024

Since yesterday, the CI is failing sporadically with: "Toolset directory for version '14.3' was not found". Is this just GitHub being unstable?

Settings:

      - name: Setup MSVC Environment
        uses: ilammy/msvc-dev-cmd@v1
        with:
          arch: ${{matrix.arch}}
          sdk: 10.0.20348.0
          vsversion: 2022
          toolset: 14.3

https://github.com/strawberrymusicplayer/strawberry-msvc-dependencies/blob/94bdcc3dd742076a357b33c81a54da6b957ece85/.github/workflows/build.yml#L254

Run ilammy/msvc-dev-cmd@v1
Not found with vswhere
Trying standard location: C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat
Trying standard location: C:\Program Files (x86)\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat
Trying standard location: C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat
Trying standard location: C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat
Trying standard location: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat
Found standard location: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat
Error: Could not setup Developer Command Prompt: invalid parameters
[ERROR:vcvars.bat] Toolset directory for version '14.3' was not found.
[ERROR:VsDevCmd.bat] *** VsDevCmd.bat encountered errors. Environment may be incomplete and/or incorrect. ***
[ERROR:VsDevCmd.bat] In an uninitialized command prompt, please 'set VSCMD_DEBUG=[value]' and then re-run
[ERROR:VsDevCmd.bat] vsdevcmd.bat [args] for additional details.
[ERROR:VsDevCmd.bat] Where [value] is:
[ERROR:VsDevCmd.bat]    1 : basic debug logging
[ERROR:VsDevCmd.bat]    2 : detailed debug logging
[ERROR:VsDevCmd.bat]    3 : trace level logging. Redirection of output to a file when using this level is recommended.
[ERROR:VsDevCmd.bat] Example: set VSCMD_DEBUG=3
[ERROR:VsDevCmd.bat]          vsdevcmd.bat > vsdevcmd.trace.txt 2>&1
@pzhlkj6612
Copy link
Contributor

Hi. Maybe the problem is the same as #80 ?

@jonaski
Copy link
Author

jonaski commented Jun 7, 2024

Yes, I'm just removing toolset, thanks.

@jonaski jonaski closed this as completed Jun 7, 2024
@pzhlkj6612
Copy link
Contributor

Yeah, GitHub guys appear to have upgraded the VC++ toolset to 14.40: 20240603.1 Windows2022-Readme.md

@jonaski
Copy link
Author

jonaski commented Jun 8, 2024

Unfortunately, I'm experiencing lot's crashes: actions/runner-images#10019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants