We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ran into this a few times, seems worth tracking in case it's unintended.
Hitting a JUCE assert in parseAbsolutePath of juce_File.cpp, note the AU "path" in the screenshot:
parseAbsolutePath
This is for an existing AU plugin which for some reason can't be located.
killall -9 AudioComponentRegistrar resolves for me, since the plugin should be registered.
killall -9 AudioComponentRegistrar
The behavior is different than before, I think, when we used to get an error in the output/UI that no types were found?
The text was updated successfully, but these errors were encountered:
What's the stack trace?
Sorry, something went wrong.
No branches or pull requests
Ran into this a few times, seems worth tracking in case it's unintended.
Hitting a JUCE assert in
parseAbsolutePath
of juce_File.cpp, note the AU "path" in the screenshot:This is for an existing AU plugin which for some reason can't be located.
killall -9 AudioComponentRegistrar
resolves for me, since the plugin should be registered.The behavior is different than before, I think, when we used to get an error in the output/UI that no types were found?
The text was updated successfully, but these errors were encountered: