No AAXPLUGIN file/folder created - SOLVED!

Thanks cocell! I think that may be the ticket! Here’s what I’m trying now…
If you log in to your Avid/Digidesign developer account from here (mine is a digidesign account):

https://developer.digidesign.com/

… and download the development build of PT named:

ProTools_Beta_12.5.1.416_Win.zip

…and run THIS version of PT, you can run plugins that aren’t digitally signed yet (I think). I’m guessing the fact that the plugin isn’t PACE Code-Signed yet makes it un-runnable from regular PT. So, you’re supposed to build/test it in this beta PT, then when it’s all working, have it PACE signed and then you’re good to go.

So are you able to run the project you’re trying to build in your dev build of PT?

For Beta builds, I’m pretty sure they need to be Signed to test but you cannot debug.
The Latest downloadable Dev Build is 12.4.0x56.
I hope I dont get in trouble for this information. :wink:

My bad - not the right file. The right file is at:

Downloads > Pro Tools > Development Builds

The filename is:

Pro Tools Development Build 12.4.0x56 for Windows

Yeah, That’s the correct one. Your iLok account needs the PT dev build in order for it to open.

I just tried last week to build the aaxlibrary in VS2015, but there is no project file, only VS2012. I opened it in VS2015 but it didn’t compile out of the box, so I put the windows build aside to continue developing in OSX.
Were you able to compile the aax library in VS2015? I don’t want to install several VS versions…

About the “No valid plugin”, you are right, the development build skips checking the signature and use the plugin anyways. The normal protools (and beta is a “yet to be normal”) will not load/use plugins without valid signature.
The other difference is you can attach a debugger to the development build but not to the normal ProTools, (as cocell already stated).

About to give this another go. Did you successfully build your aax yesterday?

The script provided by Avid you’ll have figured out is confusing. If you get completely stuck on that part I have an alternative one which is easier to follow…

cocell, I’ve used the attached AAX template and it’s worked great! Now that I am signing the working AAX file that was created using the attached template, the signing tool is reading it as a directory, not a file – what a headache!

Have you experienced this before?

Sign it before you add it to the x64 folder

Rail

Like Rail said, Sign your compiled .aaxplugin before putting in Win32/x64 folder.
You don’t sign the top folder.

Do not sign folder -> [YourPluginName.aaxplugin] -> Contents -> Win32/x64, Add CompiledAndSigned.aaxplugin

Hope this makes sense.

Hey, I figured it out! I know you have it already going, but just thought I’d let you know.