You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: