Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDEA Error occured #716

Open
itzngga opened this issue Aug 9, 2023 · 0 comments
Open

IDEA Error occured #716

itzngga opened this issue Aug 9, 2023 · 0 comments

Comments

@itzngga
Copy link

itzngga commented Aug 9, 2023

Describe the bug

com.intellij.diagnostic.PluginException: No display name is specified for configurable io.unthrottled.doki.settings.ThemeSettingsUI in xml file;
specify it using 'displayName' or 'key' attribute to avoid necessity to load the configurable class when Settings dialog is opened [Plugin: io.acari.DDLCTheme]
at com.intellij.openapi.options.ex.ConfigurableWrapper.getDisplayName(ConfigurableWrapper.java:156)
at com.intellij.ide.util.gotoByName.GotoActionModel.lambda$new$0(GotoActionModel.java:81)
at com.intellij.openapi.util.NotNullLazyValue$4.compute(NotNullLazyValue.java:120)
at com.intellij.openapi.util.NotNullLazyValue$4.getValue(NotNullLazyValue.java:105)
at com.intellij.ide.util.gotoByName.GotoActionModel.getConfigurablesNames(GotoActionModel.java:378)
at com.intellij.ide.util.gotoByName.GotoActionItemProvider.processOptions(GotoActionItemProvider.java:148)
at com.intellij.ide.util.gotoByName.GotoActionItemProvider.filterElements(GotoActionItemProvider.java:94)
at com.intellij.ide.actions.searcheverywhere.ActionSearchEverywhereContributor.lambda$fetchWeightedElements$4(ActionSearchEverywhereContributor.java:137)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:61)
at com.intellij.ide.actions.searcheverywhere.ActionSearchEverywhereContributor.fetchWeightedElements(ActionSearchEverywhereContributor.java:136)
at com.intellij.ide.actions.searcheverywhere.MixedResultsSearcher$ContributorSearchTask.run(MixedResultsSearcher.java:184)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:206)
at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:272)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:833)

To Reproduce

  1. Open the IDEA

Environment

GoLand 2023.2
Build #GO-232.8660.185, built on July 26, 2023
Runtime version: 17.0.7+7-b1000.6 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Metal Rendering is ON
Registry:
suggest.all.run.configurations.from.context=true
debugger.new.tool.window.layout=true
ide.completion.variant.limit=500
ide.experimental.ui=true
go.debugger.configure.pty.for.tests=false

Non-Bundled Plugins:
dev.meanmail.plugin.nginx-intellij-plugin (2022.1.1)
com.fwdekker.randomness (2.7.7)
com.planetexpress.go_struct_tag_generator (1.2.8)
com.tabnine.TabNine (1.0.40)
com.godwin.json.parser (1.7)
org.toml.lang (232.8660.88)
com.intellij.ideolog (222.1.0.0)
com.github.b3er.idea.plugins.arc.browser (0.32)
String Manipulation (9.10.0)
intellij.webp (232.8660.88)
io.acari.DDLCTheme (88.5-1.11.0)
com.intellij.ml.llm (232.9520)
com.mallowigi (92.0.0)
com.dsoftware.ghtoolbar (1.13.3)
net.seesharpsoft.intellij.plugins.csv (3.2.1-232)
zielu.gittoolbox (500.0.13+213)
org.nemwiz.jira-commit-message (3.3.0)
com.github.maiqingqiang.goormhelper (1.2.3)
ru.adelf.idea.dotenv (2023.2)
izhangzhihao.rainbow.brackets (2023.3.2)
org.mvnsearch.jetbrains.plugins.httpx-jetbrains-plugin (0.18.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant