-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Description
Operating system
Windows 11 Pro, Ver 25H2, Build 26200.7628, Feature Exp Pack 1000.26100.275.0
Compiler
MSVC
Steps to reproduce the behavior
add "boost" to vcpkg.json "dependencies"
vcpkg x-update-baseline
vcpkg installFailure logs
crashes and reboots the os into oblivion.
i have to cold reset to get back into windows.
Additional context
I first tried the built in Visual Studio 2026 vcpkg, which locked up my pc and forced me to cold reboot.
I then spent days trying to figure out how to use a git pull of the latest vcpkg from the VS dev command prompt.
I have to manually overwrite environment variables after opening the prompt and verify with vcpkg version that I'm using the correct one.
Once I was confident that I was using the latest vcpkg in the prompt, I did the baseline update and install again from my solution dir and now it crashes my pc and reboots.
Before adding "boost" to dependencies, I only had "directx-headers" which always worked fine when i did a baseline update and install.
Note I also tried downloading boost 1.90.0 and building it. That also fails.
I'm new to c++ and I don't know if this is the correct place to ask for help. This could be a boost issue, but I think it is pretty unacceptable that a package manager crashes the pc.
I'm not sure why there isn't a gui for vcpkg like nuget. Being forced to use a stubborn command prompt environment is a terrible experience for someone new to c++.
Recovering from a failure and crash like this is also painful. What seems to let me run vcpkg install again is wiping the vcpkg_installed dir in my solution. I'm not sure what else to do.