Unhandled exception at 0x00007FF94473CF19 in binviz.exe: Microsoft C++ exception: std::runtime_error at memory location 0x0000007F4236F3C0
The window briefly flashes and then closes. Debugging the released .exe in VS, you can at least see the exception std::runtime_error, but alas I have no callstack, symbols, or error message, as I'm currently blocked in VS2022 building it with an unfamiliar error message 🤔 "error: this vcpkg instance requires a manifest with a specified baseline in order to interact with ports." 🤷♂️.
- ✅ Version 1.0 - runs fine, showing open dialog and content
- ❌ Version 1.1 - crashes on startup
- ❌ Version 1.2 - crashes on startup
Reproes on different machines, Win10 and older Win7 desktop. Wonder if you repro this?
The window briefly flashes and then closes. Debugging the released .exe in VS, you can at least see the exception
std::runtime_error, but alas I have no callstack, symbols, or error message, as I'm currently blocked in VS2022 building it with an unfamiliar error message 🤔 "error: this vcpkg instance requires a manifest with a specified baseline in order to interact with ports." 🤷♂️.Reproes on different machines, Win10 and older Win7 desktop. Wonder if you repro this?