Exception in plugin Uno Platform on JetBrains Rider #19687
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification
Current behavior
Juan Writes:
Every time I open Rider on my MacBook Pro M1 Max, I got this exception:
This is the complete text of the exception:
Must be executed on UI thread or background threads with special permissions
java.lang.IllegalStateException: |E| Wrong thread RdProperty:
RiderBackend 0.SolutionModel.solutions.[1].templatePluginModel.isUnoCheckValidationEnabled
at com.jetbrains.rdclient.protocol.RdDispatcher.assertThread(RdDispatcher.kt:73)
at com.jetbrains.rd.platform.protocol.SwitchingScheduler.assertThread(SwitchingScheduler.kt:22)
at com.jetbrains.rd.framework.base.RdReactiveBase.assertThreading(RdReactiveBase.kt:28)
at com.jetbrains.rd.framework.base.RdReactiveBase.localChange$rd_framework(RdReactiveBase.kt:43)
at com.jetbrains.rd.framework.impl.RdProperty.setValue(RdProperty.kt:284)
at com.jetbrains.rd.framework.impl.RdProperty.set(RdProperty.kt:290)
at uno.rider.settings.SettingsInitializationActivity.execute(SettingsInitializationActivity.kt:10)
at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
Rider macOS
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: