Help me please

Help me please…
Whatever plugin I make in Juce, since I’m on SEQUOIA, when I open it in Logic Pro 11.1, I apparently have a memory management problem… Here is the message in the Xcode console:

Message send exceeds rate-limit threshold and will be dropped. { reporterID=16136192131074, rateLimit=32hz }

Thank you all for your help

I don’t know whether the log message refers to something that you can influence, I suspect it’s related to an implementation detail of Logic itself.

Is the log message the only issue, or are you seeing a crash or some other problem in addition?

When opening the plugin for the first time, “audio and midi synchronization error”, then everything works normally, whatever the plugin I make in JUCE…
My Mac is patched with OpenCore Legacy patcher.

  • Does the problem still happen when you run the plugin without the debugger attached? If not, maybe the sync error is just caused by running under the debugger.
  • Does the problem still happen when you don’t have your own plugin loaded? If so, maybe the issue isn’t related to your plugin.

No problem when I delete my own plugin in my component folder…

Indeed, you are right, everything becomes normal again when I uncheck the “debug” box!!!

1 Like

Everything is back in order, thanks to your answer… Thank you very much

1 Like