CLion安装完成,但是无法启动

问题描述 投票:0回答:1

嗯...
我通过工具箱完成软件安装。如图:
enter image description here
但是当我打开CLion时会显示错误信息:

我使用的操作系统是Linux
具体如下:Linux 5.18.17-amd64-desktop-community-hwe 2022 x86_64 GNU/Linux
软件版本为:2022.3.1 223.8214.51 附加信息:我安装了IDEA和Fleet OK,也启动了。
Java 版本:java 17.0.5 2022-10-18 LTS

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

java.lang.RuntimeException: Cannot invoke (class=AtomSettingsListener, method=appStarted, topic=AppLifecycleListener)
    at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:639)
    at com.intellij.util.messages.impl.MessageBusImplKt.deliverMessage(MessageBusImpl.kt:395)
    at com.intellij.util.messages.impl.MessageBusImplKt.pumpWaiting(MessageBusImpl.kt:374)
    at com.intellij.util.messages.impl.MessageBusImplKt.access$pumpWaiting(MessageBusImpl.kt:1)
    at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:433)
    at jdk.proxy2/jdk.proxy2.$Proxy45.appStarted(Unknown Source)
    at com.intellij.idea.IdeStarter$start$2.invokeSuspend(IdeStarter.kt:77)
    at com.intellij.idea.IdeStarter$start$2.invoke(IdeStarter.kt)
    at com.intellij.idea.IdeStarter$start$2.invoke(IdeStarter.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
    at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264)
    at com.intellij.idea.IdeStarter.start$suspendImpl(IdeStarter.kt:70)
    at com.intellij.idea.IdeStarter.start(IdeStarter.kt)
    at com.intellij.idea.ApplicationLoader.initApplicationImpl(ApplicationLoader.kt:169)
    at com.intellij.idea.ApplicationLoader.access$initApplicationImpl(ApplicationLoader.kt:1)
    at com.intellij.idea.ApplicationLoader$initApplicationImpl$1.invokeSuspend(ApplicationLoader.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
Caused by: java.lang.NullPointerException: null cannot be cast to non-null type com.intellij.openapi.util.IconPathPatcher
    at com.mallowigi.icons.services.IconPatchersManager.fixExperimentalUI(IconPatchersManager.kt:89)
    at com.mallowigi.icons.services.IconPatchersManager.init(IconPatchersManager.kt:48)
    at com.mallowigi.icons.AtomSettingsListener.initComponent(AtomSettingsListener.kt:66)
    at com.mallowigi.icons.AtomSettingsListener.appStarted(AtomSettingsListener.kt:52)
    at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:652)
    at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:625)
    ... 21 more

-----
Your JRE: 17.0.5+1-b653.23 amd64 (JetBrains s.r.o.)
/home/AaronLi/Software/ToolBox/apps/CLion/ch-0/223.8214.51/jbr

Java版

java 17.0.5 2022-10-18 LTS
Java(TM) SE Runtime Environment (build 17.0.5+9-LTS-191)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing)

第一次遇到这种问题,所以没有尝试去做。 我希望能够顺利...

software-design
1个回答
0
投票

OK,我成功解决了问题
问题的原因是我安装CLion ToolBox之前没有使用。所以./local/share/JetBrains目录下有一个CLion2022.3文件夹,我没有删除这个文件,所以CLion在安装的时候报错它开始了。

© www.soinside.com 2019 - 2024. All rights reserved.