macOS Plugin View Behaviour

The issue should be resolved by this patch:

Please try it out and let us know if you encounter any new issues.

3 Likes

Thank you very much for the quick fix! I have tested it and it solves the issue!

2 Likes

It seems to me that this fix does not help.
When trying to open Softube “Saturation Knob” or “Tube-Tech CL-1B” as VST3, the JUCE AudioPluginHost still crashes immediately, using latest JUCE 6.1.5.
This happens on macOS and Windows.
The AU version can be opened (on macOS).
Is there anything I am missing?

There’s certainly no general problem that I’m aware of. On Catalina + JUCE 6.1.5, I’m able to open the Saturation Knob VST3 without problems.

At what point do you see the crash? Is it when scanning the plugins, when instantiating them, or when opening the plugin editors?

Are you running under a debugger? The Softube plugins are iLok protected, and cannot be used under a debugger.

If you still have problems when running the AudioPluginHost without a debugger attached, please provide a stack trace at the point of the crash, along with any error/logging output that might be relevant.

1 Like

Hi!
It crashes immediately when trying to instantiate Saturation Knob VST3. The plugin has a valid iLok license. Of course I am running it without a debugger.
Attached you can find a crash report from macOS Catalina.
Maybe you can find some hints there.

Suftube Crash Report.txt (83.4 KB)

Thanks for reporting. I think the issue should be resolved by this change:

Yes, I can confirm that this works an Windows and Mac. Thanks a lot!