Skip to content

Black screen in CLion while IntelliJ IDEA and PyCharm work normally #13069

Description

@Wanderer520

Before submitting your bug report

Relevant environment info

- OS:Windows11
- Continue version:v1.0.67
- IDE version:CLion 2026.2.0.1
- Model:DeepSeek v4
- config:
  
name: Local Config
version: 1.0.0
schema: v1
rules:
  - When outputting ANY math equations or mathematical symbols, ALWAYS use
    double dollar signs like $$...$$ (EVEN FOR INLINE MATH). NEVER use single
    dollar signs ($...$), parentheses ((...)), or brackets ([...]).
models:
  - name: DeepSeek V4 Pro
    provider: openai
    apiBase: https://api.deepseek.com
    apiKey: xxxx
    model: deepseek-v4-pro
    capabilities:
      - tool_use
    defaultCompletionOptions:
      temperature: 0.2
      maxTokens: 8192
    requestOptions:
      timeout: 7200
      extraBodyProperties:
        thinking:
          type: enabled
        reasoning_effort: max
  - name: DeepSeek V4 Flash
    provider: openai
    apiBase: https://api.deepseek.com
    apiKey: xxxx
    model: deepseek-v4-flash
    defaultCompletionOptions:
      temperature: 0.2
      maxTokens: 8192
    requestOptions:
      timeout: 7200
      extraBodyProperties:
        thinking:
          type: enabled
        reasoning_effort: high

  
  OR link to agent in Continue hub:

Description

Continue opens with only the top toolbar visible.

The entire main panel is completely black and unresponsive.

There is no loading screen, no sign-in page, no model selector, and no error message.

To reproduce

  • Reinstalled Continue
  • Disabled all other third-party plugins
  • Restarted CLion
  • JCEF is enabled
  • No relevant exceptions appear in idea.log

Log output

The exact same Continue configuration works correctly in:

- IntelliJ IDEA 2026.2
- PyCharm 2026.2

Only CLion shows this issue.
(Attach the black screen screenshot)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions