Error is in IntelliJ's event handling system

With 2026.1 EAP I can’t run the runIDE task.

Getting:

Caused by: kotlin.UninitializedPropertyAccessException: lateinit property eternalStealer has not been initialized

those are my values in the Gradle properties file values:

pluginVersion=2026.1.2
# Supported build number ranges and IntelliJ Platform versions to https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=261.17801
pluginUntilBuild=261.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
platformType=IU
platformVersion=261-EAP-SNAPSHOT

Using Mac OS M2 Max

I think it is something with the runIde task from the gradle plugin. When running the ui test with the ide-starter the ide start properly.

Can you please try the latest IntelliJ Platform Gradle Plugin 2.11.0?

Hi @jakub.chrzanowski

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

this is my Gradle properties:

pluginGroup=com.gafner.azd
pluginName=azd
pluginRepositoryUrl=https://github.com/edgafner/azuredevops
# SemVer format -> https://semver.org`
pluginVersion=2026.1.6
# Supported build number ranges and IntelliJ Platform versions to https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=261.17801
pluginUntilBuild=261.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
platformType=IU
platformVersion=261-EAP-SNAPSHOT
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example:
platformBundledPlugins=Git4Idea,org.jetbrains.plugins.yaml,com.intellij.tasks,org.intellij.plugins.markdown,com.intellij.modules.json
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion=9.3.1

this is the catalog:

[versions]
changelog = "2.5.0"
intelliJPlatform = "2.11.0"
kotlin = "2.3.0"
kover = "0.9.4"
qodana = "2025.3.1"
kotlinTest = "1.10.2"
kotestAssertions = "6.1.2"
jackson = "2.21.0"
koog = "0.6.1"
netty = "4.2.9.Final"
junit5 = "6.0.2"
junit4 = "4.13.2"
opentest4j = "1.3.0"
kodein = "7.30.0"
kotlinxSerialization = "1.10.0"

if you need more info let me know

Thanks for the help

Just tried with JRE: 25.0.2+10-b300.57 aarch64 (JetBrains s.r.o.)

Same issue