Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Crash #98

Closed
ThatMG393 opened this issue Aug 20, 2023 · 1 comment
Closed

Crash #98

ThatMG393 opened this issue Aug 20, 2023 · 1 comment

Comments

@ThatMG393
Copy link

All I did was open a file.

Logs:

Build version: 1.0-65534bf 
Build date: 1981-01-01 01:01:02 
Current date: 2023-08-20 18:39:38 
Device: Samsung SM-A136B 
 
Stack trace:  
java.lang.RuntimeException: Duplicate registration for EP 'com.intellij.virtualFileManagerListener': first in fakeIdForTests, second in fakeIdForTests
	at com.intellij.mock.MockComponentManager.createError(MockComponentManager.java:81)
	at com.intellij.openapi.extensions.impl.ExtensionsAreaImpl.checkThatPointNotDuplicated(ExtensionsAreaImpl.java:207)
	at com.intellij.openapi.extensions.impl.ExtensionsAreaImpl.doRegisterExtensionPoint(ExtensionsAreaImpl.java:173)
	at com.intellij.openapi.extensions.impl.ExtensionsAreaImpl.registerExtensionPoint(ExtensionsAreaImpl.java:145)
	at com.intellij.openapi.extensions.ExtensionsArea.registerExtensionPoint(ExtensionsArea.java:23)
	at org.cosmicide.completion.java.parser.CompletionProvider$Companion.registerExtensions(CompletionProvider.kt:145)
	at org.cosmicide.completion.java.parser.CompletionProvider.<init>(CompletionProvider.kt:200)
	at org.cosmicide.rewrite.editor.language.TsLanguageJava$1.invokeSuspend(TsLanguageJava.kt:47)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
	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)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@f21b17b, Dispatchers.IO]

User actions: 
2023-08-20 18:39:05: MainActivity created
2023-08-20 18:39:06: MainActivity resumed
@PranavPurwar
Copy link
Member

Are you sure that you are on the latest debug build? I have already updated the code to check for duplicate extensions, so I'm not sure how this is happening to you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants