Copy link to clipboard
Copied
Hello,
I just build the FreeGrid plugin, I put it in the Adobe Illustrator Plugin folder but when I click on the menu plugin, nothing happened.
I debug the plugin and I found this PlugPlugErrorCode_streamCloseCallbackNotFound, can someone help me please?
Yes, it seems that the compatibility of the plugins need to match with the version of Illustrator but I can't find the correct version.
Copy link to clipboard
Copied
I also researched the problem but couldn't find a solution.
Compatibility of such plug-ins with Illustrator versions should be checked. Can it run on an older version number?
Copy link to clipboard
Copied
Yes, it seems that the compatibility of the plugins need to match with the version of Illustrator but I can't find the correct version.
Copy link to clipboard
Copied
Looks like they removed this one from the Samples, at least I could not find it in Adobe Illustrator SDK Build 339
However, I had the same Problem after building the "SnippedRunner" on Mac.
I found out, that the solution was to copy the SnippedRunnerUI to /Library/Application Support/Adobe/CEP
Seems that it is searching for that UI.
If the UI shows an empty pannel, my solution was to run
defaults write com.adobe.CSXS.11 PlayerDebugMode 1
on console and after that restart Illustrator
Copy link to clipboard
Copied
Hi @Alexandre5ed4 ,
I'm facing the same issue now https://community.adobe.com/t5/illustrator-discussions/ai-2023-cannot-open-sdk-plugins-in-macos-sono.... Would you please share the solution that fixed the problem? Thanks.