I’m getting an assert in PhysicalTopologySource::Internal Detector::~Detector()
jassert (activeControlButtons.isEmpty());
Every time I quit. What does it mean and what should I do about it?
I’m getting an assert in PhysicalTopologySource::Internal Detector::~Detector()
jassert (activeControlButtons.isEmpty());
Every time I quit. What does it mean and what should I do about it?
Maybe still some references to Block objects hanging around when the system is shutting down?
I think this is a known race condition that an engineer on the Noise team has been dealing with. She is currently looking into a fix for this.
This is now fixed on develop with commit 748c7df