File button stops working after update to IntelliJ IDEA 2020.2 (Ultimate Edition)

Answered

button "File" stops working after update to IntelliJ IDEA 2020.2 (Ultimate Edition), also right-click doesn't work, when click on project name.

How to revert version or fix this?

0
27 comments
Avatar
Yaroslav Bedrov

Hello,

Please share idea.log ("Help | Show Log in...") after restarting IDE and reproducing the issue.

0
Avatar
Yaroslav Bedrov

Sorry, but provided file doesn't contain startup information. Could you please attach new one just after restarting IDE or whole logs folder zipped?

0

Me too, when updated to 2020.2 rather fresh install, File menu freezes.

0
Avatar
Yaroslav Bedrov

Please try to temporarily disable custom plugins:

Loaded custom plugins: BashSupport (1.8.0.202), Apache config (.htaccess) (202.6397.21), Tiny Service (20170621.2.0), File Watchers (202.6397.21), EnvFile (3.2.1), Hatchery (0.3.3), Styled Components & Styled JSX (1.1.2), EJS (202.6397.47), Pug (ex-Jade) (202.6397.47), Svelte (0.0.4), Prettier (202.6397.47), JS GraphQL (2.5.0), PHP (202.6397.94), .env files support (2020.3)

0

I disabled bundled python plugin then everything working for me now

0
Avatar
Yaroslav Bedrov

Kishore,

Will the issue occurs again if you re-enable "Python" plugin?

0

When bundled Python plugin version 2018.2.182.5107.16 enabled then everything breaks, File menu, inlay hints, usages, search under caret, call hierarchy - nothing works especially java code.

I see below error in idea log: NoClassDefFoundError: PyMagicLiteralTools

0
Avatar
Yaroslav Bedrov

Kishore,

What IDE version do you use?

0

Idea Ultimate 2020.2 built on July 27. 

0
Avatar
Yaroslav Bedrov

Kishore,

Mentioned plugin version is incompatible with 2020.2. It should be 202.* version: https://plugins.jetbrains.com/plugin/631-python/versions

0
Avatar
Permanently deleted user

Lualysis (1.1.0) causes the same chrash

0
Avatar
Permanently deleted user

i also get this same error and the log shows the following, does that mean all these plugins need to be disabled:

2021-01-11 12:29:33,918 [ 6778] ERROR - Container.ComponentManagerImpl - Plugin to blame: SonarLint version: 4.0.2.3009 
2021-01-11 12:29:36,345 [ 9205] ERROR - tartup.impl.StartupManagerImpl - Plugin to blame: XQuery Support + MarkLogic Debugger version: 1.1.1
2021-01-11 12:29:38,621 [ 11481] ERROR - plication.impl.ApplicationImpl - Plugin to blame: TextMate Bundles version: 202.6948.69
2021-01-11 12:29:38,686 [ 11546] ERROR - roject.DumbServiceGuiTaskQueue - Plugin to blame: Database Tools and SQL version: 202.6948.69
2021-01-11 12:29:43,053 [ 15913] ERROR - rains.concurrency.AsyncPromise - Plugin to blame: Java version: 202.6948.69
2021-01-11 14:13:12,930 [6225790] ERROR - tellij.openapi.util.ObjectTree - Plugin to blame: SecureAssist version: 3.0.2
2021-01-11 14:13:19,871 [ 2537] ERROR - Container.ComponentManagerImpl - Plugin to blame: SonarLint version: 4.0.2.3009
2021-01-11 14:13:19,871 [ 2537] ERROR - il.indexing.FileBasedIndexImpl - Plugin to blame: XQuery IntelliJ Plugin version: 1.8.1-202
2021-01-11 14:13:20,174 [ 2840] ERROR - pplication.impl.LaterInvocator - Plugin to blame: SecureAssist version: 3.0.2
2021-01-11 14:13:20,292 [ 2958] ERROR - il.indexing.FileBasedIndexImpl - Plugin to blame: CSS version: 202.6948.69
2021-01-11 14:13:20,714 [ 3380] ERROR - il.indexing.FileBasedIndexImpl - Plugin to blame: JavaScript and TypeScript version: 202.6948.69
0

Hello @...,

Could you restart the IDE, reproduce the problem, and collect diagnostic data? (Help | Collect Logs and Diagnostic Data)

The files can be uploaded at https://uploads.jetbrains.com (do not forget to specify the UploadID)

As a workaround, you can try to install the latest IDE version from https://www.jetbrains.com/idea/download, and re-install the needed plugins.

0
Avatar
Permanently deleted user

I have problems with the new IntelliJ too. It doesn't see my file changes. I can't even commit my work.

0

Hi Iuliia Bondarieva,

It looks like you encountered another problem. Please raise a new issue at https://youtrack.jetbrains.com/issues/IDEA and provide a screenshot showing the problem and IDE logs. (Help | Collect Logs and Diagnostic Data)

Thanks

 

0
Avatar
Permanently deleted user

Same issue on 2020.3.2 and 2020.2

The IDE is unusable in this state.

It will work and then stop for up to 30 seconds where noting in the IDE responds.

Also occurs when using hot key to open type

 

 

Uploaded logs ID 2021_02_11_JyhEN3i7wY79GnaR

 

0
Avatar
Permanently deleted user

log files

 2021_02_11_TcnWi2FiZrZqWacD

0

Summersb

Looks like https://youtrack.jetbrains.com/issue/IDEA-182191 . Do you use VirtualBox or any other tools that can affect the clipboard?

0
Avatar
Permanently deleted user

Yes, I just started about the same time the IDE started freezing.

How do I set the database.import.datasource.from.text setting?

0

You can add database.import.datasource.from.text=false in Help | Edit Custom Properties and restart the IDE.

0
Avatar
Permanently deleted user

I updated my IDE with the above setting.

If my VBox has bi-directional clipboard enabled I still have the IDE freeze.

If the clipboard is host-guest only then no issues.

0

Do the thread dumps have exactly the same stack trace? Please provide the fresh dumps/logs after enabling this setting.

0
Avatar
Permanently deleted user

here are some logs from the latest freeze

Upload id: 2021_02_18_u5eyAKXZaMRWPtVX (file: idea-logs-20210218-093731.zip)

0

Please sign in to leave a comment.