Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
The error occurs on launching Android Studio, throwing a com.intellij.diagnostic.PluginException. The issue seems to be related to the plugin io.fig.jetbrains.FigService, which results in an InstanceAlreadyRegisteredException. The error stack trace shows a conflict with the FigService plugin initialization, preventing the application from functioning correctly.
Error Stack Trace:
com.intellij.diagnostic.PluginException: io.fig.jetbrains.FigService [Plugin: io.fig.jetbrains]
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices(ComponentManagerImpl.kt:572)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:333)
...
Caused by: com.intellij.platform.instanceContainer.internal.InstanceAlreadyRegisteredException: io.fig.jetbrains.FigService
at com.intellij.platform.instanceContainer.internal.InstanceRegistrarImpl.registerInitializer(InstanceRegistrarImpl.kt:32)
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices2Inner(ComponentManagerImpl.kt:628)
...
Java Runtime Environment (JRE):
17.0.11+0-17.0.11b1207.24-11852314 aarch64 (JetBrains s.r.o.)
Location: /Applications/Android Studio.app/Contents/jbr/Contents/Home
STEPS TO REPRODUCE:
1. Download Android Studio.
2. Install the application.
3. Launch Android Studio, and the error appears at startup.
Studio Build:
Android Studio 2024.1, build AI-241.18034.62.2412.BUILD_NUMBER.
Copyright JetBrains s.r.o., (c) 2000-2024
Version of Gradle Plugin: [Not provided]
Version of Gradle: [Not provided]
Version of Java: 17.0.11 (JetBrains s.r.o.)
Operating System (OS): macOS, Version 15.0 (24A335)
Chip: Apple M1