• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

AI v25 with Plugin crashes

Explorer ,
Jan 26, 2021 Jan 26, 2021

Copy link to clipboard

Copied

Hi,

 

I'm developing a plugin for Adobe Illustrator.

Since I updated my Illustrator version to v25, I'm experiencing some problems with my boost library.

Environment:

  • macOS Mojave (10.14.6)
  • Illustrator 2021 (v 25.0.1)
  • Adobe SDK 2019
  • Boost 1.61.0

The problem is, that when accessing any file on my mac, boost crashes with "exc_bad_access".

First it happened when reading a config-file with:

po::store(po::parse_config_file<char>(fullPath.c_str(), config), vmap);

So I removed this an implemented my own config-file-parser (with std::ifstream).

Afterwards I realized that it also happened when accessing other files via boost, always with the same errormessage.

 

After some research I deleted the preferencefile, like it is described here:

https://community.adobe.com/t5/illustrator/miscellaneous-error-messages-with-ai-2021-v25/m-p/1161056...

This worked on my local development machine, but not on other machines, where I installed the plugin.

 

Does anyone experience similar problems with the new Illustrator?

 

 

TOPICS
SDK , Third party plugins

Views

155

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Explorer ,
Jan 27, 2021 Jan 27, 2021

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 28, 2021 Jan 28, 2021

Copy link to clipboard

Copied

LATEST

Fixed now the problem with the suites.

 

Afterwards I ran into another problem, which I fixed like it is described here: 

https://community.adobe.com/t5/illustrator/broken-plug-in-with-adobe-illustrator-cc-2021-25-1-on-mac...

 

But, now I'm back at the original problem, where Illustrator crashes with the exc_bad_access errormessage.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines