Illustrator CS6 Tensai Plugin Code Signing Issue

This issue is now fixed, please download and install version 2.7.1 of the plugin. If you have previously turned off the code signature check, turn it back on using the instructions below.

Since 15 August 2018, when attempting to open a FreeHand file in Adobe Illustrator CS6 using our plugin, the Import options window does not appear and the file does not open. This is beacuse Illustrator CS6 thinks the code signature for the plugin panel is not valid. We think this is an issue with Illustrator CS6 as the Illustrator CC versions of the plugin are signed in the same way and are still working.

We are working on a fix for this issue. In the meantime, the only way to make the plugin work in Illustrator CS6 is to disable the code signature check.

Only do this if you are comfortable using the Terminal utility on Mac and/or the registry editor on Windows:

    Mac (from a terminal window):
    
    Turn off signature check:
    defaults write com.adobe.CSXS.3 PlayerDebugMode 1
    
    
    Turn signature check back on:
    defaults delete com.adobe.CSXS.3 PlayerDebugMode
    
    
    Windows (from registry editor)
    
    Turn off signature check:
    HKEY_CURRENT_USER/Software/Adobe/CSXS.3
    Add a new entry PlayerDebugMode of type "string" with the value of "1"
    
    Turn signature check back on:
    Delete the new entry
    HKEY_CURRENT_USER/Software/Adobe/CSXS.3/PlayerDebugMode