EXC_BREAKPOINT from SystemStats inside juce_graphics module

Hey all,

I’m getting an EXC_BREAKPOINT when running a plugin I’m building from the following line:

this is in the file juce_mac_fonts at line 539, from the juce_graphics module.

I’m not sure what exactly is causing this or how it can be resolved, but it’s pretty annoying as the Debugger is tripped every time I go to pull up a menu in my plugin which loads a Font from Binary Data.

Anyone have any idea how to work with this?? Thanks!

1 Like

Can you try updating to the latest JUCE develop, and see whether te problem persists? Thanks!

1 Like

Unfortunately this particular project is built on an old JUCE version and I’m worried that updating may introduce more problems than it solves for myself and my collaborators.

(FWIW, not my fault that the JUCE version wasn’t kept up to date along the way, but that’s another story…)

1 Like