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

The CEP plugin load fail with fcm(.dll),Error: PlugPlugErrorCode_extensionRegistrationFailed

New Here ,
Nov 13, 2019 Nov 13, 2019

Copy link to clipboard

Copied

 

I had write a CEP plugin with three extions.

    <ExtensionList>
        <Extension Id="com.yondor.YCSPlatform.Plugin" Version="1.0" />
        <Extension Id="com.yondor.YCSPlatform.PublishSettings" Version="1.0" />
        <Extension Id="com.yondor.YCSPlatform.Material" Version="1.0" />
    </ExtensionList>
 
the code is follow the example: 
SampleCreateJSPlatform.zip
 
the extension com.yondor.YCSPlatform.PublishSettings and com.yondor.YCSPlatform.Material without fcm(dll) are load success,
but the extension 

CEP9-FLPR.log log is com.yondor.YCSPlatform.Plugin load with fcm(dll) was load fail.

 

 

─plugin
   │ └─lib
   │ ├─res
   │ │ ├─en_US
   │ │ └─ja_JP
   │ └─win

   │      └─YCSPlugin.fcm  

    fcm.xml

 

 

<Extension Id="com.yondor.YCSPlatform.Plugin">
            <DispatchInfo >
                <Resources>
                <MainPath>./plugin/fcm.xml</MainPath>
                </Resources>
                <Lifecycle>
                    <AutoVisible>true</AutoVisible>
                </Lifecycle>
                <UI>
                    <Type>ModalDialog</Type>
                    <Menu>YCS Publish Settings 1</Menu>
                    <Geometry>
                        <Size>
                            <Height>200</Height>
                            <Width>200</Width>
                        </Size>
                    </Geometry>
                </UI>
            </DispatchInfo>
        </Extension>
 
and the other plugin(OpenFLPlugin) is also load fail.
CEP9-FLPR.log

 

2019-11-14 09:10:44:211 : INFO Register Extension called for Extension : com.yondor.YCSPlatform.Plugin, ExtensionType : Trusted
2019-11-14 09:10:44:212 : INFO ----------------------------------------------------------------
2019-11-14 09:10:44:214 : DEBUG Extension inPlayerType : 2
2019-11-14 09:10:44:215 : DEBUG Extension mainUTF8Path : C:\Users\yondor\AppData\Roaming\Adobe\CEP\extensions\YCS\plugin\fcm.xml
2019-11-14 09:10:44:216 : DEBUG Extension iconPathNormal :
2019-11-14 09:10:44:217 : DEBUG Extension iconPathRollOver:
2019-11-14 09:10:44:220 : DEBUG Extension iconPathDisable:
2019-11-14 09:10:44:222 : DEBUG Extension windowType: ModalDialog
2019-11-14 09:10:44:225 : DEBUG Extension showWindowOnCreate: true
2019-11-14 09:10:44:227 : DEBUG Extension defaultGeometry topleftx: 0
2019-11-14 09:10:44:230 : DEBUG Extension defaultGeometry toplefty: 0
2019-11-14 09:10:44:232 : DEBUG Extension defaultGeometry width: 200
2019-11-14 09:10:44:235 : DEBUG Extension defaultGeometry height: 200
2019-11-14 09:10:44:237 : INFO Calling RegisterExtension delegate for extension ID = com.yondor.YCSPlatform.Plugin, Number of hosts = 1
2019-11-14 09:10:44:239 : INFO title = "FLPR"
2019-11-14 09:10:44:241 : INFO versionStr = "[15.0,99.9]"
2019-11-14 09:10:44:243 : INFO lower version 15.0.
2019-11-14 09:10:44:245 : INFO upper version 99.9.
2019-11-14 09:10:44:247 : INFO PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_extensionRegistrationFailed
2019-11-14 09:10:44:249 : INFO ------------------------------------------------------------------
2019-11-14 09:10:44:251 : WARN Service: com.yondor.YCSPlatform.Plugin not registered properly.
2019-11-14 09:10:44:253 : INFO Register Extension called for Extension : com.yondor.YCSPlatform.PublishSettings, ExtensionType : Trusted
2019-11-14 09:10:44:255 : INFO ----------------------------------------------------------------
2019-11-14 09:10:44:257 : DEBUG Extension inPlayerType : 2
2019-11-14 09:10:44:260 : DEBUG Extension mainUTF8Path : C:\Users\yondor\AppData\Roaming\Adobe\CEP\extensions\YCS\index.html
2019-11-14 09:10:44:263 : DEBUG Extension iconPathNormal :
2019-11-14 09:10:44:266 : DEBUG Extension iconPathRollOver:
2019-11-14 09:10:44:269 : DEBUG Extension iconPathDisable:
2019-11-14 09:10:44:271 : DEBUG Extension windowType: ModalDialog
2019-11-14 09:10:44:274 : DEBUG Extension showWindowOnCreate: true
2019-11-14 09:10:44:277 : DEBUG Extension defaultGeometry topleftx: 0
2019-11-14 09:10:44:280 : DEBUG Extension defaultGeometry toplefty: 0
2019-11-14 09:10:44:283 : DEBUG Extension defaultGeometry width: 486
2019-11-14 09:10:44:287 : DEBUG Extension defaultGeometry height: 170
2019-11-14 09:10:44:290 : INFO Calling RegisterExtension delegate for extension ID = com.yondor.YCSPlatform.PublishSettings, Number of hosts = 1
2019-11-14 09:10:44:292 : INFO title = "FLPR"
2019-11-14 09:10:44:295 : INFO versionStr = "[15.0,99.9]"
2019-11-14 09:10:44:297 : INFO lower version 15.0.
2019-11-14 09:10:44:299 : INFO upper version 99.9.
2019-11-14 09:10:44:303 : INFO PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_success
2019-11-14 09:10:44:305 : INFO ------------------------------------------------------------------
2019-11-14 09:10:44:307 : INFO Register Extension called for Extension : org.openfl.OpenFLPlugin, ExtensionType : Trusted
2019-11-14 09:10:44:309 : INFO ----------------------------------------------------------------
2019-11-14 09:10:44:310 : DEBUG Extension inPlayerType : 2
2019-11-14 09:10:44:312 : DEBUG Extension mainUTF8Path : C:\Users\yondor\AppData\Roaming\Adobe\CEP\extensions\OpenFLPlugin\plugin\fcm.xml
2019-11-14 09:10:44:314 : DEBUG Extension iconPathNormal :
2019-11-14 09:10:44:315 : DEBUG Extension iconPathRollOver:
2019-11-14 09:10:44:317 : DEBUG Extension iconPathDisable:
2019-11-14 09:10:44:319 : DEBUG Extension windowType: Panel
2019-11-14 09:10:44:320 : DEBUG Extension showWindowOnCreate: true
2019-11-14 09:10:44:322 : DEBUG Extension defaultGeometry topleftx: 0
2019-11-14 09:10:44:323 : DEBUG Extension defaultGeometry toplefty: 0
2019-11-14 09:10:44:325 : DEBUG Extension defaultGeometry width: 200
2019-11-14 09:10:44:327 : DEBUG Extension defaultGeometry height: 200
2019-11-14 09:10:44:328 : INFO Calling RegisterExtension delegate for extension ID = org.openfl.OpenFLPlugin, Number of hosts = 1
2019-11-14 09:10:44:330 : INFO title = "FLPR"
2019-11-14 09:10:44:331 : INFO versionStr = "14.1"
2019-11-14 09:10:44:333 : INFO lower version 14.1.
2019-11-14 09:10:44:334 : INFO upper version 0.0.
2019-11-14 09:10:44:336 : INFO PlugPlugRegisterExtension() callback returned: PlugPlugErrorCode_extensionRegistrationFailed
2019-11-14 09:10:44:337 : INFO ------------------------------------------------------------------
2019-11-14 09:10:44:338 : WARN Service: org.openfl.OpenFLPlugin not registered properly.

TOPICS
Error , Other

Views

165

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
New Here ,
Nov 13, 2019 Nov 13, 2019

Copy link to clipboard

Copied

How can I do,to see the "PlugPlugErrorCode_extensionRegistrationFailed"  error detail? or the CEP do not support dll?

 

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
Adobe Employee ,
Nov 27, 2019 Nov 27, 2019

Copy link to clipboard

Copied

LATEST

Not an expert on this topic but according to this document, https://help.adobe.com/archive/en_US/dreamweaver/cs5/dreamweaver_cs5_apireference.pdf, 

The code PlugPlugErrorCode_extensionRegistrationFailed indicates that you were unable to register the control.

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