Devin Bost
Devin Bost
I ran into this issue on a Windows machine (not my Macbook), and when I checked the event viewer, the error specified Qt6Core.dll (There wasn't a stack trace, unfortunately.)
I experienced this as well on Windows 11 (not on my M1 Macbook Pro), and the event viewer entry named Qt6Core.dll in the crash. If it's crashing, that indicates an...
I'm still working on getting my dev environment setup, but I started on this here: https://github.com/glikely/obs-ptz/pull/174 (Don't merge yet since I don't even know if it compiles yet.)
Is this a version upgrade of QtSerialPort? I'm trying to find where the versions are specified, but I'm not sure how to translate the way the version is specified (https://github.com/glikely/obs-ptz/blob/main/buildspec.json)...
I found the old DLL in C:\Program Files\obs-studio\obs-plugins\64bit, and the metadata indicated it was version 6.3.1.0. That new file is version 6.4.3.0, and when I replaced the old version with...
After the latest upgrade of OBS, I'm getting a version incompatibility. How do I get the new Qt6SerialPort.dll? I'm not finding it after installing Qt6.
I found it by installing both the MinGW version of Qt and the Qt Serial Port module in Additional Libraries in the Qt6 installer. After that, it was in the...
Is there a link to where they've rejected the ask to include qtserialport in the official build? I don't understand why that would be rejected upstream. -- Devin Bost On...
Getting exact issue.
I'm getting this in 21.3. As context, I'm running on M1 Mac with colima. Reproduction steps: ``` brew install colima colima start --arch x86_64 --memory 4 docker run -it --name...