PyCharm Community not opening projects

Answered

I try to open a single project in PyCharm and I'm unable to. The problem points to java.lang.AbstractMethodError: Receiver class com.intellij.platform.project.backend.BackendProjectEntitiesStorage does not define or inherit an implementation of the resolved method 'abstract java.lang.Object createEntityImpl(com.intellij.openapi.project.Project, kotlin.coroutines.Continuation)' of abstract class com.intellij.platform.project.ProjectEntitiesStorage. I am unsure what the problem is over here. 

0
3 comments

This usually points to a version or plugin mismatch in PyCharm. Try restarting PyCharm with all third-party plugins disabled, then update PyCharm to the latest version (or roll back if you just updated). If the issue persists, invalidate caches and restart, as corrupted IDE caches can also cause this error. wacky flip

0

I just replied to your Zendesk case, it looks like some plugins are corrupted  by the logs – Fully uninstall PyCharm with the steps provided and then use the Toolbox App to install the latest PyCharm version - is the tool recommended to manage your IDE instances.

0

This kind of error often comes from an incompatibility between PyCharm versions and installed plugins. You can try launching PyCharm with all external plugins turned off first, then upgrade to the newest release (or revert to a previous one if the problem started after an update). If it still doesn’t work, clear the IDE caches and restart, since damaged cache files can sometimes trigger this issue. Sprunky

0

Please sign in to leave a comment.