-
Notifications
You must be signed in to change notification settings - Fork 5
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
Exception in plugin Spacegrey Theme (1.4.2) #15
Comments
Hi Marcus, thanks for reporting. What platform are you on? Windows/Linux/Mac? |
Hi Maciej,
I am running WIndows 10.
/Marcus
…On Thu, 19 Aug 2021 at 12:21, Maciej Turlo ***@***.***> wrote:
Hi Marcus, thanks for reporting. What platform are you on?
Windows/Linux/Mac?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPBS53RO5MV2W7DHHA3EYTT5TLIZANCNFSM5CN4RL7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
--
______________________________________
*Marcus Törndahl* (*System Architect*)
|
Seems like this type of issue come up with IntelliJ IDEs from time to time. From my quick research it seems like they tend to get fixed in the next minor version and then come up again later in a random EAP. Examples: I haven't yet found a good workaround to be implemented on the plugin side. |
Hi Maciej.
|
Software
IDE: PyCharm 2021.2 (Community Edition) - Build #PC-212.4746.96
Exception description
Do not request resource from classloader using path with leading slash
com.intellij.diagnostic.PluginException: /themes/spacegray-mt.xml [Plugin: com.github.mturlo.intellij.theme.spacegray]
at com.intellij.ide.plugins.cl.PluginClassLoader.findResource(PluginClassLoader.java:504)
at com.intellij.ide.plugins.cl.PluginClassLoader.findResource(PluginClassLoader.java:471)
at java.base/java.lang.ClassLoader.getResource(ClassLoader.java:1401)
at com.mallowigi.idea.MTBundledThemesManager.loadBundledTheme(MTBundledThemesManager.java:126)
at com.mallowigi.idea.MTBundledThemesManager.loadBundledThemes(MTBundledThemesManager.java:95)
at com.mallowigi.idea.MTLafComponent.initComponent(MTLafComponent.java:115)
at com.mallowigi.idea.MTLafComponent.appFrameCreated(MTLafComponent.java:74)
at com.intellij.util.messages.impl.MessageBusImpl.invokeMethod(MessageBusImpl.java:645)
at com.intellij.util.messages.impl.MessageBusImpl.invokeListener(MessageBusImpl.java:624)
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)
at com.sun.proxy.$Proxy52.appFrameCreated(Unknown Source)
at com.intellij.idea.IdeStarter.openProjectIfNeeded(IdeStarter.kt:98)
at com.intellij.idea.IdeStarter.main(IdeStarter.kt:77)
at com.intellij.idea.ApplicationLoader$startApp$3.run(ApplicationLoader.kt:185)
at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1742)
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
The text was updated successfully, but these errors were encountered: