Hot Door CORE Forum
error or anomaly in sample output - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: Getting started (http://hotdoorcore.com/forum/forumdisplay.php?fid=6)
+--- Thread: error or anomaly in sample output (/showthread.php?tid=103)



error or anomaly in sample output - Rick Johnson - 10-09-2016

Whenever I run one of the sample plugins (e.g., Panel) or Skeleton (CS6 debug build), I get "ERROR PlugPlugAddEventListener: PlugPlugErrorCode_internalError (PlugPlugSetup must be called first)" in the output window. Does anybody else get that? Since my plugins are based on these, it propagates into my plugins, as well. Is it a problem that can and should be corrected? If it's benign, is there a way to suppress it, so things like that don't clutter the output window and make it difficult to find debugging std::cout info? Thanks.


RE: error or anomaly in sample output - garrett - 10-09-2016

I've seen that particular message before, though I don't see it on my machine right now. In most of the various versions of Illustrator some kind of warning or soft error is produced that shows in the debug output, but none of them are generated by CORE nor can they be controlled by CORE. If you were to run Illustrator in a debugging environment without any third-party plugins at all you would see these warnings/errors too. In any event, I don't know of any way to tell Xcode to skip over them.


RE: error or anomaly in sample output - Rick Johnson - 10-09-2016

Thanks, Garrett, I've been frazzled trying to track down where I may have missed or misused a notifier or callback, so it's a relief to know I can go back to more productive things! Have a great day! :-)