JUCE in Rosetta - CurrentVBLDelta errors (with OpenGLContext)

On the latest Xcode I’m getting zillions of these running an app under Rosetta. There are so many of them it’s causing problems debugging (which I’m having to do under Rosetta because of the bizarre vtable issue … it’s really not my week!)

9514152] [] [0x7fa33d81ca20] Bad CurrentVBLDelta for display 1 is zero. defaulting to 60Hz.
2022-05-01 13:07:11.933000+0100 Multiband[67189:49514152] [] CurrentVBLDelta returned 0 for display 1 -- ignoring unreasonable value
2022-05-01 13:07:11.933024+0100 Multiband[67189:49514152] [] [0x7fa33d81ca20] Bad CurrentVBLDelta for display 1 is zero. defaulting to 60Hz.
2022-05-01 13:07:11.949656+0100 Multiband[67189:49514152] [] CurrentVBLDelta returned 0 for display 1 -- ignoring unreasonable value
2022-05-01 13:07:11.949678+0100 Multiband[67189:49514152] [] [0x7fa33d81ca20] Bad CurrentVBLDelta for display 1 is zero. defaulting to 60Hz.
2022-05-01 13:07:11.966350+0100 Multiband[67189:49514152] [] CurrentVBLDelta returned 0 for display 1 -- ignoring unreasonable value
2022-05-01 13:07:11.966378+0100 Multiband[67189:49514152] [] [0x7fa33d81ca20] Bad CurrentVBLDelta for display 1 is zero. defaulting to 60Hz.
2022-05-01 13:07:11.983019+0100 Multiband[67189:49514152] [] CurrentVBLDelta returned 0 for display 1 -- ignoring unreasonable value
2022-05-01 13:07:11.983043+0100 Multiband[67189:49514152] [] [0x7fa33d81ca20] Bad CurrentVBLDelta for display 1 is zero. defaulting to 60Hz.
2022-05-01 13:07:11.999712+0100 Multiband[67189:49514152] [] CurrentVBLDelta returned 0 for display 1 -- ignoring unreasonable value

Note another JUCE user reporting it here: Sudden error being logged continuo… | Apple Developer Forums

1 Like

Did you ever have any success with this? Running into the same issue.

So far just ignored it :slight_smile:

Add this env variable to your run section:

12 Likes