Compiling DSP Networks as DLL Issue - stuck at 25%
-
So I had a little holiday and came back to my project and now I can't compile my dsp networks. I'm trying to debug but no luck so far. Has anyone had this issue?
I've got so many third party nodes it's going to be an effort to find the culprit so thought I'd ask here as well.
-
@DanH How long have you waited?
@DanH said in Compiling DSP Networks as DLL Issue - stuck at 25%:
it's going to be an effort to find the culprit so thought I'd ask here as well.
I would start with the one it gets stuck at.
-
@d-healey yeah it's nothing to do with that. I've already removed all the networks, so it's left compiling just c++ & faust nodes.
-
@DanH might want to run HISE in the debug version and see where it gets stuck, looks like the code generator is stuck in an endless loop (there are a few node layouts that might cause indefinite recursion).