JetBrains White Screen Issue
How to fix the White Screen in Zencoder chat for JetBrains IDEs
Zenocder Chat Appears White in JetBrains IDEs
Problem Description
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).
Symptoms
- The Zencoder chat panel opens but displays only or partly a white screen
- No error messages appear in the UI
- The chat is usually completely non-responsive
- The issue may persist across IDE being moved between different screens
Causes
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.
Solutions
Option 1: Update to JetBrains 2025.2 EAP
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.
- Download and install the latest EAP version from the JetBrains website
- Restart your IDE
- The Zencoder chat should now display correctly
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.
Option 2: Disable Out-of-Process JCEF (Workaround)
If you cannot use the EAP version, you can apply this workaround by modifying your IDE’s VM options:
- In your JetBrains IDE, go to Help > Edit Custom VM Options…
- Add the following line to the end of the file:
- Save the file
- Restart your IDE completely
- The Zencoder chat should now display correctly
Additional Information
Affected IDEs
This issue can affect all JetBrains IDEs including:
- IntelliJ IDEA
- PyCharm
- WebStorm
- PhpStorm
- Rider
- Android Studio
- Other JetBrains-based IDEs
Troubleshooting
If the solutions provided don’t resolve your issue:
- Make sure you’ve completely restarted your IDE after applying changes and saved the file
- Try resetting your IDE’s configuration (File > Invalidate Caches / Restart)
- Check if the issue persists when moving your IDE window between different monitors
- Collect the relevant logs from your IDE
- Contact our support team with the details
Future Updates
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.