-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Processing IDE doesn't respond on launch and on saving sketch ( getting stuck - mouse clicks doesn't work) #897
Comments
@nagesh007 We've tried to reproduce the issue be we couldn't observe the behavior you described. Are you still encountering this issue and can you provide any more information to help us diagnose it? Thanks! |
@Stefterv Actually, I was able reproduce this on Windows 10. The PDE becomes unresponsive for a rather long time upon launch and when saving a sketch. In that second case the text "Saving..." appears and hangs there until done. Note: during this time, key inputs are buffered and appear correctly once the PDE starts responding again. The issue doesn't seem to exist on Windows 11. |
Ah cool, how about 4.3 ? |
@Stefterv Actually, the issue also exists in 4.3. |
https://github.com/Stefterv/processing4/actions/runs/12470958462 Can you try the gradle version :) I just re-triggered the build so give it a sec to show |
I just tested on a fresh Windows 10 VM and didn't see the same issue |
We received a report of a similar sounding issue on Windows 11 on the Processing forum:
Source: https://discourse.processing.org/t/processing-takes-a-while-to-open-files/45530/4 |
@Stefterv Is it possible this is connected to the "library scanning blocking the main thread" issue you were mentioning recently? |
I noticed that switching modes also causes Processing to hang in a similar way on my Windows 10 machine. Based on the logs it does seem like mode switching triggers a scan of the libraries the first time. If a mode has been selected once, the scan doesn't seem to happen again when you switch back to it. One exception is the p5.js mode which doesn't trigger the library scanning but still hangs the first time it is selected. Besides, the PDE continues to hang after the library scanning has concluded. This seems to suggest that the issue is not (only) with the library scanning. Screenshots |
Most appropriate sub-area of Processing 4?
Other (specify if possible)
Processing version
4.3.1
Operating system
Windows 10
Steps to reproduce this
"1. When we open processing IDE , IDE's User interface doesn't respond to user clicks for few seconds
snippet
Additional context
This is observed only in 4.3.1 version (this bug was not there in 4.3 version)
The text was updated successfully, but these errors were encountered: