processing4 icon indicating copy to clipboard operation
processing4 copied to clipboard

Processing IDE doesn't respond on launch and on saving sketch ( getting stuck - mouse clicks doesn't work)

Open nagesh007 opened this issue 1 year ago • 7 comments

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 avatar Dec 26 '24 08:12 nagesh007