-
1. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
xujieadobe Jun 26, 2013 8:30 PM (in response to mityaf)Illustrator CC need a new version of HostAdapter. Install Extension Builder 2.1 and create a project for Illustrator CC, and the correct HostAdapter will be included when you select the library in properties dialog.
-
2. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
mityaf Jun 27, 2013 1:14 PM (in response to xujieadobe)Is there a way I can update Extension Builder 2.0 to 2.1?
I downloaded the trial version of 2.1 (which includes FLash Builer?).
I installed it and nothing seems to have happened.
Is there someplace I can get the aihostadapter that will work with Illustrator CC?
-
3. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
mityaf Jun 27, 2013 6:20 PM (in response to xujieadobe)Ok, I had to uninstall Flash Builder 6 and then install Extension Builder 2.1 (which came with its own Flash Builder 6).
That finally got CS Extension Builder 2.1 to show up in FB.
But, same problem. Now when I change the maxversion attribute of the aihostadapter entries in the mxi to 17.9 from 16.9 I get this warning:
Host Adapters for product Illustrator are not available in the MXI file or need to be updated.
When I build, install, and run Ai it crashes.
-
4. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
xujieadobe Jun 27, 2013 7:22 PM (in response to mityaf)Version 16.9 matches Illustrator CS6, so after installation you will not see it in Illustrator CC.
If you want your extension run on CS6, select the target creative application version to CS6(for Illustrator the maxversion will be 16.9).
If you want your extension run on both CS6 and CC, select target creative application to CS6 during project creation and don't change the maxversion property.
-
5. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
mityaf Jun 27, 2013 7:29 PM (in response to xujieadobe)Thanks for your response, just to clarify...
Are you saying that the only way to get it to run on CC is if I start a new project from scratch?
I can't convert the existing project?
-
6. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
xujieadobe Jun 27, 2013 8:27 PM (in response to mityaf)Sure you other choices.
The GUI based bundle manifest editor and the Adobe Extension Builder Libraries properties page will help. They will help you update the manifest model, mxi model and update libraries. But be careful since there will be some incompatible between CS versions. Make sure you resolved all the errors and warnings before run it.
Finally if that doesn't work out, you can manually edit the manifest.xml and plugin mxi file, and change the included libraries accordingly. For detail information please refer to programmer's guide in help document, section "Using the host adapter libraries" and "How to package hybrid extensions".
-
7. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
mityaf Jun 27, 2013 8:37 PM (in response to xujieadobe)Thank you for pointing me in the right direction. I started a new project launching it from my existing directory and was able to install the extension and launch Ai CC.
Unfortunately the extension does not show up in the extensions menu. I tried to find the CC Service Manager, but no such directory exists.
-
8. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
xujieadobe Jun 27, 2013 8:39 PM (in response to mityaf)No problem. Good to hear it works for you.
-
9. Re: Illustrator CC crashing with aiHostAdapter with version higher than 16.9
GeghamB Sep 17, 2014 6:36 AM (in response to xujieadobe)Dear xujieadobe,
Is new version of HostAdapter dispatch ART_SELECTION_CHANGED from Illustrator CC, and How can i use it?
seems AIEventAdapter.getInstance().addEventListener(AIEvent.ART_SELECTION_CHANGED, _F) won't work for me.
Thanks in Advance.


