Terminal with Logic

Hello

I’ve just made a gain plugin, But am trying to test it on Logic but am getting this error, Does anyone know how to rectify this please?


VALIDATING AUDIO UNIT: ‘aufx’ - ‘Abcd’ - ‘Ynch’


ERROR: Cannot get Component’s Name strings

ERROR: Error from retrieving Component Version: -50

    • FAIL

TESTING OPEN TIMES:

FATAL ERROR: didn’t find the component

jim@Jim-MacBook-Pro ~ % -h

Thanks

Can you post the contents of the plist file inside the plugin please?

That’s a very generic error that it cannot load. That can be from missing Component file in the Plug-Ins/Components folder or that you didn’t refresh when the plugin first time appeared (reboot or call

killall -9 AudioComponentRegistrar

Or you didn’t build the AU target, or the wrong Architecture…

This is the au plist.

Thanks

Nothing looks wonky on the plist (unless there’s something odd in the AudioComponents), you should listen to what @daniel says! :slight_smile:

Well, the interesting bits are in the AudioComponents Array, so if you could post what’s inside there (fold out with the little triangle on the left)

1 Like

Thanks for getting back to me, Where would i find the audio components array?

Its at the bottom of the plist, a triangle on the left lets you expand it. Maybe it’d be better to post the raw .plist contents instead of a screenshot of the editor, though …

This is for au plist, Would it affect aax and vst and other formats automatically or would i have to change all of them for them to work?

Comparing your plist again one from a known-to-be-working plugin, I can see no problems there.

It doesn’t match this, however, so maybe the problem lies in a different plugin…