Start Failed, Internal error: recovering IDE to the working state after the critical startup error

Start Failed, Internal error: recovering IDE to the working state after the critical startup error FOLLOW

Serge Baranov

Updated Yesterday at 06:05

Symptoms

IDE shows the Start Failed dialog with the exception stacktrace and the following text:

Internal error. Please report to http://jb.gg/ide/critical-startup-errors

Cause

There are multiple possible causes for this issue: broken or incompatible plug-in, corrupted IDE installation files, failed patch update, broken caches or damaged configuration.

It may be hard to guess the root case from the exception stacktrace.

Resolution

Please try the following steps one by one until the issue is resolved:

  1. Delete the third-party plug-ins directory (idea.plugins.path in the user‘s home directory, depends on the OS: ~/Library/Application Support/<Product><Version>on macOS, c:\Users\<user>\.<Product><Version>\config\plugins on Windows and ~/.<Product><Version>/config/plugins on Linux). <Product><Version>example: IntelliJIdea2019.1~ stands for the home directory (/Users/<user> on macOS, /home/<user> on Linux). You can bisect the plug-ins to find the offending one and remove only that plug-in, keeping the working plug-ins.

    Note: if the installation is managed by the Toolbox App, plug-ins directory will be located next to the application install location which can be found from the Toolbox properties of the installed app. Look for the directory name starting with the build number and ending with the .plugins, like 192.5728.98.plugins.

  2. Download and install the IDE again, either from the official site or using the Toolbox App. Your settings and projects will be preserved. When installing from .tar.gz on Linux make sure to unpack into the new empty directory, not on the top of the existing installation.
  3. Delete the IDE system (idea.system.pathdirectory.
  4. In most cases the issue should be already resolved, but if the IDE still doesn‘t start with the same error dialog, you can also try to backup and delete the settings directory (idea.config.path).
  5. Contact support with the full exception stacktrace (you can copy/paste it from the error dialog).

Feedback

We‘d appreciate if you report all such issues to the support team or directly to the issue tracker. We are trying to eliminate the root cases and make the IDE recovery process more seamless.

原文地址:https://www.cnblogs.com/mouseleo/p/11256959.html

时间: 2024-10-13 00:29:21

Start Failed, Internal error: recovering IDE to the working state after the critical startup error的相关文章

idea报错:error java compilation failed internal java compiler error

idea下面报如下问题 error java compilation failed internal java compiler error 解决办法:Setting->Compiler->Java Compiler,发现有的module是1.7的是1.6的,重新删除再导入好了

Error:java: Compilation failed: internal java comp

导入了一个idea project ,编译运行时候,提示Error:java: Compilation failed: internal java compiler error.查看了model的jdk版本,无异常,其实只需设置Setting->Compiler->Java Compiler,发现有的module是1.7的是1.6的,选 下就好了

Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup

Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup Tweet In Windows Server, it is possible to perform Backup of your system and even Virtual Machine in production. Yes Windows Server Backup is

linux安装phpstorm出现 Startup Error: Unable to detect graphics environment

在centos6.2下在安装phpstorm下遇到 Startup Error: Unable to detect graphics environment 其中jdk安装的版本是 1.7.0_79 使用 1.8.0_25 出现问题,然后更换 1.7.0_79 后出现的问题就剩下上面那一个了 phpstorm的版本是 PhpStorm-9.0.2.tar.gz 然后加入环境变量 export DISPLAY=:0.0 后在 phpstorm/bin 下运行 ./phpstorm.sh 就好了,命

error:: undefined reference to symbol &#39;__glewBufferSubData&#39; 未定义的引用 以及 error: main.o: undefined reference to symbol &#39;glTexImage2D&#39;

在把DSO移植到QT工程中,出现了 p,li { white-space: pre-wrap } /usr/bin/ld: KeyFrameDisplay.o: undefined reference to symbol '__glewBufferSubData' 报错,原因是.pro文件中没有加 GLEW库. 解决方案: 在.pro文件中加上这句: p,li { white-space: pre-wrap } ##### GLEW ##### LIBS += -lGLEW error: mai

Detailed Error Information: Module IIS Web Core Notification 未知 Handler 尚未确定 Error Code 0x80070032 配置错误 无法读取配置节“spring”,因为它缺少节声明 配置文件 \\?\d:\用户目录\我的文档\visual studio 2015\Projects\LiS

Detailed Error Information: Module    IIS Web Core Notification    未知 Handler    尚未确定 Error Code    0x80070032 配置错误    无法读取配置节“spring”,因为它缺少节声明 配置文件    \\?\d:\用户目录\我的文档\visual studio 2015\Projects\LiShu\LiShu.WebApp\web.config 没有加载sping 的dll文件

解决ERROR: D:\Snort\etc\snort.conf(511) Unknown preprocessor: &quot;sip&quot;. Fatal Error, Quitting..

唉学习snort真是各种麻烦啊,今天遇到一个问题. ERROR: D:\Snort\etc\snort.conf(511) Unknown preprocessor: "sip".Fatal Error, Quitting..解决方法其实很简单,直接在第511句后面加上 \ 就行了. 原文地址:https://www.cnblogs.com/wang1212-/p/9117135.html

Python 3 启动IDLE时报错Subprocess Startup Error的解决办法

最近在公司计算机(Windows)上安装Python 3.7.3,安装完成后本打算直接运行IDLE.结果IDLE提示错误Subprocess Startup Error,点击“确定”按钮后IDLE自行关闭. 解决方案如下: 1. 找到并打开:<Python的安装目录>\Lib\idlelib\pyshell.py文件. 2. 找到函数定义"def main():". 3. 在步骤2语句所在行的往下几行找到如下语句,并修改.            use_subprocess

Inceptor [Code: 40000, SQL State: 42000] COMPILE FAILED: Internal error NullPointerException: [Error 40000] java.lang.NullPointerException

下面代码报空指针 with `__all_dim__` as ( select * from ( select from_unixtime(unix_timestamp(`__bts__`) -1,'yyyy-MM-dd HH:mm:ss') as `__bts__` from ( select concat_ws(' ', `d`.`date`, `t`.`time_of_day`) as `__bts__` from `ecmp`.`dim_date` as `d` left join `e