doki-theme / doki-theme-jetbrains

Cute anime character themes for your JetBrains IDEs.
MIT License
635 stars 38 forks source link

IntelliJ splash screen freeze after update #290

Closed Dudeplayz closed 3 years ago

Dudeplayz commented 3 years ago

Describe the bug IntelliJ freezes at splash screen after plugin update.

To Reproduce

  1. Update to the newest version
  2. Reboot IntelliJ

Expected Behavior Normal IntelliJ start.

Environment IntelliJ IDEA 2020.2.3 (Ultimate Edition) Build #IU-202.7660.26, built on October 6, 2020 Runtime version: 11.0.8+10-b944.34 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1461M Cores: 16 Registry: ide.balloon.shadow.size=0 Non-Bundled Plugins: Key Promoter X, Shifter, Statistic, com.alayouni.ansiHighlight, com.intellij.ideolog, Lombook Plugin, SQL Query Plugin, SpellCheckPlugin, VisualVMLauncher, com.yiycf.plugins.mavenDependencyHelper, com.lid.intellij.translateme, com.maaxgr.intellij.jsonviewer, com.mallowigi, com.tang, com.thvardhan.gradianto, com.tsunderebug.discordintellij, com.vincentp.gruvbox-theme, com.ppolivka.gitlabprojects, com.almightyalpaca.intellij.plugins.discord, org.nik.presentation-assistant, tv.codely.codelytv-theme, wu.seal.tool.jsontokotlin, MavenRunHelper, com.fedot.idea.requirejs, Dart, io.flutter, org.jetbrains.kotlin, zielu.gittoolbox, com.cybrosis.catdea, com.chrisrm.idea.MaterialThemeUI, com.intellij.plugins.html.instantEditing, JRebelPlugin, com.jetbrains.php, izhangzhihao.rainbow.brackets, org.jetbrains.plugins.ruby, Pythonid, ru.meanmail.plugin.requirements, training

Workaround Deleting the plugin manually from the IntelliJ Plugins folder.

IntelliJ Log This is the log where I found the plugin which causes the issue.

Log ```log 2020-11-10 14:36:56,505 [ 2421] WARN - rottled.doki.hax.HackComponent - Unable to hackTitleFrame for reasons. 2020-11-10 14:36:56,885 [ 2801] WARN - tellij.ide.SystemHealthMonitor - issue detected: implicit.plugin.directory.path (ignored) 2020-11-10 14:36:56,889 [ 2805] INFO - gs.impl.UpdateCheckerComponent - channel: release 2020-11-10 14:36:57,030 [ 2946] INFO - STDERR - javassist.CannotCompileException: by java.lang.reflect.InvocationTargetException 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at javassist.util.proxy.DefineClassHelper$JavaOther.defineClass(DefineClassHelper.java:220) 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at javassist.util.proxy.DefineClassHelper$Java11.defineClass(DefineClassHelper.java:52) 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at javassist.util.proxy.DefineClassHelper.toClass(DefineClassHelper.java:260) 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at javassist.ClassPool.toClass(ClassPool.java:1240) 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at javassist.ClassPool.toClass(ClassPool.java:1098) 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at javassist.ClassPool.toClass(ClassPool.java:1056) 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at javassist.CtClass.toClass(CtClass.java:1298) 2020-11-10 14:36:57,031 [ 2947] INFO - STDERR - at com.mallowigi.idea.MTHackComponent.hackTitleLabel(MTHackComponent.java:200) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at com.mallowigi.idea.MTHackComponent.(MTHackComponent.java:55) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at java.base/java.lang.Class.forName0(Native Method) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at java.base/java.lang.Class.forName(Class.java:398) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:716) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners(CompositeMessageBus.java:186) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus.doComputeSubscribers(CompositeMessageBus.java:157) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at com.intellij.util.messages.impl.MessageBusImpl.computeSubscribers(MessageBusImpl.java:343) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus.computeSubscribers(CompositeMessageBus.java:151) 2020-11-10 14:36:57,032 [ 2948] INFO - STDERR - at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus$ToDirectChildrenMessagePublisher.publish(CompositeMessageBus.java:113) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at com.intellij.util.messages.impl.MessageBusImpl$MessagePublisher.invoke(MessageBusImpl.java:183) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at com.sun.proxy.$Proxy38.appFrameCreated(Unknown Source) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at com.intellij.idea.IdeStarter.main(IdeStarter.kt:105) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at com.intellij.idea.ApplicationLoader$startApp$8.run(ApplicationLoader.kt:231) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:610) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1085) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) 2020-11-10 14:36:57,033 [ 2949] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method) 2020-11-10 14:36:57,034 [ 2950] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) 2020-11-10 14:36:57,034 [ 2950] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834) 2020-11-10 14:36:57,034 [ 2950] INFO - STDERR - Caused by: java.lang.reflect.InvocationTargetException 2020-11-10 14:36:57,035 [ 2951] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2020-11-10 14:36:57,035 [ 2951] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2020-11-10 14:36:57,035 [ 2951] INFO - STDERR - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2020-11-10 14:36:57,036 [ 2952] INFO - STDERR - at java.base/java.lang.reflect.Method.invoke(Method.java:566) 2020-11-10 14:36:57,036 [ 2952] INFO - STDERR - at javassist.util.proxy.DefineClassHelper$JavaOther.defineClass(DefineClassHelper.java:214) 2020-11-10 14:36:57,036 [ 2952] INFO - STDERR - ... 33 more 2020-11-10 14:36:57,036 [ 2952] INFO - STDERR - Caused by: java.lang.LinkageError: loader com.intellij.util.lang.UrlClassLoader @3a82f6ef attempted duplicate class definition for com.intellij.ui.TitlePanel. (com.intellij.ui.TitlePanel is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @3a82f6ef, parent loader 'platform') 2020-11-10 14:36:57,036 [ 2952] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass1(Native Method) 2020-11-10 14:36:57,036 [ 2952] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017) 2020-11-10 14:36:57,036 [ 2952] INFO - STDERR - ... 38 more 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - javassist.CannotCompileException: by java.lang.reflect.InvocationTargetException 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at javassist.util.proxy.DefineClassHelper$JavaOther.defineClass(DefineClassHelper.java:220) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at javassist.util.proxy.DefineClassHelper$Java11.defineClass(DefineClassHelper.java:52) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at javassist.util.proxy.DefineClassHelper.toClass(DefineClassHelper.java:260) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at javassist.ClassPool.toClass(ClassPool.java:1240) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at javassist.ClassPool.toClass(ClassPool.java:1098) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at javassist.ClassPool.toClass(ClassPool.java:1056) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at javassist.CtClass.toClass(CtClass.java:1298) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at com.mallowigi.idea.MTHackComponent.hackLiveIndicator(MTHackComponent.java:282) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at com.mallowigi.idea.MTHackComponent.(MTHackComponent.java:60) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at java.base/java.lang.Class.forName0(Native Method) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at java.base/java.lang.Class.forName(Class.java:398) 2020-11-10 14:36:57,051 [ 2967] INFO - STDERR - at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:716) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners(CompositeMessageBus.java:186) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus.doComputeSubscribers(CompositeMessageBus.java:157) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.util.messages.impl.MessageBusImpl.computeSubscribers(MessageBusImpl.java:343) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus.computeSubscribers(CompositeMessageBus.java:151) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.util.messages.impl.CompositeMessageBus$ToDirectChildrenMessagePublisher.publish(CompositeMessageBus.java:113) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.util.messages.impl.MessageBusImpl$MessagePublisher.invoke(MessageBusImpl.java:183) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.sun.proxy.$Proxy38.appFrameCreated(Unknown Source) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.idea.IdeStarter.main(IdeStarter.kt:105) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at com.intellij.idea.ApplicationLoader$startApp$8.run(ApplicationLoader.kt:231) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:610) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1085) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 2020-11-10 14:36:57,052 [ 2968] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - Caused by: java.lang.reflect.InvocationTargetException 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/java.lang.reflect.Method.invoke(Method.java:566) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at javassist.util.proxy.DefineClassHelper$JavaOther.defineClass(DefineClassHelper.java:214) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - ... 33 more 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - Caused by: java.lang.LinkageError: loader com.intellij.util.lang.UrlClassLoader @3a82f6ef attempted duplicate class definition for com.intellij.execution.runners.ExecutionUtil. (com.intellij.execution.runners.ExecutionUtil is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @3a82f6ef, parent loader 'platform') 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass1(Native Method) 2020-11-10 14:36:57,053 [ 2969] INFO - STDERR - at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017) 2020-11-10 14:36:57,054 [ 2970] INFO - STDERR - ... 38 more 2020-11-10 14:36:57,162 [ 3078] INFO - pi.util.registry.RegistryValue - Registry value 'ide.balloon.shadow.size' has changed to '0' 2020-11-10 14:36:57,170 [ 3086] ERROR - pplication.impl.LaterInvocator - Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at io.unthrottled.doki.icon.ColorPatcher.forURL(ColorPatcher.kt:20) at com.intellij.util.SVGLoader.load(SVGLoader.java:89) at com.intellij.ui.icons.ImageDescriptor.loadImpl(ImageDescriptor.java:167) at com.intellij.ui.icons.ImageDescriptor.loadFromStream(ImageDescriptor.java:143) at com.intellij.ui.icons.ImageDescriptor.load(ImageDescriptor.java:132) at com.intellij.util.ImageLoader$ImageDescriptorList.load(ImageLoader.java:174) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:334) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:323) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrlImpl(IconLoader.java:803) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrl(IconLoader.java:777) at com.intellij.openapi.util.IconLoader$CachedImageIcon.access$900(IconLoader.java:603) at com.intellij.openapi.util.IconLoader$CachedImageIcon$MyScaledIconsCache.getOrScaleIcon(IconLoader.java:836) at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:681) at com.intellij.ui.icons.LazyImageIcon.getRealIcon(LazyImageIcon.java:76) at com.intellij.ui.icons.LazyImageIcon.getIconWidth(LazyImageIcon.java:60) at com.intellij.openapi.util.IconLoader.isGoodSize(IconLoader.java:430) at com.intellij.openapi.util.IconLoader.filterIcon(IconLoader.java:472) at com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:458) at com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:440) at com.intellij.ide.ui.laf.LafManagerImpl$DefaultMenuArrowIcon.(LafManagerImpl.java:1046) at com.intellij.ide.ui.laf.LafManagerImpl$DefaultMenuArrowIcon.(LafManagerImpl.java:1041) at com.intellij.ide.ui.laf.LafManagerImpl.fixMenuIssues(LafManagerImpl.java:763) at com.intellij.ide.ui.laf.LafManagerImpl.updateUI(LafManagerImpl.java:585) at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl$1EditorColorSchemeProcessor.handleCurrentSchemeSwitched(EditorColorsManagerImpl.java:136) at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl$1EditorColorSchemeProcessor.lambda$onCurrentSchemeSwitched$0(EditorColorsManagerImpl.java:130) at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:322) at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84) at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:132) at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:47) at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:188) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:971) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:841) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:452) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:744) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:451) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:499) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) 2020-11-10 14:36:57,170 [ 3086] ERROR - llij.ide.plugins.PluginManager - java.lang.RuntimeException: java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. java.util.concurrent.CompletionException: java.lang.RuntimeException: java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:610) at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1085) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at com.intellij.openapi.application.impl.LaterInvocator.invokeAndWait(LaterInvocator.java:149) at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:475) at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:480) at com.mallowigi.idea.MTLafComponent.initComponent(MTLafComponent.java:119) at com.mallowigi.idea.MTLafComponent.appFrameCreated(MTLafComponent.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.intellij.util.messages.impl.MessageBusImpl.invokeListener(MessageBusImpl.java:636) at com.intellij.util.messages.impl.MessageBusImpl.deliverMessage(MessageBusImpl.java:406) at com.intellij.util.messages.impl.MessageBusImpl.pumpWaitingBuses(MessageBusImpl.java:384) at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:366) at com.intellij.util.messages.impl.MessageBusImpl.access$100(MessageBusImpl.java:32) at com.intellij.util.messages.impl.MessageBusImpl$MessagePublisher.invoke(MessageBusImpl.java:187) at com.sun.proxy.$Proxy38.appFrameCreated(Unknown Source) at com.intellij.idea.IdeStarter.main(IdeStarter.kt:105) at com.intellij.idea.ApplicationLoader$startApp$8.run(ApplicationLoader.kt:231) at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:783) ... 11 more Caused by: java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at io.unthrottled.doki.icon.ColorPatcher.forURL(ColorPatcher.kt:20) at com.intellij.util.SVGLoader.load(SVGLoader.java:89) at com.intellij.ui.icons.ImageDescriptor.loadImpl(ImageDescriptor.java:167) at com.intellij.ui.icons.ImageDescriptor.loadFromStream(ImageDescriptor.java:143) at com.intellij.ui.icons.ImageDescriptor.load(ImageDescriptor.java:132) at com.intellij.util.ImageLoader$ImageDescriptorList.load(ImageLoader.java:174) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:334) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:323) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrlImpl(IconLoader.java:803) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrl(IconLoader.java:777) at com.intellij.openapi.util.IconLoader$CachedImageIcon.access$900(IconLoader.java:603) at com.intellij.openapi.util.IconLoader$CachedImageIcon$MyScaledIconsCache.getOrScaleIcon(IconLoader.java:836) at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:681) at com.intellij.ui.icons.LazyImageIcon.getRealIcon(LazyImageIcon.java:76) at com.intellij.ui.icons.LazyImageIcon.getIconWidth(LazyImageIcon.java:60) at com.intellij.openapi.util.IconLoader.isGoodSize(IconLoader.java:430) at com.intellij.openapi.util.IconLoader.filterIcon(IconLoader.java:472) at com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:458) at com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:440) at com.intellij.ide.ui.laf.LafManagerImpl$DefaultMenuArrowIcon.(LafManagerImpl.java:1046) at com.intellij.ide.ui.laf.LafManagerImpl$DefaultMenuArrowIcon.(LafManagerImpl.java:1041) at com.intellij.ide.ui.laf.LafManagerImpl.fixMenuIssues(LafManagerImpl.java:763) at com.intellij.ide.ui.laf.LafManagerImpl.updateUI(LafManagerImpl.java:585) at com.mallowigi.idea.MTThemeManager.activate(MTThemeManager.java:381) at com.mallowigi.idea.MTThemeManager.activateLAF(MTThemeManager.java:333) at com.mallowigi.idea.MTLafComponent.activateLaf(MTLafComponent.java:99) at com.mallowigi.idea.MTLafComponent.lambda$initComponent$0(MTLafComponent.java:119) at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeAndWait$8(ApplicationImpl.java:475) at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:126) at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84) at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:132) at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:47) at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:188) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:971) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:841) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:452) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:744) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:451) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:499) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) 2020-11-10 14:36:57,180 [ 3096] ERROR - pplication.impl.LaterInvocator - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26 2020-11-10 14:36:57,210 [ 3126] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26 2020-11-10 14:36:57,210 [ 3126] ERROR - pplication.impl.LaterInvocator - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2020-11-10 14:36:57,210 [ 3126] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2020-11-10 14:36:57,211 [ 3127] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10 2020-11-10 14:36:57,211 [ 3127] ERROR - pplication.impl.LaterInvocator - OS: Windows 10 2020-11-10 14:36:57,211 [ 3127] ERROR - llij.ide.plugins.PluginManager - Plugin to blame: Material Theme UI version: 5.3.4 2020-11-10 14:36:57,211 [ 3127] ERROR - llij.ide.plugins.PluginManager - Last Action: 2020-11-10 14:36:57,211 [ 3127] ERROR - pplication.impl.LaterInvocator - Plugin to blame: The Doki Theme version: 11.3.0 2020-11-10 14:36:57,211 [ 3127] ERROR - pplication.impl.LaterInvocator - Last Action: 2020-11-10 14:36:57,226 [ 3142] ERROR - pplication.impl.LaterInvocator - Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at io.unthrottled.doki.icon.ColorPatcher.forURL(ColorPatcher.kt:20) at com.intellij.util.SVGLoader.load(SVGLoader.java:89) at com.intellij.ui.icons.ImageDescriptor.loadImpl(ImageDescriptor.java:167) at com.intellij.ui.icons.ImageDescriptor.loadFromStream(ImageDescriptor.java:143) at com.intellij.ui.icons.ImageDescriptor.load(ImageDescriptor.java:132) at com.intellij.util.ImageLoader$ImageDescriptorList.load(ImageLoader.java:174) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:334) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:323) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrlImpl(IconLoader.java:803) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrl(IconLoader.java:777) at com.intellij.openapi.util.IconLoader$CachedImageIcon.access$900(IconLoader.java:603) at com.intellij.openapi.util.IconLoader$CachedImageIcon$MyScaledIconsCache.getOrScaleIcon(IconLoader.java:836) at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:681) at com.intellij.ui.icons.LazyImageIcon.getRealIcon(LazyImageIcon.java:76) at com.intellij.ui.icons.LazyImageIcon.getIconWidth(LazyImageIcon.java:60) at com.intellij.openapi.util.IconLoader.isGoodSize(IconLoader.java:430) at com.intellij.openapi.util.IconLoader.filterIcon(IconLoader.java:472) at com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:458) at com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:440) at com.intellij.ide.ui.laf.LafManagerImpl$DefaultMenuArrowIcon.(LafManagerImpl.java:1046) at com.intellij.ide.ui.laf.LafManagerImpl$DefaultMenuArrowIcon.(LafManagerImpl.java:1041) at com.intellij.ide.ui.laf.LafManagerImpl.fixMenuIssues(LafManagerImpl.java:763) at com.intellij.ide.ui.laf.LafManagerImpl.updateUI(LafManagerImpl.java:585) at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl$1EditorColorSchemeProcessor.handleCurrentSchemeSwitched(EditorColorsManagerImpl.java:136) at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl$1EditorColorSchemeProcessor.lambda$onCurrentSchemeSwitched$0(EditorColorsManagerImpl.java:130) at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:322) at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84) at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:132) at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:47) at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:188) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:971) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:841) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:452) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:744) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:451) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:499) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) 2020-11-10 14:36:57,227 [ 3143] ERROR - pplication.impl.LaterInvocator - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26 2020-11-10 14:36:57,227 [ 3143] ERROR - pplication.impl.LaterInvocator - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2020-11-10 14:36:57,227 [ 3143] ERROR - pplication.impl.LaterInvocator - OS: Windows 10 2020-11-10 14:36:57,227 [ 3143] ERROR - pplication.impl.LaterInvocator - Plugin to blame: The Doki Theme version: 11.3.0 2020-11-10 14:36:57,228 [ 3144] ERROR - pplication.impl.LaterInvocator - Last Action: 2020-11-10 14:36:57,751 [ 3667] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.tang] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.tang] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:223) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:193) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:549) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:537) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1551) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:15) at com.intellij.openapi.application.Preloader.lambda$preload$0(Preloader.java:84) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:170) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:629) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:581) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:157) at com.intellij.openapi.application.Preloader.lambda$preload$1(Preloader.java:74) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:215) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:194) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:207) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:183) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:116) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:449) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:212) ... 24 more Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:430) ... 25 more Caused by: java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at io.unthrottled.doki.icon.ColorPatcher.forURL(ColorPatcher.kt:20) at com.intellij.util.SVGLoader.load(SVGLoader.java:89) at com.intellij.ui.icons.ImageDescriptor.loadImpl(ImageDescriptor.java:167) at com.intellij.ui.icons.ImageDescriptor.loadFromStream(ImageDescriptor.java:143) at com.intellij.ui.icons.ImageDescriptor.load(ImageDescriptor.java:132) at com.intellij.util.ImageLoader$ImageDescriptorList.load(ImageLoader.java:174) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:334) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:323) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrlImpl(IconLoader.java:803) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrl(IconLoader.java:777) at com.intellij.openapi.util.IconLoader$CachedImageIcon.access$900(IconLoader.java:603) at com.intellij.openapi.util.IconLoader$CachedImageIcon$MyScaledIconsCache.getOrScaleIcon(IconLoader.java:836) at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:681) at com.intellij.ui.icons.LazyImageIcon.getRealIcon(LazyImageIcon.java:76) at com.intellij.ui.icons.LazyImageIcon.getIconWidth(LazyImageIcon.java:60) at com.intellij.ui.IconWrapperWithToolTip.getIconWidth(IconWrapperWithToolTip.java:28) at com.intellij.ui.RowIcon.updateSize(RowIcon.java:183) at com.intellij.ui.RowIcon.(RowIcon.java:67) at com.tang.intellij.lua.lang.LuaIcons.(LuaIcons.java:38) at com.tang.intellij.lua.actions.CreateLuaFileAction.(CreateLuaFileAction.java:34) ... 30 more 2020-11-10 14:36:57,752 [ 3668] ERROR - nSystem.impl.ActionManagerImpl - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26 2020-11-10 14:36:57,752 [ 3668] ERROR - nSystem.impl.ActionManagerImpl - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2020-11-10 14:36:57,752 [ 3668] ERROR - nSystem.impl.ActionManagerImpl - OS: Windows 10 2020-11-10 14:36:57,752 [ 3668] ERROR - nSystem.impl.ActionManagerImpl - Plugin to blame: EmmyLua version: 1.3.4.157-IDEA202 2020-11-10 14:36:57,752 [ 3668] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2020-11-10 14:36:57,795 [ 3711] INFO - ed.doki.integrations.RestTools - Attempting to download remote asset: https://jetbrains.assets.unthrottled.io/doki-theme/sentry-dsn.txt 2020-11-10 14:36:57,851 [ 3767] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Users\Dario\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\202.7660.26\bin\fsnotifier64.exe 2020-11-10 14:36:57,868 [ 3784] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2020-11-10 14:36:57,902 [ 3818] ERROR - nSystem.impl.ActionManagerImpl - Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. [Plugin: com.mallowigi] com.intellij.diagnostic.PluginException: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. [Plugin: com.mallowigi] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:223) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:193) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:549) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:537) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1551) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:15) at com.intellij.openapi.application.Preloader.lambda$preload$0(Preloader.java:84) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:170) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:629) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:581) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:157) at com.intellij.openapi.application.Preloader.lambda$preload$1(Preloader.java:74) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:215) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:194) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:207) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:183) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at io.unthrottled.doki.icon.ColorPatcher.forURL(ColorPatcher.kt:20) at com.intellij.util.SVGLoader.load(SVGLoader.java:89) at com.intellij.ui.icons.ImageDescriptor.loadImpl(ImageDescriptor.java:167) at com.intellij.ui.icons.ImageDescriptor.loadFromStream(ImageDescriptor.java:143) at com.intellij.ui.icons.ImageDescriptor.load(ImageDescriptor.java:132) at com.intellij.util.ImageLoader$ImageDescriptorList.load(ImageLoader.java:174) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:334) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:323) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrlImpl(IconLoader.java:803) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrl(IconLoader.java:777) at com.intellij.openapi.util.IconLoader$CachedImageIcon.access$900(IconLoader.java:603) at com.intellij.openapi.util.IconLoader$CachedImageIcon$MyScaledIconsCache.getOrScaleIcon(IconLoader.java:836) at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:681) at com.intellij.ui.icons.LazyImageIcon.getRealIcon(LazyImageIcon.java:76) at com.intellij.ui.icons.LazyImageIcon.getIconWidth(LazyImageIcon.java:60) at com.intellij.ui.IconWrapperWithToolTip.getIconWidth(IconWrapperWithToolTip.java:28) at com.intellij.util.ui.EmptyIcon.create(EmptyIcon.java:68) at com.mallowigi.tree.arrows.NoneArrowsStyle.(NoneArrowsStyle.kt:31) at com.mallowigi.tree.arrows.ArrowsStyles.(ArrowsStyles.kt:36) at com.mallowigi.config.AtomFileIconsConfig.(AtomFileIconsConfig.kt:72) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:47) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:664) at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:49) at com.intellij.serviceContainer.ServiceComponentAdapter.access$createAndInitialize(ServiceComponentAdapter.kt:13) at com.intellij.serviceContainer.ServiceComponentAdapter$doCreateInstance$1.run(ServiceComponentAdapter.kt:43) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:629) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:581) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:192) at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:42) at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:113) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:67) at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:413) at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:395) at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:20) at com.mallowigi.config.AtomFileIconsConfig$Companion.getInstance(AtomFileIconsConfig.kt:275) at com.mallowigi.actions.EnableUIIconsAction.(EnableUIIconsAction.kt:40) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:398) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:212) ... 24 more 2020-11-10 14:36:57,903 [ 3819] ERROR - nSystem.impl.ActionManagerImpl - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26 2020-11-10 14:36:57,903 [ 3819] ERROR - nSystem.impl.ActionManagerImpl - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2020-11-10 14:36:57,903 [ 3819] ERROR - nSystem.impl.ActionManagerImpl - OS: Windows 10 2020-11-10 14:36:57,903 [ 3819] ERROR - nSystem.impl.ActionManagerImpl - Plugin to blame: Atom Material Icons version: 27.0 2020-11-10 14:36:57,903 [ 3819] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2020-11-10 14:36:57,937 [ 3853] INFO - leBasedIndexDataInitialization - Initialization done: 2061 2020-11-10 14:36:57,964 [ 3880] INFO - ed.doki.integrations.RestTools - Asset has responded for remote asset: https://jetbrains.assets.unthrottled.io/doki-theme/sentry-dsn.txt with status code 200 2020-11-10 14:36:58,002 [ 3918] WARN - try.DefaultSentryClientFactory - No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames 2020-11-10 14:36:58,007 [ 3923] WARN - try.DefaultSentryClientFactory - No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames 2020-11-10 14:36:58,019 [ 3935] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:223) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:193) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:549) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:537) at com.intellij.openapi.actionSystem.DefaultActionGroup.unStub(DefaultActionGroup.java:393) at com.intellij.openapi.actionSystem.DefaultActionGroup.getChildren(DefaultActionGroup.java:352) at com.intellij.openapi.actionSystem.ActionGroupStub.initGroup(ActionGroupStub.kt:32) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertGroupStub(ActionManagerImpl.java:253) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:549) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:537) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1551) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:15) at com.intellij.openapi.application.Preloader.lambda$preload$0(Preloader.java:84) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:170) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:629) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:581) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:157) at com.intellij.openapi.application.Preloader.lambda$preload$1(Preloader.java:74) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:215) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:194) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:207) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:183) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:116) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:449) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:212) ... 30 more Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:430) ... 31 more Caused by: java.lang.AbstractMethodError: Receiver class io.unthrottled.doki.hax.SvgLoaderHacker$setSVGColorPatcher$2$1 does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forURL(java.net.URL)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider. at io.unthrottled.doki.icon.ColorPatcher.forURL(ColorPatcher.kt:20) at com.intellij.util.SVGLoader.load(SVGLoader.java:89) at com.intellij.ui.icons.ImageDescriptor.loadImpl(ImageDescriptor.java:167) at com.intellij.ui.icons.ImageDescriptor.loadFromStream(ImageDescriptor.java:143) at com.intellij.ui.icons.ImageDescriptor.load(ImageDescriptor.java:132) at com.intellij.util.ImageLoader$ImageDescriptorList.load(ImageLoader.java:174) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:334) at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:323) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrlImpl(IconLoader.java:803) at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrl(IconLoader.java:777) at com.intellij.openapi.util.IconLoader$CachedImageIcon.access$900(IconLoader.java:603) at com.intellij.openapi.util.IconLoader$CachedImageIcon$MyScaledIconsCache.getOrScaleIcon(IconLoader.java:836) at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:681) at com.intellij.ui.icons.LazyImageIcon.getRealIcon(LazyImageIcon.java:76) at com.intellij.ui.icons.LazyImageIcon.getIconWidth(LazyImageIcon.java:60) at com.intellij.ui.IconWrapperWithToolTip.getIconWidth(IconWrapperWithToolTip.java:28) at com.intellij.ui.LayeredIcon.updateSize(LayeredIcon.java:278) at com.intellij.ui.LayeredIcon.setIcon(LayeredIcon.java:148) at com.intellij.ui.LayeredIcon.setIcon(LayeredIcon.java:123) at com.jetbrains.php.PhpIcons.(PhpIcons.java:23) at com.jetbrains.php.phpunit.codeGeneration.PhpUnitNewTestFromClassAction.(PhpUnitNewTestFromClassAction.java:25) ... 36 more 2020-11-10 14:36:58,019 [ 3935] ERROR - nSystem.impl.ActionManagerImpl - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26 2020-11-10 14:36:58,020 [ 3936] ERROR - nSystem.impl.ActionManagerImpl - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2020-11-10 14:36:58,020 [ 3936] ERROR - nSystem.impl.ActionManagerImpl - OS: Windows 10 2020-11-10 14:36:58,020 [ 3936] ERROR - nSystem.impl.ActionManagerImpl - Plugin to blame: PHP version: 202.7660.42 2020-11-10 14:36:58,020 [ 3936] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2020-11-10 14:36:58,020 [ 3936] ERROR - ctionSystem.DefaultActionGroup - Null child action in group PHP Test () of class class com.intellij.openapi.actionSystem.ActionGroupStub, id=PhpUnitNewTestFromClass java.lang.Throwable: Null child action in group PHP Test () of class class com.intellij.openapi.actionSystem.ActionGroupStub, id=PhpUnitNewTestFromClass at com.intellij.openapi.diagnostic.Logger.error(Logger.java:143) at com.intellij.openapi.actionSystem.DefaultActionGroup.unStub(DefaultActionGroup.java:395) at com.intellij.openapi.actionSystem.DefaultActionGroup.getChildren(DefaultActionGroup.java:352) at com.intellij.openapi.actionSystem.ActionGroupStub.initGroup(ActionGroupStub.kt:32) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertGroupStub(ActionManagerImpl.java:253) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:549) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:537) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1551) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:15) at com.intellij.openapi.application.Preloader.lambda$preload$0(Preloader.java:84) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:170) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:629) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:581) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:157) at com.intellij.openapi.application.Preloader.lambda$preload$1(Preloader.java:74) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:215) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:194) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:207) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:183) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:834) 2020-11-10 14:36:58,021 [ 3937] ERROR - ctionSystem.DefaultActionGroup - IntelliJ IDEA 2020.2.3 Build #IU-202.7660.26 2020-11-10 14:36:58,021 [ 3937] ERROR - ctionSystem.DefaultActionGroup - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2020-11-10 14:36:58,021 [ 3937] ERROR - ctionSystem.DefaultActionGroup - OS: Windows 10 2020-11-10 14:36:58,021 [ 3937] ERROR - ctionSystem.DefaultActionGroup - Last Action: 2020-11-10 14:36:58,021 [ 3937] ERROR - oncurrency.BoundedTaskExecutor - Index 0 out of bounds for length 0 java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 at com.intellij.util.containers.LockFreeCopyOnWriteArrayList.get(LockFreeCopyOnWriteArrayList.java:259) at com.intellij.util.containers.LockFreeCopyOnWriteArrayList.get(LockFreeCopyOnWriteArrayList.java:269) at com.intellij.openapi.actionSystem.DefaultActionGroup.getChildren(DefaultActionGroup.java:354) at com.intellij.openapi.actionSystem.ActionGroupStub.initGroup(ActionGroupStub.kt:32) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertGroupStub(ActionManagerImpl.java:253) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:549) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:537) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1551) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:15) at com.intellij.openapi.application.Preloader.lambda$preload$0(Preloader.java:84) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:170) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:629) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:581) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:157) at com.intellij.openapi.application.Preloader.lambda$preload$1(Preloader.java:74) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:215) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:194) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:207) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:183) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:834) ```
Unthrottled commented 3 years ago

Hey! Thanks for taking the time to fill out such a detailed error report, it really helps!

Looks like I forgot to take into account how the plugin would behave on older platforms when there are other plugins that manipulate the SVG patching API.

Unfortunately, I am not able to reproduce the error. However, I can try to fix the symptoms though.

If you are still interested you can:

Sorry for any inconveniences I may have caused! Thank you for your patience, understanding, and efforts!

Dudeplayz commented 3 years ago

Hey! Thank you for the fast fix! I have tested it now and it seems to work šŸ‘. I also had a short look at the logs which are now doki-free.

Btw I like the insights and the style of your homepage šŸ™‚.

Unthrottled commented 3 years ago

Thank you for the kind words friend!

I'll also be more vigilant about known compatibility errors in the future.