+3

My CS6 does not working with your extension. Error with the signature

Rodolfo Castro 6 years ago updated by veerendranadh k 3 years ago 3

My Adobe Extension Manager with error: "The 'CutAndSliceMe' extension does not contain a valid signature. It will not be installed."

+5

I managed to get around the invalid signature by manually installing CutAndSliceMe and by enabling PlayerDebugMode.


After I manually installed it, the extension was available in Photoshop, but the CutAndSliceMe panel was empty. This seems to relate to a problem in the Mini Bridge of photoshop. Enabling PlayerDebugMode is a workaround for this.


These were my steps:


In Windows:

1) In registry go to HKEY_CURRENT_USER/Software/Adobe/CSXS.#

   changing the # according to your CS version (e.g. CS6 is 3)   

    add a new value named

        PlayerDebugMode with String value of 1

2) rename your CutAndSliceMe_1.1.3.zxp to CutAndSliceMe_1.1.3.zip

3) unzip CutAndSliceMe_1.1.3.zip to

        C:\Program Files (x86)\Common Files\Adobe\CS6ServiceManager\extensions\CutAndSliceMe

4) restart PhotoShop


In MacOS:

1) run terminal (press Command+Space, type terminal, press enter)

2) copy the line below changing the # according to your CS version

        defaults write com.adobe.CSXS.# PlayerDebugMode 1

   For example, if you are using CS6, it should look like this:

        defaults write com.adobe.CSXS.3 PlayerDebugMode 1

3) press Return on your keyboard

4) rename CutAndSliceMe_1.1.3.zxp to CutAndSliceMe_1.1.3.zip

5) unzip CutAndSliceMe_1.1.3.zip to

        /Library/Application Support/Adobe/CS6ServiceManager/extensions/CutAndSliceMe

6) restart PhotoShop


Hope it works for you too?

It's working ! Thank you very very much !