If you are facing issues with some or all Helmut4-related panels, a good starting point is to check if they have been installed properly or are possibly using an outdated version.
Check availability of panels
First of all, we suggest starting with, for example, Adobe Premiere Pro and checking if you can access the panels with Panel Debug Ports.
Check version / status of extension(s)
For checking any Adobe extension, the Unified Plugin Installer Agent (UPIA) command-line tools are needed.
Detailed information about UPIA can be found on Adobe's website: Adobe UPIA
If you are using an FRL Online, Offline, or any other Adobe application package created via the Adobe Admin Console you might not be able to perform the following action if the package is missing the option "Create a folder for extensions and include the UPIA command-line tool" in the management options section.
Prerequisites Extension Check
Normal/ Named User License
Please make sure you are logged in to the Adobe Creative Cloud Desktop Application (CCDA) with a valid user account.
FRL Offline/Online
Make sure, UPIA is available on your client.
Windows
Open a command prompt window (no admin privileges needed):
Open a terminal window (no admin privileges needed):
# Navigate into the UPIA folder
cd "/Library/Application Support/Adobe/Adobe Desktop Common/RemoteComponents/UPI/UnifiedPluginInstallerAgent/UnifiedPluginInstallerAgent.app/Contents/MacOS"
# List all Adobe extensions
./UnifiedPluginInstallerAgent --list all
Expected UPIA Result
Error code
If you encounter any error codes, be sure to check the Adobe support website for the corresponding code explanation.
Expected return
By default, a list of all related Adobe applications that support extensions, such as Premiere Pro, After Effects, Media Encoder, Illustrator, and so on, will be returned.
Each application will display dedicated extensions available for the respective host application.
1 extension installed for Adobe Media Encoder (ver 25.0.0)
Status Extension Name Version
========= ======================================================= ==========
Enabled de.moovit.AME_WS 4.9.0
2 extensions installed for After Effects (ver 25.0.0)
Status Extension Name Version
========= ======================================================= ==========
Enabled de.moovit.HELMUT_ADOBE_INVISIBLE_PANEL 4.9.0
Enabled Helmut4 4.8.0
Enabled de.moovit.HELMUT_ADOBE_WINDOW_EXTENSION 4.8.0
6 extensions installed for Premiere Pro (ver 25.0.0)
Status Extension Name Version
========= ======================================================= ==========
Enabled GrowthAccelerator 1.10.0
Enabled MoovIT - Premiere Sequence Consolidator 1.1.5
Enabled de.moovit.HELMUT_ADOBE_INVISIBLE_PANEL 4.9.0
Enabled Helmut4 4.8.0
Enabled de.moovit.HELMUT_ADOBE_WINDOW_EXTENSION 4.8.0
Enabled de.moovit.Vulcano 1.1.0
Panel name change effective from version 4.9.0 onwards
The de.moovit.Helmut_Adobe_Window_Extension extension was renamed to Helmut4 in version 4.9.0, so you may encounter either name on your target system, depending on the version in use.
Helmut4 Panel Extensions
Latest Helmut4 Panel Extension Names
de.moovit.AME_WS
de.moovit.HELMUT_ADOBE_WINDOW_EXTENSION
Helmut4
Depreacted Helmut4 Panel Extension Names
de.moovit.PREMIERE_WS
de.moovit.HELMUT_ADOBE_WINDOW_EXTENSION
de.moovit.HELMUT
Remove extension manual via UPIA
Any extension can be removed using UPIA in case it is causing any issues.
Make sure to write the name of the extension in double quotation marks.
Windows
:: Navigate into the UPIA directorycd"C:\Program Files\Common Files\Adobe\Adobe Desktop Common\RemoteComponents\UPI\UnifiedPluginInstallerAgent":: Remove Adobe extension "de.moovit.AME_WS"UnifiedPluginInstallerAgent.exe /remove "de.moovit.AME_WS"
Macintosh
# Navigate into the UPIA foldercd "/Library/Application Support/Adobe/Adobe Desktop Common/RemoteComponents/UPI/UnifiedPluginInstallerAgent/UnifiedPluginInstallerAgent.app/Contents/MacOS"
# Remove Adobe extension "de.moovit.AME_WS"./UnifiedPluginInstallerAgent--remove"de.moovit.AME_WS"