Build Failed - Missing JUCE 'modules' ?
-
@Chazrox You are trying with JUCE 6 right? The JUCE 8 integration is still very buggy so I wouldn't recommend building with JUCE 8.
-
@HISEnberg yes. I only have JUCE 6.1.3 and that is the one showing in HISE about section also so that seems ok per your last suggestion.

I had Claude read the crash report and it said this:

No idea..
-
@Chazrox Hmmm. Can you attach both a snippet with the scriptnode network, then also post the .xml from the DspNetworks/Networks?
-
@HISEnberg sure!

HiseSnippet 1125.3ocuW0saaaCElxNzKwsCXEqO.9xzgr.IGG+C1EqwNIaFawwHxKX2EPSQGSXJRAI5j3Vr62i0dj1av1ghxVxMNscFcQAHPm+3467GOxCiUTVRhJF4TczhHFx4kX+ER8zdSIbIp+oHmuAOfceOUXDWvFwRzntKhHIIr.jiS4exnkyd6fRe96erKQPjTVNKD5ZEmx9UdHWmyM5s+BWHNmDvFwCKnci21mpj8TB0b.QkwtnHBcF4V1.hQsRXzOSRlhb9Nb6ltMCXjlSpGzgRNdRi5dsaMNvqQv31L531sNtUP6ljlHmJmEv0pXeMQyRPN6zUErvep5do0AWyS3iELCgGxG7rk84JQfIDMbQ8lxEACWlpRPvoLLOwU1l3dM9Bd.eE+hIPifZ4VTLA5TZc3UdM34UDdtEf2FfjSAHsiERuB6Si4Q5bIF77BbeolEOg.0ohPwpKx4uv8TfBR8ggjYryiAhUFreSW2CpA+6M+vj4Rplqj0TxAJM6R49uo56qtW0+nZsOTzjIaTlwMwJgfEuQwlVi3Olg6KmGNlEePs6Hh4rUJBg+54T7SmSKVxo1ntfhJYeIWeYDS9TMBnrTE71u0+ThlXJDY7.8hXwZtABNmxtCFCrkk8vmxRloUQHziqYP2hJXtfnWuExLnkI.xAqU2LEGYBWun3f3Wr9pOWH9J7PtlNcyXrzFvHjo9+.iYSieM9rISXTcN.2Ae9u+7M5UMazC7oclyRV6CvvxYt+Dm2eGEyhHwrQpgBxh8SHgQB1U.DOn1XghNym+N1iGJhrHnqQi8oSIRISjrMyNU9rSJde7ZxUp4Zt71KH5X9CvP3f4g9v05TVuLzA7bJYFgrztFZSagOSFjR7OvSlPOCsSlPukBKL8MfouWEOKsZj8NxYWapOIMIeyjGPmHDprcY1dTaLwhSRI9Jr6gveV0FpDKhlpjbpoPks.LCNmDplCtMK.x646tr.sLVf0UiHbgYDvedBbQRvkRe3bR2QZZAGnBf2pbNgBI8ECI5olQIyUQPeKK9P5p92hwQdKjI4aWNVTt4TWtE0BD.+glLkYGpSYibapx5dy4WAeqwUqgjW.HIlcXpfM4yLa9DtqzPRLnNrBw3yxqnfBzEb40lFP3U7264ZR9WPdHiE1TNP9ZVjMk9ZfFzI8wqQGWOulPO3L18VLib9V7wG1nd85sba0pQ6FdG41AYCszuSYD6A8HU5gCMN2A2Mavf41XJeLSfVysmxlPlKzqwCsYnaEli6cwFT9eC5FENx0y8HPgNcZ2nSKWuk2bDpT5ovnzSD.UvoeDUlyqfq+X3mwD87m5eI9JVBKCGeAJ.46TKDMYq.VII8BYCErtojEE8St1HkRV4EXzsqRMKjjdqw1s9943NtPBMVcC0dssI31MkCLHISmA2CeggtlG5NafkufMD9tyanz0OpGYX8s0vi1VCarsFd71ZXys0vVaqgs+zFZ9YAmLWqBs6hfEICOKsIzw4LIA1xl9IBn+EfnLALN.xml file:
-
@Chazrox said in Build Failed - Missing JUCE 'modules' ?:
script_fx.xml
So I used your snippet and saved it to my project. The result is almost the exact same:
<?xml version="1.0" encoding="UTF-8"?> <Network ID="script_fx" AllowCompilation="1" Version="0.0.0"> <Node FactoryPath="container.chain" ID="script_fx" Bypassed="0" Name="script_fx"> <Nodes> <Node ID="gain" FactoryPath="core.gain" Bypassed="0" Name="gain"> <Parameters> <Parameter MinValue="-100.0" MaxValue="0.0" StepSize="0.1000000014901161" SkewFactor="5.422270774841309" ID="Gain" TextToValueConverter="Decibel" Value="0.0"/> <Parameter MinValue="0.0" MaxValue="1000.0" StepSize="0.1000000014901161" SkewFactor="0.3010300099849701" ID="Smoothing" TextToValueConverter="Time" Value="20.0"/> <Parameter MinValue="-100.0" MaxValue="0.0" StepSize="0.1000000014901161" SkewFactor="5.422270774841309" ID="ResetValue" TextToValueConverter="Decibel" Value="0.0"/> </Parameters> </Node> </Nodes> <Parameters/> </Node> </Network>But yours is missing the formatting version:
<?xml version="1.0" encoding="UTF-8"?>Why I do not know!
-
@HISEnberg Ok great! Thats good news to me. lol At least it seems we're getting closer to the cause. Thank you for trying that!
-
I didnt wanna tag you @Christoph-Hart but it seems its getting a little weird on this one.
Any insight?I've mentioned above but just wanted to reiterate that i've been trying to solve this for about a year now and have no clue what it can be. I've tried fresh installs and everything else suggested to me so far. I suspect its something specific to my system, not your fault, but Im not experienced enough to hunt this down.
-
@Chazrox Yes, maybe just double check. I'm not sure this is the case or if because I am launching the file you sent from the web.

-
@HISEnberg So thats why I keep getting the "cant compile: chain" as if its an empty node?....hmmm.
-
@Chazrox Quite possibly. You could launch the xml in a code editor. Copy and paste the version I sent then try to compile again.
-
@HISEnberg just tried that. Still this error.

-
I really appreciate all the help on this from you guys because Im out of my league at this point.
-
@Chazrox Yea sorry I couldn't be more helpful, it seems like my initial suspicions were wrong here.
Another thing to try, I notice your main folder is called "HISE Projects". Sometimes a space like that can throw the compiler off (a better name is just HISEProjects, no space). This probably isn't the issue but worth trying.
When you hit that compile to dll button in HISE, there is a bash script that runs which sets up projucer and creates an xcode project, then compiles the dll. It's in
DspNetworks/Binaries/batchCompileOSX.shFor me it looks like this:
#!/bin/bash PATH="/usr/local/bin:$PATH" chmod +x "/Users/ernest/Github/HISE/JUCE/Projucer/Projucer.app/Contents/MacOS/Projucer" cd "`dirname "$0"`" "/Users/ernest/Github/HISE/JUCE/Projucer/Projucer.app/Contents/MacOS/Projucer" --resave AutogeneratedProject.jucer set -o pipefail echo Compiling DeleteMe ... xcodebuild -project "Builds/MacOSX/DeleteMe.xcodeproj" -configuration "Release" -jobs "8" | "/Users/ernest/Github/HISE/tools/Projucer/xcbeautify"But it sounds like whatever issue you are having fails before this key file is ever even generated.
-
@HISEnberg No worries I really appreciate it. Im down to try that. If I just change the name of the folder will that mess up any of my projects in it? Is this also the case for naming conventions in general? Project names and node names?
-
Do I need to set this?

-
update from Claude reading latest crash report:

I dont think its a HISE bug but maybe something here is telling of something else?
-
@HISEnberg Just letting you know, I tried changing the name to my folder and still get the error/crash.
-
@David-Healey In my new hise build, I cant find the setup wizard that lets me extract the sdk's and I noticed in settings "Setup Wizard = 1" . Does that mean its already setup by default?
-
@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.