Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QObject thread warning when loading a controller mapping (virtual VirMIDI 2-0) #12818

Open
ronso0 opened this issue Feb 15, 2024 · 0 comments
Open
Labels

Comments

@ronso0
Copy link
Member

ronso0 commented Feb 15, 2024

Bug Description

warning [Controller]  ------------------> PM: num_sam changed: 64
warning [Controller]  ------------------> PM: add sam 4 "[Sampler5]"
warning [Controller] QObject: Cannot create children for a parent that is in a different thread.
(Parent is PlayerManager(0x55f496df4e90), parent's thread is QThread(0x55f48d560ed0), current thread is QThread(0x55f49976f310)

noticed when tracing sampler creation, see #12809 (comment)

I also get many leaked controls. I assume these are sampler controls, but I can't be sure because only the first control is logged, the I hit a debug assertion
DEBUG ASSERT: "success" in function virtual ControlObject::~ControlObject() at ./src/control/controlobject.cpp:45
Not sure what's happing there.

Mixxx 2.4-beta with vurtual device from snd_virmidi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant