关闭时报错信息:
问题1: Plugin error
Plugin 'Live Edit' (version '211.6693.111') is not compatible with the current version of the IDE, because it requires build 211.* or older but the current build is PS-212.5080.71
Plugin 'Stylus' (version '211.6693.78') is not compatible with the current version of the IDE, because it requires build 211.* or older but the current build is PS-212.5080.71
16:07 Plugin error
Plugin 'Live Edit' (version '211.6693.111') is not compatible with the current version of the IDE, because it requires build 211.* or older but the current build is PS-212.5080.71
Plugin 'Stylus' (version '211.6693.78') is not compatible with the current version of the IDE, because it requires build 211.* or older but the current build is PS-212.5080.71
问题2
java.util.MissingResourceException: Registry key ide.new.stripes.ui is not defined
at com.intellij.openapi.util.registry.Registry.getBundleValue(Registry.java:164)
at com.intellij.openapi.util.registry.RegistryValue.resetToDefault(RegistryValue.java:284)
at com.mallowigi.idea.MTThemeManager.cleanRegistry(MTThemeManager.java:753)
at com.mallowigi.idea.MTApplicationComponent.cleanRegistry(MTApplicationComponent.java:90)
at com.mallowigi.idea.MTApplicationComponent.disposeComponent(MTApplicationComponent.java:86)
at com.mallowigi.idea.MTApplicationComponent.appClosing(MTApplicationComponent.java:82)
at com.intellij.util.messages.impl.MessageBusImpl.invokeMethod(MessageBusImpl.java:642)
at com.intellij.util.messages.impl.MessageBusImpl.invokeListener(MessageBusImpl.java:620)
at com.intellij.util.messages.impl.MessageBusImpl.deliverMessage(MessageBusImpl.java:417)
at com.intellij.util.messages.impl.MessageBusImpl.pumpWaitingBuses(MessageBusImpl.java:390)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:372)
at com.intellij.util.messages.impl.MessageBusImpl.access$200(MessageBusImpl.java:33)
at com.intellij.util.messages.impl.MessageBusImpl$MessagePublisher.invoke(MessageBusImpl.java:179)
问题1 处理方案:更新对应的插件(不一定下图所示插件)

问题2 处理方案:禁用对应的插件(不一定是下图所示插件)

按照上面处理完后,关闭phpstorm 正常。
ps:本人亲测,其他jetbrains的集成开发工具 也可以参照此处理
IDE插件兼容性错误及资源缺失问题解决方案
本文档描述了在使用PHPStorm或其他JetBrains IDE时遇到的两个问题:1) 插件'LiveEdit'和'Stylus'与当前IDE版本不兼容;2) java.util.MissingResourceException错误。解决方法包括更新不兼容插件和禁用导致问题的插件。按照这些步骤操作后,问题得到解决,能够正常关闭IDE。
1165

被折叠的 条评论
为什么被折叠?



