discord rich presence not working on new ui intellij
See original GitHub issue`Unhandled exception in [StandaloneCoroutine{Cancelling}@7b8c1fe6, Dispatchers.Default]
java.lang.NoClassDefFoundError: Could not initialize class com.almightyalpaca.jetbrains.plugins.discord.plugin.rpc.connection.DiscordRpcConnection at com.almightyalpaca.jetbrains.plugins.discord.plugin.rpc.RpcService.createConnection(RpcService.kt:152) at com.almightyalpaca.jetbrains.plugins.discord.plugin.rpc.RpcService.access$createConnection(RpcService.kt:41) at com.almightyalpaca.jetbrains.plugins.discord.plugin.rpc.RpcService$update$1.invokeSuspend(RpcService.kt:120) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664) Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelled}@7b8c1fe6, Dispatchers.Default] `
Issue Analytics
- State:
- Created 9 months ago
- Reactions:12
- Comments:14
Top GitHub Comments
@lukasvdgaag I think everyone here is well aware that the problem only exists on 2022.3 and upwards. However, the purpose of everyone commenting is to draw more attention to this issue, because as it stands right now, no developer has reacted to this GitHub issue whatsoever. It’s great to hear that they’re working on a fix, but since only a fraction of the people here are on the Discord server, how are we supposed to know? See what I mean? If we only look at this issue page, it would appear that the devs simply have not noticed yet, so people keep commenting to make them notice. I’m pretty sure if the issue had a comment by a dev, or an assignee, or anything, a lot of people (including me) wouldn’t have felt the necessity to post a comment at all.
This is not supposed to be me complaining about the devs not reacting to this issue on GitHub, I’m just explaining why I think your comment is missing the point.
Same issue here, stacktrace for debugging: