Skip to main content
Participant
October 28, 2014
Question

Error loading plugins CC 2014

  • October 28, 2014
  • 2 replies
  • 4073 views

I have build a plugin with AI SDK CC 2014 on Win 7.

But the plugin cannot be loaded by one customer (CC2014 18.1.0, Win7 ultimate 64-bit).  Only a message pops up with 'Error loading plugins xxx.aip'. The plugin works fine on other machines with the same configuration.

The function PluginMain() is not called by AI and I cannot find any information why.

Is there a kind of logging available on AI side to analyze problems while loading plugins?

This topic has been closed for replies.

2 replies

JoeBrownNamify
Participant
January 14, 2015

I just installed Illustrator CC 2014.

I also just installed the SDK for Illustrator CC 2014.

I can't use any plugins I make, or any of the sample plugins.

I get the exact same response: "Error loading plugins."

This is ridiculous. Any solutions?

TheDollarBill
Known Participant
January 16, 2015

Joe, Unfortunately your symptoms are slightly different than the original posters. Bunny's issue is odd because the plug-in loads on some machines and not others. I'm afraid I'm stumped there.  But Joe, I think we could help you if we had some more information about the process you went through to get your samples loaded. It really could be a lot of things at this point. And it would help to know if you're developing on a windows or mac OS, etc. Did you follow the procedures in the "Getting Started Guide" in the docs folder of the SDK?

Inspiring
October 28, 2014

Are you sure you are not trying to load a 32 bit version of the plugin?

On Mac, you get diagnostic information in the console when a plugin fails to load, but I don't think you get anything on Windows.