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

Extensions don't show up in Ai CC 2018

Community Beginner ,
Oct 19, 2017 Oct 19, 2017

Copy link to clipboard

Copied

After updating Illustrator from version 21 to 22, the content in my custom panels don’t show up.

These are panels I’m working on as well as other extensions. They are in this folder:

/Users/[NAME]/Library/Application Support/Adobe/CEP/extensions/

System: Mac OS X El Capitan 10.11.6

If I open them in Ai from menu Window > Extensions, they are listed and I can open them. But the panel icons are missing and the panels are blank.

Any ideas, how to solve that?

Views

22.6K

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 28, 2018 Nov 28, 2018

Copy link to clipboard

Copied

Hi SnapFashun,

If your company is an Enterprise Customer you can contact Enterprise Customer Support. If you're an Adobe partner (formerly known as a tech partner) scroll down for help options on this page.

Meanwhile, you might try disabling GateKeeper to see if it's a Mac issue (just in case).

Was your plugin developed using the Illustrator SDK or with CEP? It's OK if you're not sure. I'm not personally familiar with .aip files.

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
New Here ,
Dec 19, 2018 Dec 19, 2018

Copy link to clipboard

Copied

I also show up "Extension" menu.

I used ACC Extension Builder 1.1.0

https://github.com/KICreativo/ACC_Extensions_Builder/releases

~/Library/Logs/CSXS/CEP8-ILST.log says

Unsupported Manifest version '8.0' in ~ manifest.xml

I changed  line2 , line 37 manifest.xml

<ExtensionManifest Version="8.0"

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

So. changed original manifest.xml

<ExtensionManifest Version="7.0"

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

Then  "Extensions" appear in Menu !

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
Community Beginner ,
Aug 16, 2019 Aug 16, 2019

Copy link to clipboard

Copied

I`m having the same trouble.

Debug mode enabled, Manifest is correct.

And extension can`t be load for the first time... having the blank screen in the extension panel.

But after AAE restart extension works fine.

In the logs I see:

"ERROR Headlights service fails to log extension data"

Almsot 40 registered likes for the question, and no complete solution for two years. Come on guys!

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 ,
Aug 16, 2019 Aug 16, 2019

Copy link to clipboard

Copied

Hi @andrii,

This thread was about Illustrator 2018 extensions... Are you having trouble with an After Effects extension (AAE)?

Which version of After Effects and which OS are you using?

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
Community Beginner ,
Aug 19, 2019 Aug 19, 2019

Copy link to clipboard

Copied

ErinF

Thanks for your responds, and probably sorry for my quite emotional reply.

I`ve spend the whole evening and find out what is happening in my extension.

So in short, that`s my fault.

During the extension life cycle, I`m opening another project (to grab some settings, never mind). And the same time, Extension Manager is trying to close the extension, but there`s a script running. So the conflict occurs. As a result extension is not closed, and when the script (which was running) is trying to restore user session, and reopen the extension it can not be opened, because it looks like never closed.

here is the log:

// Load extension

2019-08-16 21:23:30:290 : INFO  PlugPlugLoadExtensionEx called for extension : my.super.extension

2019-08-16 21:23:30:292 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension my.super.extension begin.

2019-08-16 21:23:30:294 : INFO  RED 38.250000, GREEN 38.250000, BLUE 38.250000, ALPHA 255.000000

2019-08-16 21:23:30:297 : WARN  PP does not implement the callback to get its main window

2019-08-16 21:23:30:298 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad begin.

2019-08-16 21:23:30:299 : INFO  GetPanel() callback called. Extension : my.super.extension

2019-08-16 21:23:30:302 : INFO  GetPanel() callback returned: PlugPlugErrorCode_success

2019-08-16 21:23:30:303 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:30:305 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:30:307 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:30:308 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:30:309 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:30:310 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init ContentHwnd...

2019-08-16 21:23:30:311 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:30:314 : INFO  HtmlExtension::InitContentHwnd: m_contentView is 4987102

2019-08-16 21:23:30:316 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init MessageHwnd...

2019-08-16 21:23:30:318 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init RPC...

2019-08-16 21:23:30:319 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Init client process...

2019-08-16 21:23:30:320 : INFO  Environment variable for setting ingest environment not found

2019-08-16 21:23:30:330 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, PrepareLoad end.

2019-08-16 21:23:30:331 : INFO  <ExtensionLoadedEvent><Id>my.super.extension</Id><Params></Params></ExtensionLoadedEvent>

2019-08-16 21:23:30:333 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension my.super.extension end.

2019-08-16 21:23:30:334 : ERROR Headlights service fails to log extension data.

2019-08-16 21:23:30:341 : INFO  Return value of PlugPlugLoadExtensionEx call : PlugPlugErrorCode_success

2019-08-16 21:23:31:690 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:32:570 : INFO  PlugPlugSetMenu() callback called for flyout menu. Extension : my.super.extension, inMenuPosition: (null), Menu: [{menuId: 'my.super.extension_MenuID_1',nameUtf8: '---',extensionId: undefined},{menuId: 'SuperExtensionInfo',nameUtf8: 'Super Extension info',extensionId: undefined},{menuId: 'superExtensionResetToDefault',nameUtf8: 'Reset Super Extension settings to default',extensionId: undefined}]

2019-08-16 21:23:32:572 : INFO  PlugPlugSetMenu() callback returned: PlugPlugErrorCode_success

2019-08-16 21:23:32:583 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, Post message to execute InitContent command for extension my.super.extension

2019-08-16 21:23:32:707 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, InitContent begin for extension my.super.extension

2019-08-16 21:23:32:709 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:32:710 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:32:712 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, InitContent end for extension my.super.extension

2019-08-16 21:23:32:715 : WARN  PlugPlugSetup must be called first

// Close starts

2019-08-16 21:23:35:531 : INFO  PlugPlugUnloadExtension called for extension : my.super.extension

2019-08-16 21:23:35:532 : WARN  PlugPlugSetup must be called first

2019-08-16 21:23:35:533 : INFO  HtmlExtension::PrepareUnload: destroy content view window of my.super.extension, handle 4987102...

2019-08-16 21:23:35:541 : INFO  HtmlExtension::PrepareUnload: post WM_DESTROY to engine...

2019-08-16 21:23:35:542 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_needToWaitFinishExecutingEvalScript

2019-08-16 21:23:39:892 : INFO  PlugPlugLoadExtensionEx called for extension : my.super.extension

2019-08-16 21:23:39:894 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension my.super.extension begin.

2019-08-16 21:23:39:896 : INFO  Extension my.super.extension already loaded, activating it...

2019-08-16 21:23:39:897 : INFO  TEST-LOADEXTENSION-PERFORMANCE, PLUGPLUG, LoadExtension my.super.extension end.

2019-08-16 21:23:39:898 : ERROR Headlights service fails to log extension data.

2019-08-16 21:23:39:900 : INFO  Return value of PlugPlugLoadExtensionEx call : PlugPlugErrorCode_success

2019-08-16 21:23:40:060 : INFO  PlugPlugUnloadExtension called for extension : my.super.extension

2019-08-16 21:23:40:062 : INFO  UnloadExtension called for extension : my.super.extension

2019-08-16 21:23:40:064 : INFO  <ExtensionUnloadedEvent><Id>my.super.extension</Id><ClosingType>4</ClosingType></ExtensionUnloadedEvent>

2019-08-16 21:23:40:065 : INFO  Return value of PlugPlugUnloadExtension call : PlugPlugErrorCode_success

2019-08-16 21:23:40:066 : INFO  HtmlExtension::~HtmlExtension: my.super.extension

2019-08-16 21:23:40:067 : INFO  HtmlExtension::~HtmlExtension: post WM_QUIT to engine...

2019-08-16 21:23:40:068 : WARN  HtmlExtension::~HtmlExtension: failed to post WM_QUIT to engine, thread id 25696, errno 1444!

Probaby I`ll try make the script running outside the extension, so that manager could close it successfully.

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 ,
Apr 08, 2020 Apr 08, 2020

Copy link to clipboard

Copied

Im using Creative cloud with the latest version of Photoshop and Lightroom on a Windows 10 machine with all the updates, fresh Win installed one week ago and everything was working perfectly until today when without any special reason I got this message when I try to use my Lumenzia panel in Photoshop: The "Lumenzia" extension could not be loaded because it was not properly signed.

 

Screenshot_10.png

 

I had this issue in the past on Windows 7, different version of Photoshop, different panels, the Regedit workaround fixed the issue in the past but not this time.

 

Screenshot_11.png

 

I created a new string PlayedDebugMode = 1, restarted the Photoshop and after restart i get this, black screen on Lumenzia panel, is not loading at all.

 

Screenshot_12.png

 

I need to mention that I tried to reinstall Photoshop, deleted all extension folders, tried different version of Photoshop, older version of Lumenzia, still the same issue.

 

Another mention, Raya Pro panels are working fine.

 

System info:

 

Adobe Photoshop Version: 21.1.1 20200312.r.121 2020/03/12: c839971b587 x64
Number of Launches: 23
Operating System: Windows 10 64-bit
Version: 10 or greater 10.0.18362.752
System architecture: Intel CPU Family:6, Model:10, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading
Physical processor count: 4
Logical processor count: 8
Processor speed: 3500 MHz
Built-in memory: 16325 MB
Free memory: 10454 MB
Memory available to Photoshop: 14934 MB
Memory used by Photoshop: 70 %
ACP.local Status:
- SDK Version: 1.26.5
- Core Sync Status: Reachable and compatible
- Core Sync Running: 4.3.34.67
- Min Core Sync Required: 4.3.4.2
ACPL Cache Config:
- Time to Live: 5184000 seconds
- Max Size: 20480 MB
- Purge Percentage: 50%
- Threshold Percentage: 85%
- Purge Interval: 300 seconds
Manta Canvas: Disabled.
Alias Layers: Disabled.
Modifier Palette: Enabled.
Highbeam: Enabled.
Image tile size: 1024K
Image cache levels: 4
Font Preview: Medium
TextComposer: Latin
Display: 1
Display Bounds: top=0, left=0, bottom=1440, right=2560
Display: 2
Display Bounds: top=0, left=-1920, bottom=1080, right=0
OpenGL Drawing: Enabled.
OpenGL Allow Old GPUs: Not Detected.
OpenGL Drawing Mode: Advanced
OpenGL Allow Normal Mode: True.
OpenGL Allow Advanced Mode: True.
AIFCoreInitialized=1
AIFOGLInitialized=1
OGLContextCreated=1
NumGLGPUs=1
NumCLGPUs=1
NumNativeGPUs=0
glgpu[0].GLVersion="4.1"
glgpu[0].IsIntegratedGLGPU=0
glgpu[0].GLMemoryMB=8151
glgpu[0].GLName="AMD Radeon RX 5700 XT"
glgpu[0].GLVendor="ATI Technologies Inc."
glgpu[0].GLVendorID=4098
glgpu[0].GLDriverVersion="26.20.15019.19000"
glgpu[0].GLRectTextureSize=16384
glgpu[0].GLRenderer="AMD Radeon RX 5700 XT"
glgpu[0].GLRendererID=29471
glgpu[0].HasGLNPOTSupport=1
glgpu[0].GLDriver="C:\Windows\System32\DriverStore\FileRepository\u0352369.inf_amd64_275818c45a90b362\B352355\aticfx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0352369.inf_amd64_275818c45a90b362\B352355\aticfx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0352369.inf_amd64_275818c45a90b362\B352355\aticfx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0352369.inf_amd64_275818c45a90b362\B352355\amdxc64.dll"
glgpu[0].GLDriverDate="20200228000000.000000-000"
glgpu[0].CanCompileProgramGLSL=1
glgpu[0].GLFrameBufferOK=1
glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.60"
glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[2147483647]
glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[160]
glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[16384]
glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[16384]
glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[128]
glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[29]
glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
clgpu[0].CLPlatformVersion="2.1 AMD-APP (3004.8)"
clgpu[0].CLDeviceVersion="2.0 AMD-APP (3004.8)"
clgpu[0].IsIntegratedCLGPU=0
clgpu[0].CLMemoryMB=8176
clgpu[0].CLName="gfx1010"
clgpu[0].CLVendor="Advanced Micro Devices, Inc."
clgpu[0].CLVendorID=4098
clgpu[0].CLDriverVersion="3004.8 (PAL,LC)"
clgpu[0].CLBandwidth=4.06248e+11
clgpu[0].CLCompute=4596.64
License Type: Subscription
Serial number: 96040815065178620169
GUIDBucket:Composite Core (enable_composite_core): onComposite Core GPU (comp_core_gpu): offComposite Core UI (comp_core_ui): offDocument Graph (enable_doc_graph): off
Application folder: C:\Program Files\Adobe\Adobe Photoshop 2020\
Temporary file path: C:\Users\DaLiu\AppData\Local\Temp\
Photoshop scratch has async I/O enabled
Scratch volume(s):
Startup, 237.8G, 165.9G free
Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop 2020\Required\Plug-ins\
Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop 2020\Plug-ins\

Installed components:
A3DLIBS.dll A3DLIB Dynamic Link Library 9.2.0.112
ACE.dll ACE 2020/02/11-03:18:47 79.617294 79.617294
AdbePM.dll PatchMatch 2020/02/28:23:19:27 1.617906 1.617906
AdobeLinguistic.dll Adobe Linguisitc Library 14.0.0.0
AdobeOwl.dll Adobe Owl 5.5.0
AdobePDFL.dll PDFL 2020/02/08-01:07:13 79.367423 79.367423
AdobePIP.dll Adobe Product Improvement Program 8.1.0.40.48685
AdobeSVGAGM.dll AdobeSVGAGM 79.617294 79.617294
AdobeXMP.dll Adobe XMP Core 2020/01/30-15:50:38 79.164352 79.164352
AdobeXMPFiles.dll Adobe XMP Files 2020/01/30-15:50:38 79.164352 79.164352
AdobeXMPScript.dll Adobe XMP Script 2020/01/30-15:50:38 79.164352 79.164352
adobe_caps.dll Adobe CAPS 10,0,0,6
AGM.dll AGM 2020/02/11-03:18:47 79.617294 79.617294
ahclient.dll AdobeHelp Dynamic Link Library 4.1.0.0
AIDE.dll AIDE 2020/02/08-01:07:13 79.617234 79.617234
ARE.dll ARE 2020/02/11-03:18:47 79.617294 79.617294
AXE8SharedExpat.dll AXE8SharedExpat 2020/02/10-01:08:14 79.617265 79.617265
AXEDOMCore.dll AXEDOMCore 2020/02/10-01:08:14 79.617265 79.617265
Bib.dll BIB 2020/02/11-03:18:47 79.617294 79.617294
BIBUtils.dll BIBUtils 2020/02/11-03:18:47 79.617294 79.617294
boost_date_time.dll photoshopdva 12.1.0
boost_filesystem.dll photoshopdva 12.1.0
boost_system.dll photoshopdva 12.1.0
boost_threads.dll photoshopdva 12.1.0
CoolType.dll CoolType 2020/02/11-03:18:47 79.617294 79.617294
CRClient.dll Adobe Crash Reporter Client DLL 2.0.3.0
dnssd.dll Bonjour 3,0,0,2
dvaaccelerate.dll photoshopdva 12.1.0
dvaappsupport.dll photoshopdva 12.1.0
dvaaudiodevice.dll photoshopdva 12.1.0
dvacore.dll photoshopdva 12.1.0
dvacrashhandler.dll Adobe Audition CC 2017 10.0.0
dvamarshal.dll photoshopdva 12.1.0
dvamediatypes.dll photoshopdva 12.1.0
dvametadata.dll photoshopdva 12.1.0
dvametadataapi.dll photoshopdva 12.1.0
dvametadataui.dll photoshopdva 12.1.0
dvaplayer.dll photoshopdva 12.1.0
dvascripting.dll photoshopdva 12.1.0
dvatransport.dll photoshopdva 12.1.0
dvaui.dll photoshopdva 12.1.0
dvaunittesting.dll photoshopdva 12.1.0
dynamiclink.dll photoshopdva 12.1.0
ExtendScript.dll ExtendScript 2019/07/29-10:07:31 82.2 82.2
icucnv64.dll International Components for Unicode Build gtlib_12.0.24171
icudt64.dll International Components for Unicode Build gtlib_12.0.24171
icuuc64.dll International Components for Unicode Build gtlib_12.0.24171
igestep30.dll IGES Reader 9.3.0.113
JP2KLib.dll JP2KLib 2020/02/10-01:08:14 79.274472 79.274472
libifcoremd.dll Intel(r) Visual Fortran Compiler 10.0 (Update A)
libiomp5md.dll Intel(R) OpenMP* Runtime Library 5.0
libmmd.dll Intel(R) C/C++/Fortran Compiler 19.0.0
LogSession.dll LogSession 8.1.0.40.48685
mediacoreif.dll photoshopdva 12.1.0
MPS.dll MPS 2020/02/11-03:18:47 79.617295 79.617295
pdfsettings.dll Adobe PDFSettings 1.07
Photoshop.dll Adobe Photoshop 2020 21.1
Plugin.dll Adobe Photoshop 2020 21.1
PlugPlugExternalObject.dll Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit) 9.4.0
PlugPlugOwl.dll Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit) 9.4.0.139
PSCloud.dll 1.0.0.1
PSViews.dll Adobe Photoshop 2020 21.1
ScCore.dll ScCore 2019/07/29-10:07:31 82.2 82.2
SVGRE.dll SVGRE 79.617294 79.617294
svml_dispmd.dll Intel(R) C/C++/Fortran Compiler 19.0.0
tbb.dll Intel(R) Threading Building Blocks for Windows 2019, 0, 2019, 0410
tbbmalloc.dll Intel(R) Threading Building Blocks for Windows 2019, 0, 2019, 0410
TfFontMgr.dll FontMgr 9.3.0.113
TfKernel.dll Kernel 9.3.0.113
TFKGEOM.dll Kernel Geom 9.3.0.113
TFUGEOM.dll Adobe, UGeom© 9.3.0.113
VulcanControl.dll Vulcan Application Control Library 5.6.1.39
VulcanMessage5.dll Vulcan Message Library 5.6.1.39
WinRTSupport.dll Adobe Photoshop Windows RT Support 21.0.0.0
WRServices.dll WRServices Build 15.3.0.24640 15.3.0.24640
wu3d.dll U3D Writer 9.3.0.113
Unified Extensibility Platform uxp-3.4.2.14


Required plug-ins:

Accented Edges 21.1 - from the file “Filter Gallery.8bf”
Adaptive Wide Angle 21.1 - from the file “Adaptive Wide Angle.8bf”
Analog Efex Pro 2 5.0.2.137 - from the file “Analog Efex Pro 2.8bf”
Angled Strokes 21.1 - from the file “Filter Gallery.8bf”
Average 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Average.8bf”
BackgroundFilter 5.0.2.137 - from the file “Background.8bf”
Bas Relief 21.1 - from the file “Filter Gallery.8bf”
BMP 21.1 - from the file “Standard MultiPlugin.8bf”
Camera Raw 12.2 - from the file “Camera Raw.8bi”
Camera Raw Filter 12.2 - from the file “Camera Raw.8bi”
Chalk && Charcoal 21.1 - from the file “Filter Gallery.8bf”
Charcoal 21.1 - from the file “Filter Gallery.8bf”
Chrome 21.1 - from the file “Filter Gallery.8bf”
Cineon 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Cineon.8bi”
Clouds 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Clouds.8bf”
Color Efex Pro 4 5.0.2.137 - from the file “Color Efex Pro 4.8bf”
Color Halftone 21.1 - from the file “Standard MultiPlugin.8bf”
Colored Pencil 21.1 - from the file “Filter Gallery.8bf”
Conté Crayon 21.1 - from the file “Filter Gallery.8bf”
Craquelure 21.1 - from the file “Filter Gallery.8bf”
Crop and Straighten Photos 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “CropPhotosAuto.8li”
Crop and Straighten Photos Filter 21.1 - from the file “Standard MultiPlugin.8bf”
Crosshatch 21.1 - from the file “Filter Gallery.8bf”
Crystallize 21.1 - from the file “Standard MultiPlugin.8bf”
Cutout 21.1 - from the file “Filter Gallery.8bf”
Dark Strokes 21.1 - from the file “Filter Gallery.8bf”
De-Interlace 21.1 - from the file “Standard MultiPlugin.8bf”
Dfine 2 5.0.2.137 - from the file “Dfine2.8bf”
Dicom 21.1 - from the file “Dicom.8bi”
Difference Clouds 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Clouds.8bf”
Diffuse Glow 21.1 - from the file “Filter Gallery.8bf”
Displace 21.1 - from the file “Standard MultiPlugin.8bf”
Dry Brush 21.1 - from the file “Filter Gallery.8bf”
Eazel Acquire 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “EazelAcquire.8ba”
Entropy 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Export Color Lookup Tables 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Export3DLUT.8be”
Extrude 21.1 - from the file “Standard MultiPlugin.8bf”
FastCore Routines 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “FastCore.8bx”
Fibers 21.1 - from the file “Standard MultiPlugin.8bf”
Film Grain 21.1 - from the file “Filter Gallery.8bf”
Filter Gallery 21.1 - from the file “Filter Gallery.8bf”
FineStructuresFilter 5.0.2.137 - from the file “FineStructures.8bf”
Fresco 21.1 - from the file “Filter Gallery.8bf”
Glass 21.1 - from the file “Filter Gallery.8bf”
Glowing Edges 21.1 - from the file “Filter Gallery.8bf”
Grain 21.1 - from the file “Filter Gallery.8bf”
Graphic Pen 21.1 - from the file “Filter Gallery.8bf”
Halftone Pattern 21.1 - from the file “Filter Gallery.8bf”
Halide Bottlenecks 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “HalideBottlenecks.8bx”
HDR Efex Pro 2 5.0.2.137 - from the file “HDR Efex Pro 2.8bf”
HDRMergeUI 21.1 - from the file “HDRMergeUI.8bf”
HotPixelsFilter 5.0.2.137 - from the file “HotPixels.8bf”
HSB/HSL 21.1 - from the file “Standard MultiPlugin.8bf”
IFF Format 21.1 - from the file “Standard MultiPlugin.8bf”
IGES 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “U3D.8bi”
Ink Outlines 21.1 - from the file “Filter Gallery.8bf”
JPEG 2000 21.1 - from the file “JPEG2000.8bi”
Kurtosis 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Lens Blur 21.1 - from the file “Lens Blur.8bf”
Lens Correction 21.1 - from the file “Lens Correction.8bf”
Lens Flare 21.1 - from the file “Standard MultiPlugin.8bf”
Liquify 21.1 - from the file “Liquify.8bf”
Matlab Operation 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “ChannelPort.8bf”
Maximum 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Mean 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Measurement Core 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “MeasurementCore.8me”
Median 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Merge to HDR Efex Pro 2 5.0.2.137 - from the file “HDR Efex Pro 2.8bf”
Mezzotint 21.1 - from the file “Standard MultiPlugin.8bf”
Minimum 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
MMXCore Routines 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “MMXCore.8bx”
Mosaic Tiles 21.1 - from the file “Filter Gallery.8bf”
Multiprocessor Support 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “MultiProcessor Support.8bx”
Neon Glow 21.1 - from the file “Filter Gallery.8bf”
Nik Collection Selective Tool 5.0.2 - from the file “SelectivePalette.8li”
Note Paper 21.1 - from the file “Filter Gallery.8bf”
NTSC Colors 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “NTSC Colors.8bf”
Ocean Ripple 21.1 - from the file “Filter Gallery.8bf”
OpenEXR 21.1 - from the file “Standard MultiPlugin.8bf”
Paint Daubs 21.1 - from the file “Filter Gallery.8bf”
Palette Knife 21.1 - from the file “Filter Gallery.8bf”
Patchwork 21.1 - from the file “Filter Gallery.8bf”
Paths to Illustrator 21.1 - from the file “Standard MultiPlugin.8bf”
PCX 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “PCX.8bi”
Photocopy 21.1 - from the file “Filter Gallery.8bf”
Picture Package Filter 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “ChannelPort.8bf”
Pinch 21.1 - from the file “Standard MultiPlugin.8bf”
Pixar 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Pixar.8bi”
Plaster 21.1 - from the file “Filter Gallery.8bf”
Plastic Wrap 21.1 - from the file “Filter Gallery.8bf”
Pointillize 21.1 - from the file “Standard MultiPlugin.8bf”
Polar Coordinates 21.1 - from the file “Standard MultiPlugin.8bf”
Portable Bit Map 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “PBM.8bi”
Poster Edges 21.1 - from the file “Filter Gallery.8bf”
PRC 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “U3D.8bi”
Radial Blur 21.1 - from the file “Standard MultiPlugin.8bf”
Radiance 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Radiance.8bi”
Range 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Render Color Lookup Grid 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Export3DLUT.8be”
Reticulation 21.1 - from the file “Filter Gallery.8bf”
Ripple 21.1 - from the file “Standard MultiPlugin.8bf”
Rough Pastels 21.1 - from the file “Filter Gallery.8bf”
Save for Web 21.1 - from the file “Save for Web.8be”
ScriptingSupport 21.1 - from the file “ScriptingSupport.8li”
ShadowsFilter 5.0.2.137 - from the file “Shadows.8bf”
Shake Reduction 21.1 - from the file “Shake Reduction.8bf”
Sharpener Pro 3: (1) RAW Presharpener 5.0.2.137 - from the file “SHP3RPS.8bf”
Sharpener Pro 3: (2) Output Sharpener 5.0.2.137 - from the file “SHP3OS.8bf”
Shear 21.1 - from the file “Standard MultiPlugin.8bf”
Silver Efex Pro 2 5.0.2.137 - from the file “Silver Efex Pro 2.8bf”
Skewness 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
SkinFilter 5.0.2.137 - from the file “Skin.8bf”
SkyFilter 5.0.2.137 - from the file “Sky.8bf”
Smart Blur 21.1 - from the file “Standard MultiPlugin.8bf”
Smudge Stick 21.1 - from the file “Filter Gallery.8bf”
Solarize 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “Solarize.8bf”
Spaces 21.1 - from the file “Spaces.8li”
Spatter 21.1 - from the file “Filter Gallery.8bf”
Spherize 21.1 - from the file “Standard MultiPlugin.8bf”
Sponge 21.1 - from the file “Filter Gallery.8bf”
Sprayed Strokes 21.1 - from the file “Filter Gallery.8bf”
Stained Glass 21.1 - from the file “Filter Gallery.8bf”
Stamp 21.1 - from the file “Filter Gallery.8bf”
Standard Deviation 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
StrongNoiseFilter 5.0.2.137 - from the file “StrongNoise.8bf”
Sumi-e 21.1 - from the file “Filter Gallery.8bf”
Summation 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Targa 21.1 - from the file “Standard MultiPlugin.8bf”
Texturizer 21.1 - from the file “Filter Gallery.8bf”
Tiles 21.1 - from the file “Standard MultiPlugin.8bf”
Torn Edges 21.1 - from the file “Filter Gallery.8bf”
Twirl 21.1 - from the file “Standard MultiPlugin.8bf”
U3D 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “U3D.8bi”
Underpainting 21.1 - from the file “Filter Gallery.8bf”
Vanishing Point 21.1 - from the file “VanishingPoint.8bf”
Variance 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “statistics.8ba”
Viveza 2 5.0.2.137 - from the file “Viveza2.8bf”
Water Paper 21.1 - from the file “Filter Gallery.8bf”
Watercolor 21.1 - from the file “Filter Gallery.8bf”
Wave 21.1 - from the file “Standard MultiPlugin.8bf”
WIA Support 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “WIASupport.8li”
Wind 21.1 - from the file “Standard MultiPlugin.8bf”
Wireless Bitmap 21.1 (20200312.r.121 2020/03/12: c839971b587) - from the file “WBMP.8bi”
ZigZag 21.1 - from the file “Standard MultiPlugin.8bf”

Optional and third party plug-ins: NONE


Duplicate and Disabled plug-ins: NONE


Plug-ins that failed to load: NONE

Unified Extensibility Platform - Extensions:

com.adobe.ccx.start 3.3.1.23 - from the file "C:\Program Files\Common Files\Adobe/UXP/Extensions\com.adobe.ccx.start-3.3.1\"
CDO: 1.64.0
CmdN: 1.2.0
CDP: 1.91.0
com.adobe.photoshop.personalization 1.0.0.0 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2020\Required\UXP/\com.adobe.photoshop.personalization\"


Extensions:

RP4 Actions And Filters 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 Filters and Finish\index.html”
Libraries 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\CC_LIBRARIES_PANEL_EXTENSION_3_7_76\index.html”
RP4 Precision Masks 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 Precision\index.html”
com.adobe.stock.panel.licensing 0.1.0 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2020\Required\CEP\extensions\com.adobe.stock.panel.licensing\index.html”
com.adobe.inapp.typekit.purchase 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\CC_LIBRARIES_PANEL_EXTENSION_3_7_76\purchaseTypekit.html”
Home 2.10.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.ccx.start-2.10.0\index.html?v=2.10.0.21”
Export As 4.8.12 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2020\Required\CEP\extensions\com.adobe.photoshop.crema\index.html”
RP4 Raya Pro 4 HUB 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 Hub\index.html”
Lumenzia 8.0.0 - from the file “C:\Users\DaLiu\AppData\Roaming\Adobe\CEP\extensions\com.lumenzia.ext\index.html”
RP4 InstaMask 3 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 InstaMask\index.html”
RP4 RGB Masks 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 RGB\index.html”
New Document 3.1.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.adobe.ccx.fnft-3.1.0\fnft.html?v=3.1.0.12”
com.adobe.capture.extension 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\CC_LIBRARIES_PANEL_EXTENSION_3_7_76\extensions\capture\capture.html”
RP4 Colour Centre 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 Colour Centre\index.html”
RP4 Dodge And Burn 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 Dodge and Burn\index.html”
Adobe Color Themes 6.1.0 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2020\Required\CEP\extensions\com.adobe.KulerPanel.html\index.html”
RP4 Quick Blending 1.0.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Raya 4 Quick Blending\index.html”
Export As 4.8.12 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2020\Required\CEP\extensions\com.adobe.photoshop.crema\index.html”

Installed TWAIN devices: NONE


Does anybody else is facing this issue and found a way to fix it?

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
Contributor ,
Nov 16, 2021 Nov 16, 2021

Copy link to clipboard

Copied

LATEST

The blank error issue is because you need to grant debut permissions if it's not signed.

On a mac for example you would do this in terminal:

defaults write com.adobe.CSXS.11 PlayerDebugMode 1

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 ,
Aug 01, 2020 Aug 01, 2020

Copy link to clipboard

Copied

Did anyone ever find a solution to this? I'm having a similar problem with a signed panel in InDesign. It works fine on my end but the Adobe review team is telling me the panel returns a blank screen.

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