How to fix the White Screen in Zencoder chat for JetBrains IDEs
Some users experience an issue where the Zencoder chat window in JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, etc.) appears completely white with no content displayed. This is internally known as the “White Screen of Death” (WSOD).
This issue stems from how JCEF (Java Chromium Embedded Framework) is implemented in JetBrains IDEs. JCEF is a Java port of CEF (Chromium Embedded Framework) that JetBrains uses to render web content within their IDEs. In specific cases, particularly when rendering WebView content like the Zencoder chat interface, rendering issues can occur that result in the white screen.
JetBrains has recently released EAP 6 for their 2025.2 version of IDEs, which includes fixes for JCEF-related issues.
If your organization allows the use of Early Access Program (EAP) versions, this is the recommended solution.
EAP versions are pre-release software and may contain bugs or instabilities. If your organization has strict software policies, you may need to wait for the official 2025.2 release.
If you cannot use the EAP version, you can apply this workaround by modifying your IDE’s VM options:
This issue can affect all JetBrains IDEs including:
If the solutions provided don’t resolve your issue:
We’re working closely with the JetBrains team to ensure this issue is fully resolved in future releases. The permanent fix is expected to be included in the official JetBrains 2025.2 release.