Bug Report: AudioBuffer assert error when debugging VST3 plugins without audio channels

I updated to Juce 7.0 yesterday and I now hit a jassert breakpoint in juce_AudioSampleBuffer.h at line 83 when I try to debug VST3 plugins that don’t have audio channels. Looks similar to the issue reported in this post: https://forum.juce.com/t/assert-error-when-debugging-midiloggerplugindemo/49544
The problem occurs even in a newly created project without modifications.
I’m using Windows 10/11 and Reaper 6.61 is my host application.

-Thanks

Thanks for reporting this.

There is a fix out for the problem on develop

1 Like

Yes, that appears to have fixed it. Thank you!