Tested it with the new version - but getting the same error: \
Internal error
com.intellij.openapi.progress.CeProcessCanceledException: kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job="RefreshQueue pool#535":UndispatchedCoroutine{Cancelled}@5ca62ce6
at com.intellij.util.concurrency.Propagation.runAsCoroutine(propagation.kt:468)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:202)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:192)
at com.intellij.util.concurrency.ContextRunnable.lambda$run$0(ContextRunnable.java:26)
at com.intellij.concurrency.ThreadContext.resetThreadContext(threadContext.kt:294)
at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:25)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport$transferWriteActionAndBlock$2.run(NestedLocksThreadingSupport.kt:1622)
at com.intellij.openapi.application.impl.InternalThreading$TransferredWriteActionEvent$Companion.execute(appImpl.kt:239)
at com.intellij.openapi.application.impl.InternalThreading$TransferredWriteActionEvent._init_$lambda$0(appImpl.kt:232)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:323)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:732)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:711)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:307)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Caused by: kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job="RefreshQueue pool#535":UndispatchedCoroutine{Cancelled}@5ca62ce6
at kotlinx.coroutines.JobSupport.getChildJobCancellationCause(JobSupport.kt:752)
at kotlinx.coroutines.JobSupport.createCauseException(JobSupport.kt:758)
at kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:790)
at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:709)
at kotlinx.coroutines.JobSupport.parentCancelled(JobSupport.kt:675)
at kotlinx.coroutines.ChildHandleNode.invoke(JobSupport.kt:1596)
at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1632)
at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:938)
at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:901)
at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:866)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndspatched(Undispatched.kt:85)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:43)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runWriteActionWithCheckInWriteIntent(NestedLocksThreadingSupport.kt:1733)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionOnBackgroundWithAtomicCheck$ref$1$1.invokeSuspend(PlatformReadWriteActionSupport.kt:129)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionOnBackgroundWithAtomicCheck$ref$1$1.invoke(PlatformReadWriteActionSupport.kt)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionOnBackgroundWithAtomicCheck$ref$1$1.invoke(PlatformReadWriteActionSupport.kt)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionWithPossibleRetry$2.invokeSuspend(PlatformReadWriteActionSupport.kt:217)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionWithPossibleRetry$2.invoke(PlatformReadWriteActionSupport.kt)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionWithPossibleRetry$2.invoke(PlatformReadWriteActionSupport.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndspatched(Undispatched.kt:67)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:43)
at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:286)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeWriteActionWithPossibleRetry(PlatformReadWriteActionSupport.kt:213)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.access$executeWriteActionWithPossibleRetry(PlatformReadWriteActionSupport.kt:36)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionOnBackgroundWithAtomicCheck$ref$1.invokeSuspend(PlatformReadWriteActionSupport.kt:128)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:610)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1188)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:775)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:762)
Caused by: kotlin.UninitializedPropertyAccessException: lateinit property eternalStealer has not been initialized
at com.intellij.openapi.progress.util.SuvorovProgress.logErrorIfTooLong(SuvorovProgress.kt:230)
at com.intellij.openapi.application.impl.InternalThreading.invokeAndWaitWithTransferredWriteAction$lambda$3(appImpl.kt:217)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.transferWriteActionAndBlock(NestedLocksThreadingSupport.kt:1615)
at com.intellij.openapi.application.impl.InternalThreading.invokeAndWaitWithTransferredWriteAction(appImpl.kt:213)
at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.invokeOnEdt(RefreshSessionImpl.kt:294)
at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEventsInWriteAction(RefreshSessionImpl.kt:262)
at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.doFireEvents(RefreshSessionImpl.kt:327)
at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEventsInBackgroundWriteAction$lambda$0(RefreshSessionImpl.kt:311)
at com.intellij.openapi.progress.util.SuvorovProgress.withProgressTitle(SuvorovProgress.kt:88)
at com.intellij.openapi.application.impl.LockingProgressSupportImpl.withWriteActionProgress(LockingProgressSupportImpl.kt:12)
at com.intellij.openapi.progress.CoroutinesKt.withWriteActionTitle(coroutines.kt:694)
at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEventsInBackgroundWriteAction(RefreshSessionImpl.kt:310)
at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.doFireEvents(RefreshQueueImpl.kt:249)
at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.processEventsSuspending$lambda$0$0(RefreshQueueImpl.kt:197)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport$executeWriteActionOnBackgroundWithAtomicCheck$ref$1$1.invokeSuspend$lambda$1(PlatformReadWriteActionSupport.kt:136)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport$proceedWithSuspendWriteLockAcquisitionFromWriteIntent$2.invokeSuspend(NestedLocksThreadingSupport.kt:1018)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport$proceedWithSuspendWriteLockAcquisitionFromWriteIntent$2.invoke(NestedLocksThreadingSupport.kt)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport$proceedWithSuspendWriteLockAcquisitionFromWriteIntent$2.invoke(NestedLocksThreadingSupport.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndspatched(Undispatched.kt:67)
... 24 more
-----
JRE: 25.0.2+10-b300.57 aarch64 (JetBrains s.r.o.)
br-jbr_jcef-25.0.2-osx-aarch64-b300.57/jbr_jcef-25.0.2-osx-aarch64-b300.57/Contents/Home