<d1b2>
<altracer> If you build from Msys2 Ucrt64, you still have to copy libc of ucrt (which is part of Windows now) and msys2 parts like libwinpthread. Windeployqt.exe knows how to do this for Qt5/6 on Windows. Use Dependency Walker to discover missing libs and then include them in cmake/cpack/script.
RedMoss has joined #scopehal
<RedMoss>
Altracer: thanks for the info. I use Windows 7, maybe they were added in 10. I don't have a github account and I don't know CMake well enough, I thought I'd just leave the list here for someone who works on Windows compilation. I couldn't get a reasonable output from dependency walker, I just used procmon and watched for file open requests before the the program crashed.
<RedMoss>
Strangely enough, it looked for DLLs in my Tor browser directory, I just filtered out anything that wasn't targeting it and got one missing DLL per crash.