Hidden plugin not running on certain machines
I have Automation plugin that's calling a hidden plugin, I have tested this on multiple computers both CS6 and CC and I'd say half of them just fail on the invoking of the plugin:
//Automationplugin.cpp
`if(sPSActionControl->Play(&result, hiddenEventID, descriptor.get(), plugInDialogSilent))`
It won't enter into the hidden plugin, but this will only happen on some machines, not all.
Is there some settings that I should look out for in their PS? Has anyone had this issue before? How can I debug this?