Logic crashes on startInternalDrag
-
Hello, everyone :-)
I have an FX plug-in and several panels that use the
startInternalDragfunction.When I load the plug-in, open it, and then click on the panel to use the
startInternalDragfunction, Logic crashes.If I open the user interface of another plug-in first and then open my plug-in, Logic does not crash.
I've already tried calling
startInternalDragonly inif(event.drag). It still crashes.ChatGPT says there are known JUCE issues here. Has anyone else encountered this problem, and is there a workaround? The AI is suggesting that I code the drag-and-drop functionality myself...
Thank you very much
Oli -
P.S. That doesn't happen in Cubase.
-
@Oli-Ullmann said in Logic crashes on startInternalDrag:
P.S. That doesn't happen in Cubase.
Cubase using VST rather than AU, right?
What about another host, like Reaper, running the AU?
-
@David-Healey
Right, AU.
I haven't tried another host yet. I still need to do that.
But it also happens with Christoph's drag snippet. So it's not because of my project... -
@Oli-Ullmann But is it only with AU... test in Reaper because it can use AU and VST
-
@David-Healey
I'll do that tomorrow and get back to you then. :-)