Quantcast
Channel: Adobe Community : Popular Discussions - Extension Manager
Viewing all 44412 articles
Browse latest View live

Can't install plugins in Mac Creative Cloud applications

$
0
0

Hi,

 

I've followed many of the step recommend here with no success, including reinstalling EM CC, rebooting, removing all plugins from EM Store...nothing.  When I try to launch Ext Mngr, it launches but then hangs. I'm running Creative Cloud on a MacBook running OSX 10.9.2.

 

Here's my log file:

 

[Warning] Tue Mar 25 23:34:48.503 2014 (/Volumes/Develop/jenkins_slave_all/workspace/ExMan_7.1.1_RIBS_Mac/ExManCoreLibrary/Mac/. ./Source/Util/SignatureValidator.cpp, 155) -CSignatureValidator::verifySignature: timestamp has an in-range date and is valid!

[Warning] Tue Mar 25 23:39:13.595 2014 (/Volumes/Develop/jenkins_slave_all/workspace/ExMan_7.1.1_RIBS_Mac/ExManCoreLibrary/Mac/. ./Source/Util/ExManProcessMutex.cpp, 31) -CExManProcessMutex::CExManProcessMutex has locked in function: ExManTerminate.

 

Any help from anyone?

 

Christian


Adobe Extension Manager CS5 5.0 Update not availbale as a manual download for windows on Adobe site

$
0
0

There are two updates for Mac for the "Adobe Extension Manager CS5 5.0 Update" so it can be manually downloaded. Unfortunately for Windows users there is no manual download when the "Adobe Application Manager" fails to install the required update. I have just done a clean install and the 'AAM' failed on all the required updates for CS5, so I got the updates for the software form the support pages. I would like to know where the Windows version of "Adobe Extension Manager CS5 5.0 Update" is on the adobe site?

Packing and publishing C++ Plugins for Premiere Pro CC

$
0
0

Hi,

 

I'm not sure if this is the correct sub for this issue, but it looks like the best starting point for now. Please redirect me if there is a sub better suited for my case.

 

I'm developing C++ based (After Effects/Premiere Pro SDK) plugins for Premiere Pro CC and I'd like to publish those to be accessible via Adobe Exchange and therefore installable via the Extension Manager.

I know that the plugins need to be packaged as .ZXP and that all files need to be defined in a .MXI file with a corresponding target path.

Sadly every documentation and sample I found didn't contain examples or further details on how to that for Premiere Pro plugins.

One documentation contained product specific tokens that can be used in the .MXI, but Premiere Pro or After Effects weren't listed at all.

 

Is it even possible to correctly publish and install those plugins via the Extension Manager?

What about other prerequisites like C++ redistributables? Is it possible to install those together with the plugins?

Or what if there are routines that need to be run during installation or deinstallation, like activating and deactivating the plugin online?

 

And what is the most up-to-date place to go for information, documentation and samples relevant for CC extensions, plugins etc.? (The amount of seemingly outdated documents, examples and websites is slightly confusing.)

 

Regards,

Philipp

Can't install Roland Studio Extension with Adobe CC 2017

$
0
0

Hi,

 

I'm operating a Roland Camm Pro-1 GMX300 with a Mac OS 10.11 on an iMac.

Roland offer an extension module to install with Adobe Illustrator.

 

I am unable to install the extension, I get a version mismatch (this extension can not be installed, it requires illustrator version in range of inclusivity between 18.0 and 21.9) even though I have a matchign AI version (21.0.2), see image attached.

 

What do I do? I can't access operation of the machine...

 

Thanks

Yair Agmon

CalArts Print Media Lab

Screen Shot 2017-06-06 at 1.49.29 PM.png

Unable to install extension for Photoshop CC 2014

$
0
0

We recently upgraded to CC and I had the extension GuideGuide installed for the previous version of Photoshop, I uninstalled our old creative suite and then used the Creative Cloud to install all the new software, I just downloaded the new version of GuideGuide and Im getting this error message.

- See attached image   - Any Ideas on how to resolve this?

 

Thx!!

 

Screen Shot 2014-07-01 at 11.06.46 AM.png

What is error code 603 and how does one fix it?

$
0
0

What is error code 603, please, regarding add-on installation?  (The error codes page says for "error 6xx" to contact the Exchange online forum for assistance..)  It is a "failed online license check" for an add-on that is a free add-on listed on the Adobe Add-ons page as compatible with PS CS6, CC, and CC 2014, as well as all three versions of a bunch of other apps.  It is a Flypaper app, which looks to have been reworked to be compatible with the new 2014 apps.  Since Flypaper apps come from reliable source, I'm not sure what the error means, and I'm certainly not sure how to remedy this.  (The original Russell Brown Paper Textures Pro works fine on PS CC but isn't compatible with 2014.)

 

I am running Win 7 64-bit.

 

Thanks.

Gail

 

p.s.  numbers of other extensions still don't download  to PS 2014, so maybe this is also waiting for an Adobe fix??

I get an -604 error code. What is it?

$
0
0

CC gives me an error code -604. What does this mean?

facebook videos have no image

$
0
0

My facebook videos only play audio .. screen blank


extension manager erkennt photoshop cc 2014 nicht ?

$
0
0

was kann ich tun, damit photoshop cc 2014 so wie die anderen Programme von Adobe von Extension Manager erkannt wird?

plural eyes does n't open in extentions

$
0
0

Plural eyes doesn't work anymore in Premiere cc, doesn't open in extentions

ExManCmd issue Failed to install, status = -160

$
0
0

Hello All,

 

I am trying to install my flash based InDesign plugin using Extension Manager command line functionality http://helpx.adobe.com/extension-manager/using/command-line.html .

 

Facing this error on both PC and MAC, Can some please let me know if can fix below issue with any kind of troubleshooting .

 

Issue: Failed to install, status = -160!

 

Note: With below defined manifest and mxi file my zxp file was able to work as expected in all CS5.5/CS6/ACC 2014 , but facing problem in installing and supporting InDesign ACC 2015 .

 

 

My manifest details :

<?xml version="1.0" encoding="UTF-8"?>

 

<ExtensionManifest Version="2.0" ExtensionBundleId="mydemo" ExtensionBundleVersion="1.4.2.1"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <Author>

        <![CDATA[RRD]]>

    </Author>    <ExtensionList>

        <Extension Id="mydemo" Version="1.4.2.1" />

    </ExtensionList>

    <ExecutionEnvironment>

        <HostList>

            <Host Name="IDSN" Version="[7.5,99.9]" />

        </HostList>

        <LocaleList>

            <Locale Code="All" />

        </LocaleList>

        <RequiredRuntimeList>

            <RequiredRuntime Name="CSXS" Version="2.0" />

        </RequiredRuntimeList>

    </ExecutionEnvironment>

    <DispatchInfoList>

        <Extension Id="mydemo">

            <DispatchInfo >

                <Resources>

                    <SwfPath>./mydemo.swf</SwfPath>

                </Resources>

                <Lifecycle>

                    <AutoVisible>true</AutoVisible>

                </Lifecycle>

                <UI>

                    <Type>Panel</Type>

                    <Menu>Media Compass</Menu>

                    <Geometry>

                        <Size>

                            <Height>600</Height>

                            <Width>300</Width>

                        </Size>

                        <MinSize>

                            <Height>600</Height>

                            <Width>300</Width>

                        </MinSize>

                    </Geometry>

                </UI>

            </DispatchInfo>

        </Extension>

    </DispatchInfoList>

</ExtensionManifest>

 

 

My mxi details :

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<macromedia-extension id="mydemo" name="mydemo" requires-restart="true" version="1.4.2.1">

  <author name="ABC"/>

  <description/>

  <license-agreement/>

  <products>

    <product maxversion="99.9" name="InDesign" primary="true" version="7.5"/> 

    <product maxversion="99.9" familyname="InDesign"  primary="true" version="7.5"/>  

  </products>

  <files>

  <file destination="" file-type="CSXS" products="" source="mydemo.zxp"/>  

  <file destination="$adobecommon" file-type="ordinary" products="InDesign,InDesign32,InDesign64" source="config/myConfig.xml"/>   

  </files>

</macromedia-extension>

 

 

Thanks in advance

how to add product?

$
0
0

having trouble adding extensions in the latest version of adobe illustrator cc

 

cant see my products in extension manager cc, it should show up automatically, cant see any way to add

 

what am i doing wrong?

Cutstudio plugin for illustrator 2015cc.

$
0
0

Hi all

I cat figure out how to install this plugin. I am trying to follow the roland instructions but it does nothing.

I would be more then happy to recive any solution for this thing.

Thanks.

yinnon.

Entire window is empty

$
0
0

Hi, recently upgraded to CC 2015.

I downloaded and installed extension manager through CC desktop app. I realize that there are no applications listed on the left side of the window (as well as no extensions listed on the right) and I cant install any extensions

This is obviously not the correct behaviour - anyone have a clue?

Here is a screenshot:

screenshot_01.png

 

 

Any help would be appreciated

Thanks

David

Add-on "Smart Layer Export (CANNOT INSTALL)

$
0
0

Hello!

I downloaded hte Add-on "Smart Layer Export) from this site: https://creative.adobe.com/addons.

 

When I tried to install it, I got this message: "Adobe Extension Manager: This extension cannot be installed, it requires Illustrator version 16.0 or greater."

 

My adobe is current and up-to-date, so I don't know what else to do.

Screen Shot 2016-02-18 at 11.26.20 AM.pngCan anyone advise on a solution for this issue? Thanks!


products not showing

$
0
0

I installed emcc but none of my products are showing

Extension Manager CC No Apps? Can't install extensions? Come here!

$
0
0

Hello guys,

 

I have been struggling for a week trying to find a solution that my EM not showing any app while I have a full year subscription and finally found it by just trashing a file, and that's after I have been searching all over Mr. Google and found nothing

 

macOS Sierra 10.12

Adobe Creative Suite CC 2017

 

Do this:

 

1. Quite Creative Cloud + Extension Manager + Any Adobe App running

1. Go to Computer (Command+shift+C) from your desktop

2. Go to /Library/Application Support/Adobe/Extension Manager CC/Configuration

3. Trash this file (ExMan.db)

4. Open Creative Cloud

5. Open Extension Manager

6. Give me High Five

 

Have a nice day

Adobe Japan Support

ExManCmd License

Illustrator path to Presets/Scripts including locale

$
0
0

Hi,

 

I've made a little jsx Illustrator script I'd like to pack as an extension.

Looked at MXI tech note Path Tokens appending and found the $presets token.

Unfortunately it does NOT include the locale in it's path.

 

For example, my path is /Applications/Adobe Creative Suite 5/Adobe Illustrator CS5/Presets.localized/en_GB/Scripts

For other locales that will be different and the $presets toke doesn't help, it's the sames as $illustrator/Presets.localized as far as I can tell.

 


How can can I set the path of my script to Illustrator's Scripts folder from my MXI ?

XML validation error while parsing MXI Manifest

$
0
0

Hi,

 

I have created an hybrid extension for Photoshop. I want to upload my extension on Adobe Exchange. during the upload process I get an error,

"XML validation error while parsing MXI Manifest: Declarations can only occur in the doctype declaration. Line: 19 Position: 791 Last 80 unconsumed characters".

 

The error description specifies that description in MXI file is not valid. Below are the contents of my MXI file.

 

<macromedia-extension

           name="yyy"

           id="com.yyy"

           version="1.0.0"

           type="object"

           requires-restart="true">

 

 

          <author name="abcd" />

 

 

          <products>

          <product familyname="Photoshop" maxversion="" primary="true" version="12.0"/>  

          </products>

 

 

<description>

          <![CDATA[

<p><font size="14" color="black"><b>abcd</b> qwertyuioipafgjhkjljljklkjl

<br><br>

Open Extension via: Photoshop top menu > Window > Extensions > abcd.

<br><br>

Online support at: <a href="http://www.abcd.com/help.php">http://www.abcd.com/help.php</a></font></p>

<br>]]>

</description>

 

 

<ui-access>

          </ui-access>

 

 

<license-agreement>

 

 

</license-agreement>

 

 

<files>

            <file destination="$ExtensionSpecificEMStore/com.abcd/html/abcd.html" products="" source="zxp-support/Description/abcd.html"/>

            <file destination="$ExtensionSpecificEMStore/com.abcd/html/abcd.png" products="" source="zxp-support/Description/abcd.png"/>

            <file destination="" file-type="CSXS" products="" source="abcd.zxp"/> 

            <file destination="$automate" file-type="plugin" platform="mac" products="Photoshop" source="mac/abcd.plugin"/>

            <file destination="$automate" file-type="plugin" platform="win" products="Photoshop32" source="win32/abcd.8li"/>

            <file destination="$automate" file-type="plugin" platform="win" products="Photoshop64" source="win64/abcd.8li"/>

</files>

</macromedia-extension>

 

 

Can anyone please point out why am I getting the error?

 

Thanks

Viewing all 44412 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>