IntelliJ-EmmyLua icon indicating copy to clipboard operation
IntelliJ-EmmyLua copied to clipboard

IDE Freeze on lua 5.2 indexing

Open ghost opened this issue 4 years ago • 6 comments

Environment(环境)

name version
IDEA version IC2021.1
EmmyLua version 1.3.6.215-IDEA211
OS Windows 10

What are the steps to reproduce this issue?(重现步骤?)

  1. Install Plugin
  2. Start new Project
  3. wait for the freeze

What happens?(出现什么问题?)

After project creating the lua 5.2 indexing frzeeze the IDE

What were you expecting to happen?(期望?)

Loading the project indexing lua 5.2 and run normally

Any logs, error output, etc?(有没有什么log, error输出?)

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

thread dump freeze: https://ghostbin.com/paste/cX12G idea.log: https://ghostbin.com/paste/rvtRC

Any other comments?(其它说明)

ghost avatar Jun 16 '21 03:06 ghost

I have same problem. After installing the plugin to intellij or clion, it freeze whole ide in the indexing process. I have installed 5.2, 5.3 and 5.4 lua in the system. I'm using linux arch, but it is independent on the OS.

raven2cz avatar Jul 20 '21 06:07 raven2cz

I have same problem. After installing the plugin to intellij or clion, it freeze whole ide in the indexing process. I have installed 5.2, 5.3 and 5.4 lua in the system. I'm using linux arch, but it is independent on the OS.

maybe use File>Invalid Cache can fix it,

CppCXY avatar Jul 20 '21 06:07 CppCXY

It is fresh clean installation, just install clion and add emmy - freeze in indexing time. It is more stations, not just this one. Maybe it will be some problem with luacheck. I tried to install luacheck, start ide, kill indexing thread, add path to the luacheck, and restart. Now it seems that it works.

raven2cz avatar Jul 20 '21 06:07 raven2cz

I have same problem. After installing the plugin to intellij or clion, it freeze whole ide in the indexing process. I have installed 5.2, 5.3 and 5.4 lua in the system. I'm using linux arch, but it is independent on the OS.

maybe use File>Invalid Cache can fix it,

Thank you, same thing happened to me. This solution fixed it for me :) (I enabled every Optional Options)

opBandwidth avatar Jul 23 '21 12:07 opBandwidth

I have same prpblem.I have found this problem in several versions in the past.In addition, even if I cleared the cache, I can't resolve this issue.

xianzheTM avatar Aug 09 '21 03:08 xianzheTM

I have same problem. After installing the plugin to intellij or clion, it freeze whole ide in the indexing process. I have installed 5.2, 5.3 and 5.4 lua in the system. I'm using linux arch, but it is independent on the OS.

maybe use File>Invalid Cache can fix it,

It worked.

tianshuang avatar Aug 10 '22 02:08 tianshuang

I think PR #511 should fix your issue .

The logs have expired from the pastebin, so it is not possible for me to know for sure.

Please comment if you are still having problems.

Techcable avatar Nov 28 '22 20:11 Techcable

still freezing for me on 2022.2.4.

facboy avatar Dec 26 '22 11:12 facboy

still freezing for me on 2022.2.4.

only release for 2022.3

CppCXY avatar Dec 26 '22 11:12 CppCXY

Freezing for me also. IntelliJ 2022.1.4 build #IU-221.6008.13, EmmyLua 1.3.6.251-IDEA213. File > Invalidate Caches didn't resolve it. Disabling the EmmyLua plugin resolved it.

ilesm avatar Jan 13 '23 21:01 ilesm

Freezing for me also. IntelliJ 2022.1.4 build #IU-221.6008.13, EmmyLua 1.3.6.251-IDEA213. File > Invalidate Caches didn't resolve it. Disabling the EmmyLua plugin resolved it.

please upgrade to 2022.3

CppCXY avatar Jan 15 '23 05:01 CppCXY