I have made an AudioUnit plug-in component following the again/auwrapper guidelines, but when auval (-a) runs, it says “Cannot open component: -1”. When run it with -v and the three id values, it says:
…
TESTING OPEN TIMES:
COLD:
FATAL ERROR: OpenAComponent: result: -1,0xFFFFFFFF
Any ideas on what might be wrong? It recognizes the Manufacturer String, the three IDs, and the Component version correctly (and says “PASS” for that first section), but won’t open. Could having spaces in the Audio Unit Name be a problem? There are no spaces in the “Bundle name”, which matches the “Executable file”. The plugin.vst3 has been written to the Contents/Resources folder. I’m stumped.
When I try to debug, it doesn’t stop on any breakpoints in the auwrapper.mm file. It just gives me that fatal error.
Any thoughts as to how I can find out what’s wrong?