Giter VIP home page Giter VIP logo

Comments (15)

Pushpavel avatar Pushpavel commented on June 19, 2024 1

I think I got where to look for solving this issue. thanks for reporting the error.

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

Works fine with 2022.2.4 but not in 2022.3.1
Seems to be compatibility issue.

from autocp.

Pushpavel avatar Pushpavel commented on June 19, 2024

You should open CLION first before clicking on Competitive companion icon and I checked with CLION 2022.3.1 (CL-223.8214.51 / Lastest snapshot build) which works fine.

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

Yes I did so, and it worked a few times in CLION 2022.3.1, and the plugin would randomly crash a few times, then I had to restart CLION. So, it did not work consistently for me.

from autocp.

Pushpavel avatar Pushpavel commented on June 19, 2024

This is expected when you open any other tools that also work with competitive companion like cphelper, does the crash occur even without opening any of these tools ? If so, there should have been error reporting from CLION about the crash.

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

Yes, I had tried to run it with other tools closed, but it still isn't working. There are no errors either.
Screenshot 2022-12-26 at 1 21 05 PM

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

Created a new project, it worked for a few times and then this error and it stopped working.

com.intellij.diagnostic.PluginException: 5543 ms to call on BGT precache-slow-data@RunAutoCpAction#update@keyboard shortcut (com.github.pushpavel.autocp.config.actions.RunAutoCpAction). Revise AnAction.getActionUpdateThread property [Plugin: com.github.pushpavel.autocp]
at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:83)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.logTimeProblemForPreCached(ActionUpdater.java:490)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.ensureSlowDataKeysPreCached(ActionUpdater.java:484)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$callAction$6(ActionUpdater.java:201)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1086)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:201)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:161)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:137)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:124)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:705)
at com.intellij.openapi.actionSystem.impl.ActionUpdater$UpdateSessionImpl.presentation(ActionUpdater.java:814)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.doUpdateActionsInner(IdeKeyEventDispatcher.java:674)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$3(IdeKeyEventDispatcher.java:621)
at com.intellij.openapi.actionSystem.impl.Utils.lambda$runUpdateSessionForInputEvent$15(Utils.java:756)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1086)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$19(ActionUpdater.java:428)
at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:128)
at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:424)
at com.intellij.openapi.actionSystem.impl.Utils.lambda$runUpdateSessionForInputEvent$16(Utils.java:756)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:772)
at com.intellij.openapi.actionSystem.impl.Utils.lambda$runUpdateSessionForInputEvent$18(Utils.java:763)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:589)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:664)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:620)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:588)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
at com.intellij.openapi.actionSystem.impl.Utils.lambda$runUpdateSessionForInputEvent$20(Utils.java:762)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
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)

from autocp.

Pushpavel avatar Pushpavel commented on June 19, 2024

The issue may have solved, I am not sure as I could not reproduce it, so please try this build.
AutoCp-v0.7.10.zip.

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

Sure, will give feedback after testing.

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

I am facing the same issue. BTW, haven't got that error message again yet.

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

Screenshot 2022-12-27 at 8 27 28 PM

from autocp.

Pushpavel avatar Pushpavel commented on June 19, 2024
Screenshot 2022-12-27 at 8 27 28 PM

when does this occur ?

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

First of all, after installing 0.7.10, it did not work, so I changed to a different project. Worked for once, then after solving a problem, I used Competitive Companion on another problem. Then, I put my laptop to sleep, when turned it on again, this was the popup in CLION.

from autocp.

Pushpavel avatar Pushpavel commented on June 19, 2024

Is this popup coming up again?

from autocp.

Dayal-Kumar avatar Dayal-Kumar commented on June 19, 2024

Yes

from autocp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.