@TravelByRocket wrote:
My app is crashing when I use OF_FULLSCREEN, like ofSetupOpenGL(1920,1080,OF_FULLSCREEN);. I repeatedly get this:
validateRenderPassDescriptor:885: failed assertion renderTargetHeight (1800) must be <= minimum attachment height (1694).'None of the following actions have removed the error or changed the values reported in the error:
— Entering a variety of different resolutions
— Running on an external monitor
— Running on the laptop’s monitor with the external monitor disconnectedWhen I search for this online it turns up remarkably little, not even for just “validateRenderPassDescriptor”.
I have found that the error occurs after update() completes but before entering the code I have in draw(). When I dig through the error trace it doesn’t say anything that I am able to see as informative on what could be going on.
I am running Big Sur 11.2 on an M1 Air. My oF version is 11.0 with one workaround for Big Sur described at Building in macOS 11.0 Big Sur.
Posts: 19
Participants: 2