Skip to content
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

Open
nagesh007 opened this issue Dec 26, 2024 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@nagesh007
Copy link

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

  1. Whenever I try to save the sketch, IDE's UI doesn't respond to user clicks for few seconds"

snippet

// Paste your code below :)

void setup() {

}

void draw() {

}

Additional context

This is observed only in 4.3.1 version (this bug was not there in 4.3 version)

@nagesh007 nagesh007 added the bug Something isn't working label Dec 26, 2024
@SableRaf
Copy link
Collaborator

SableRaf commented Jan 9, 2025

@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!

@SableRaf
Copy link
Collaborator

SableRaf commented Jan 9, 2025

@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.

image

@Stefterv
Copy link
Collaborator

Stefterv commented Jan 9, 2025

Ah cool, how about 4.3 ?

@SableRaf
Copy link
Collaborator

SableRaf commented Jan 9, 2025

@Stefterv Actually, the issue also exists in 4.3.

@Stefterv
Copy link
Collaborator

Stefterv commented Jan 9, 2025

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

@Stefterv
Copy link
Collaborator

Stefterv commented Jan 9, 2025

I just tested on a fresh Windows 10 VM and didn't see the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants