MacOS 10.14.6 Juce 5.4.7
I cannot produce a AU anymore … tests - AuVal or Logic - fails either with
“no types found”
or
“An unhandled exception was thrown!”
I have no idea what*s going on since ‘sometimes’ plugins will pass .
I checked quite a lot combinations of flags in ProJucer …
I’d appreciate any hint
daniel
May 22, 2020, 10:50am
2
There was a bug in iterm2 or auval, whichever side you want to blame. The environment made only apple audiounits to be found, see here:
I am tasked unifying a couple of plugins for different platforms. The AU plugins I got fail validation in pluginval:
pluginval v0.2.3 - JUCE v5.4.3
Started validating: /Library/Audio/Plug-Ins/Components/RevoiceProLink.component
Random seed: 0x59dfcb8
Validation started: 16 Dec 2019 1:22:04pm
Strictness level: 5
-----------------------------------------------------------------
Starting test: pluginval / Scan for known types: /Library/Audio/Plug-Ins/Components/RevoiceProLink.component...
Num typ…
There was an update lately which solved it for me (I am also running 10.14.6).
Things to check:
does it work in terminal?
does an update of iTerm2 fix it?
Good luck