Giter Club home page Giter Club logo

Comments (13)

albinalm avatar albinalm commented on June 25, 2024 1

Just did, seems to have resolved the issue. Good catch from the video, I just saw you can see it crashing right after displaying the changelog.

No clue what element in the readme that could've caused this issue, but might be good to keep in mind if you encounter this for other users as well.

Thanks!

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on June 25, 2024 1

Just created a new issue for the Rider IDE: RIDER-111854

from intellij-rainbow-brackets.

albinalm avatar albinalm commented on June 25, 2024

I found this message through my idea.log

com.intellij.diagnostic.PluginException: Migrate طẉ to ProjectActivity [Plugin: izhangzhihao.rainbow.brackets]
	at com.intellij.ide.startup.impl.StartupManagerImpl.runPostStartupActivities(StartupManagerImpl.kt:275)
	at com.intellij.ide.startup.impl.StartupManagerImpl.access$runPostStartupActivities(StartupManagerImpl.kt:68)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invokeSuspend(StartupManagerImpl.kt:191)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3.invokeSuspend(StartupManagerImpl.kt:190)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on June 25, 2024

Pls find and upload logs here by following https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files

from intellij-rainbow-brackets.

albinalm avatar albinalm commented on June 25, 2024

rider-logs.zip

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on June 25, 2024

I found this message through my idea.log

com.intellij.diagnostic.PluginException: Migrate طẉ to ProjectActivity [Plugin: izhangzhihao.rainbow.brackets]
	at com.intellij.ide.startup.impl.StartupManagerImpl.runPostStartupActivities(StartupManagerImpl.kt:275)
	at com.intellij.ide.startup.impl.StartupManagerImpl.access$runPostStartupActivities(StartupManagerImpl.kt:68)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invokeSuspend(StartupManagerImpl.kt:191)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3.invokeSuspend(StartupManagerImpl.kt:190)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

this is a warn actually:

2024-04-30 14:55:21,687 [ 6530] WARN - #c.i.i.s.i.StartupManagerImpl - Migrate طẉ to ProjectActivity [Plugin: izhangzhihao.rainbow.brackets]

And I could not reproduct it with

JetBrains Rider 2024.1.1
Build #RD-241.14494.325, built on April 16, 2024
Evaluation purpose only.
Runtime version: 17.0.10+8-b1207.12 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.4
.NET Core v8.0.1 x64 (Server GC)
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 16
Metal Rendering is ON
Registry:
  ide.plugins.snapshot.on.unload.fail=true
  ide.experimental.ui=true
  ide.new.project.model.index.case.sensitivity=true
Non-Bundled Plugins:
  PsiViewer (241.14494.158-EAP-SNAPSHOT)
  PythonCore (241.14494.240)
  org.toml.lang (241.14494.150)
  izhangzhihao.rainbow.brackets (2024.2.3-241)

from intellij-rainbow-brackets.

albinalm avatar albinalm commented on June 25, 2024

Screencast from 2024-04-30 15-12-16.webm
Weird... Rider and my OS is just installed.

Here's a video demo:ing the issue

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on June 25, 2024

Pls try to uncheck this option before opening your project:
image

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on June 25, 2024

Very interesting... because I already added a try-catch here:

image

from intellij-rainbow-brackets.

albinalm avatar albinalm commented on June 25, 2024

Very interesting... because I already added a try-catch here:

image

Yep! Seems to be an IDE issue in that case!

from intellij-rainbow-brackets.

ajanke avatar ajanke commented on June 25, 2024

For what its worth, this same thing happened to me with IntelliJ 2024.1.1. Disabling the changelog page fix it for me also so it seems the bug is not limited to Rider.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on June 25, 2024

This is now clear: this is a JCEF issue. The workaround is to disable JCEF in the IDE registry (ide.browser.jcef.sandbox.enable key).

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on June 25, 2024

The latest release of PyCharm seems to have this issue fixed, but I didn't have a Linux machine to test: https://youtrack.jetbrains.com/issue/IJPL-59368/IDE-crashes-due-to-chrome-sandbox-is-owned-by-root-and-has-mode-error-when-IDE-is-launching-the-JCEF-in-a-sandbox

from intellij-rainbow-brackets.

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.