[BR] UI black in latest develop on Win 11

Reverting to 19aade4 the UI of AAX and VST3 paint correctly… but fast forward to the latest develop commit and the UI flashes but then is black (size is correct). Standalone is fine.

Rail

Are you using OpenGL in your plugin, or calling setCurrenRenderingEngine anywhere? From the linked post, it sounds like I may have broken OpenGL rendering on Windows in a recent commit, so I wonder whether the issue you’re seeing is related.

Actually, on Windows it looks like we did use OpenGL… will turn off the preprocessor flag and test.

Just tested 831c514 and it’s okay – will keep moving up the tree and let you know if I can find the commit which breaks it… or if it fixes itself :wink:

The shipping JUCE 7 based version is fine.

Rail

Turning off the OpenGL preprocessor flag fixes the GUI issue.

Rail

Thanks for reporting. This issue should be resolved on the develop branch: