Since I updated to Processing 4.5.6 (on Win 11), every sketch runs okay, but gets the error message:
“display count needs to be implemented for non-AWT
AWT disabled, displayWidth/displayHeight will be 0”
Nothing here: fullScreen(P3D) not fullscreening on Windows or on the pages it links to seems to be helping.
I’m using a fixed display window, size(1080, 1080) without P2D or P3D, with pixelDensity(1)
It doesn’t actually seem to be affecting how the code works, but I wouldn’t mind knowing why this is happening and if it is possible to get rid of it.
Any help very gratefully received by a first-time poster. Thank you.