-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI freeze MiKTeX extraction #3316
Comments
May I ask how you concluded that it is the archive unzipping that leads to the UI freeze? |
I'm not 100% sure that unzipping causes the freeze, but this is the most obvious thing I saw in the log and it seems a bit excessive. Does it really need to do all these operations on every startup? |
I never had enough patience to wait until it unfreezes. It seems to be starting from the beginning each time IDE restarts though. |
@PHPirates do you have any updates on this issue, perhaps there is a known workaround? I really want to try the plugin but still can't get IDE to load when it is enabled. |
I think I know what the problem is, somehow the extraction of the zip files is blocking the UI. I will try to fix that.
then after it finishes extracting, it just seems to start from the beginning leading to an infinite loop maybe. It's a huge number of packages you have installed, which makes the problem much more visible. |
Oh and regarding workarounds, yes just disable indexing. https://hannah-sten.github.io/TeXiFy-IDEA/texify-settings.html#enable-indexing-of-miktex-tex-live-package-files |
Thank you for looking into this. |
Oh I didn't think of that. I think so, but maybe easier to just install this version: https://plugins.jetbrains.com/plugin/download?rel=true&updateId=447793 |
This version works without freezes, thanks! |
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
CLion 2023.2.2
Build #CL-232.9921.42, built on September 12, 2023
Licensed to Oleg Dreval
Subscription is active until December 9, 2023.
Runtime version: 17.0.8+7-b1000.22 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 16
Registry:
run.processes.with.pty=TRUE
debugger.attach.dialog.enabled=true
cidr.max.intellisense.file.length=1000000
Operating System
Windows 10 19045.3570
TeXiFy IDEA version
0.9.1
What I did (steps to reproduce)
Install TeXiFy, open IDE
Minimal example to reproduce the problem
Any project, even with no .tex files at all
Expected behavior
No IDE freeze
Actual behavior
IDE freezes for indefinite time, UI is not responding.
The only way to load IDE after installing the plugin is to run
clion.exe disableNonBundledPlugins
(if applicable) The full stacktrace of the exception thrown
Also please see attached log file ide.log
The text was updated successfully, but these errors were encountered: