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
{{ message }}
This repository was archived by the owner on May 13, 2026. It is now read-only.
When I click Import List in vs-preview and select merged-banding-frames.txt (which is generated by awf.bandtct), the CLI outputs the following messages:
QObject: Cannot create children for a parent that is in a different thread.
(Parent is StatusBar(0x58503266ae30), parent's thread is QThread(0x58503110a850), current thread is QThread(0x7c8e24102700)
QObject::startTimer: Timers can only be used with threads started with QThread
QObject::setParent: Cannot set parent, new parent is in a different thread
QObject: Cannot create children for a parent that is in a different thread.
(Parent is StatusBar(0x58503266ae30), parent's thread is QThread(0x58503110a850), current thread is QThread(0x7c8e24102700)
QObject::startTimer: Timers can only be used with threads started with QThread
The application doesn't crash, but I think these warning messages should be reported to avoid thread safety issues.
Steps to reproduce
Run any .vpy script with vspreview
Click Import List and select the merged-banding-frames.txt, like:
When I click
Import Listin vs-preview and selectmerged-banding-frames.txt(which is generated byawf.bandtct), the CLI outputs the following messages:The application doesn't crash, but I think these warning messages should be reported to avoid thread safety issues.
Steps to reproduce
.vpyscript withvspreviewImport Listand select themerged-banding-frames.txt, like:Environment