intellij icon indicating copy to clipboard operation
intellij copied to clipboard

CLion comes up with an error on startup

Open ghost opened this issue 1 year ago • 1 comments

Description of the bug:

CLion comes up with an error on startup

Which category does this issue belong to?

CLion

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

Run CLion Nova and the error pops up

Which Intellij IDE are you using? Please provide the specific version.

CLion 2024.1 EAP (Nova) Build #CL-241.11109, built on January 31, 2024

What programming languages and tools are you using? Please provide specific versions.

C++

What Bazel plugin version are you using?

2024.01.29.0.1-api-version-241

Have you found anything relevant by searching the web?

No I have not

Any other information, logs, or outputs that you want to share?

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.google.idea.blaze.base.sync.actions.IncrementalSyncProjectAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.google.idea.bazel.clwb]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:198)

ghost avatar Feb 09 '24 11:02 ghost

Duplicate of #5993

tpasternak avatar Feb 09 '24 11:02 tpasternak