Compilation error

Hi there,
I am completely new to JUCE and C++, s at the moment I simply want to compile a JUCE project generated with the Faust web-IDE in which I have created poly-synth, as a sort of first successful build. But I am encountering quite a bunch of errors. This is my latest:

JUCE v6.1.6

2022-04-18 21:32:42.953703+0100 fmsynthh[34893:743421] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=34893

2022-04-18 21:32:42.953815+0100 fmsynthh[34893:743421] SecTaskCopyDebugDescription: fmsynthh[34893]/0#-1 LF=0

Started with 16 voices

2022-04-18 21:32:43.057768+0100 fmsynthh[34893:743421] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x6000028c4520> F8BB1C28-BAE8-11D6-9C31-00039315CD46

OSCFormatError: OSC format error: encountered characters not allowed in address string.

libc++abi: terminating with uncaught exception of type juce::OSCFormatError: std::exception

terminating with uncaught exception of type juce::OSCFormatError: std::exception

(lldb)

Sometimes I am able to successfully compile the thing, but then the VST3 just crashes Ableton as soon as I launch it.

Those don’t look like build/compile time errors, but errors happening when the software is already running. So there’s some bug in your code.

Alright, I guess my only option is to delete stuff until the issue is not there anymore to try and find it

It’s weird though, because it works fine when I compile it to coreaudioQt