hey harding, yeah this is a known issue with pyside6 6.8.0. the problem is that ida uses its own bundled python and pyside6, so even if you upgrade pyside6 via pip, ida will still use the old version.
one way to work around it is to either wait for ida to update their pyside6 version or try running ida with a separate python environment that has a newer pyside6, but that can be tricky. some people also suggest checking if there’s a patched version of the plugin or qtpy that avoids this crash. unfortunately there isn’t a super clean fix until ida updates the bundled packages
Just in case, can you try installing the latest MSVC++ redist from https://aka.ms/vs/17/release/vc_redist.x64.exe ? Perhaps the crash you see is not actually related to the mentioned issue.