-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Error: vcpkg has crashed; no additional details are available. #23967
Comments
I just got the exact same issue, except I'm on Windows 10 OS build 19044.1586 I upgraded vcpkg to get the latest version of |
Looks like other people have run into this - see #21117 . PhoebeHui repro'd the issue last year, but I don't see anything about fixing it. Looks like other people have been hitting the issue in the last two days That issue suggests re-running My feedback on this issue: VCPKG should say something far more helpful than "vcpkg has crashed; no additional details are available." Maybe it could say "old version of the vcpkg executable detected! Please run ./bootstrap-vcpkg.bat to upgrade" |
Thank you for the advice, my vcpkg can successfully running now. I think you're right, if they give more information when such thing happens then I don't need to open this issue here. |
Describe the bug
I want to upgrade my packages using
vcpkg upgrade --no-dry-run
and I gotvcpkg has crashed
error.Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg upgrade --no-dry-run
Expected behavior
Upgrade my packages instead of just crash
Failure logs
PS F:\vcpkg> vcpkg upgrade --no-dry-run
A suitable version of cmake was not found (required v3.22.2). Downloading portable cmake v3.22.2...
Extracting cmake...
A suitable version of 7zip was not found (required v21.7.0). Downloading portable 7zip v21.7.0...
Extracting 7zip...
Error: vcpkg has crashed; no additional details are available.
The source line is D:\a_work\1\s\src\vcpkg\archives.cpp(100)
The text was updated successfully, but these errors were encountered: