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).
-
This post is deleted! -
@Christoph-Hart found the culprit finally.
-
@DanH what was it? Have you build HISE with faust? If not then the codegen export will not include the faust library path.
-
@Christoph-Hart It was a dodgy faust node. I didn't bother to look at the faust code to see what was wrong. I was just going through the nodes one by one and deleting them and recompiling. I didn't need it any more and must have edited the code badly before going on holiday and forgot what I did.
HISE was built with Faust and all paths set correctly to answer your question. Thanks for the help!