-
Notifications
You must be signed in to change notification settings - Fork 56
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
JUCE_ASSERT_MESSAGE_THREAD thrown in Debug #95
Comments
Can you post a stack trace when the assertion is hit please? It sounds like either the message thread hasn't been set up or it's running on a background d thread for some reason... Can I also check you're using the tip of the develop branch? |
I will prepare the stuck trace. |
ValidatorChildProcess (8)#0 0x0000000101b50f21 in juce::VST3PluginInstance::prepareToPlay(double, int) at /Volumes/p4client/ProAudio/SDKs/Juce/6.1.6/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp:2386 |
I think you're using an old version of pluginval. Where did you get it from and can you update to the latest please? v1.0.1 |
Yes, I am using version 0.3.0 which is not very old. Thanks! |
Hi @DanygW, 0.3.0 is about a year old so it's well worth updating. This is the line in the change log that relates to these assertions: The repo has documents for how to build with the new cmake system: https://github.com/Tracktion/pluginval#installation Cheers |
Thanks @drowaudio. |
Great. We moved to cmake as it was easier to support and provide setup instructions for. |
While trying to run PluginVal in Debug (Both on windows and Mac) I constantly getting JUCE_ASSERT_MESSAGE_THREAD thrown, even before getting to plugin code.
I need to fully disable it in order to continue debug session.
Is it correct behavior or someting wrong with my setup?
The text was updated successfully, but these errors were encountered: