Dsp network wont compile: // <--Changed to more relevant title :)
-
@Chazrox Yea that won't resolve it. The no-space rule in naming files is somewhat ancient at this point, most of the time the compiler will resolve it.
You also don't need the Custom Node Path set.
The Export or Setup Wizard I believe has been abandoned which is why it's no longer there.
-
@HISEnberg I just found Davids updated video regarding sdk's. Im going to continue trying. Thank you.
***UPDATE:
My test project will compile and export as an FX plugin but still its just not compiling my networks to dll.
-
Is there any difference in creating a node with these two options?

Im trying both to see what works but still same result.
-
I just tried a to fix with Claude and this is its response:

Does that mean im screwed? lol
The new HISE build is working great aside from not being able to compile networks still...Something is really screwed up over here.
-
Claude has completely given up on me. lol I've tried everything a few times over. Claude keeps telling me to wait for Christoph to save me
. -
Is this the expected folder structure for having just created a new dsp network file? Is there anything missing here?

-
@Chazrox Are you using Claude Chat or Claude Code?
I get good results when I use Claude Code in my project repo and also point it to the HISE repo.
I found using Claude Chat, and just pointing it to the docs website, was pretty useless.
-
@dannytaurus I havent tried that yet! Im not sure how to use it honestly. Im gonna watch a video and see whats up. Thanks!
-
Claude told me to quit already but I kept going lol. I really want to fix this. It gave me a "High Signal Report" in hopes that someone here can read it and help because its Claude is literally telling me to go to sleep lmaoo
Here's what it gave me:
HISE 4.9.2 on macOS Sequoia 15.2 / Apple Silicon
Crash in compileNetworksToDll, even with empty project + bare core.gainStack trace shows crash inside createAllNodesOnce() iterating
TemplateNodeFactory. Recurses 4 levels deep into nested containers,
then NodeContainer::nodeAddedOrRemoved calls getNodeForValueTree
which returns nullptr. Register x21 = 0x0 at crash site, attempting
ldr from null in getNodeForValueTree+108.The bug is not in user projects — createAllNodesOnce instantiates
HISE's built-in templates and one references a child node not in
the factory. Reproduces 100% with completely empty project.Built ReleaseWithFaust from develop branch commit 6446c4ab6 with
HISE_INCLUDE_FAUST=1, HISE_INCLUDE_FAUST_JIT=1, HISE_FAUST_USE_LLVM_JIT=1,
USE_BACKEND=1, HISE_INCLUDE_SNEX=1.Need to know: which preprocessor flag combination makes
TemplateNodeFactory register a node whose child template is missing
from the build? -
FIXED!!!!!!


@David-Healey @HISEnberg @dannytaurus OMG! A Year of trying and it was a stale template file....I wanna cry. lol
Finally made it to this window:

and compiled dll successfully !

-
C Chazrox has marked this topic as solved