JUCE error while exporting VST
-
I tried to compile hise with the new update..i downloaded the latest hise code with git pull, and tried to build the new hise,

the VS gives an error, and when i loaded my old hise again, its working fine but when i try to export the vst plugin, it gives an error

is the juce location a problem or file attributes..?? PLEASE HELP!!
-
@Jeetender said in JUCE error while exporting VST:
downloaded the latest hise code with git pull,
Did you download the sub module?
-
@David-Healey yes i did the git pull command on the prompt. it did dnload files, but that dint work, so i downloaded the latest hise develop branch.. and then put that where my old hise folder was, and then dropped the jucer file into projucer, and the tried to build with VS. i followed all step u told in the bootcamp video.. i misplaced the juce folder, and made a new folder in root C:\juce i don't know where did i go wrong, its just path mishandling i blv..
-
@Jeetender said in JUCE error while exporting VST:
i followed all step u told in the bootcamp video
Are you watching the latest video which pulls in the submodule? You don't need to download or copy any files manually, it should be a single git command.
You could also try this (if you're not using fftw) https://setup.hise.dev/
-
@David-Healey no i did not watch any video for submodules... and after running the link this error showed up
========================================
HISE Migration Script (ZIP to Git)Existing HISE path: C:\Users\JSin\Documents\HISE
Build config: Release
Keep backup: Yes (HISE_pre_git)[PHASE] Check/Install Git
[OK] Git is already installed
[PHASE] Backup Existing Installation
-> Renaming existing HISE folder to HISE_pre_git...
Rename-Item : Access to the path 'C:\Users\JSin\Documents\HISE' is denied.
At C:\Users\JSin\Downloads\hise-migration_2026-03-08_14-30-50.ps1:87 char:1- Rename-Item -Path $HISE_PATH -NewName "HISE_pre_git" -ErrorAction Sto ...
-
+ CategoryInfo : WriteError: (C:\Users\JSin\Documents\HISE:String) [Rename-Item], IOException + FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand
-
@Jeetender said in JUCE error while exporting VST:
HISE Migration Script (ZIP to Git)
Remove all previous copies of HISE and the HISE source code first.
-
@David-Healey ok i removed everything.. now should i compile a new hise with the projucer or run the weblink again.
-
@Jeetender The web link will do all the steps for you or you can do it manually. Both result in compiling HISE from source. If you're doing it manually, watch the bootcamp video again because it's been updated and contains the latest info about the sub module.
-
@David-Healey ok i will try both ways.. and see if its working .. thank you david.
-
@David-Healey said in JUCE error while exporting VST:
@Jeetender The web link will do all the steps for you or you can do it manually. Both result in compiling HISE from source. If you're doing it manually, watch the bootcamp video again because it's been updated and contains the latest info about the sub module.
i executed the online and its doing its work.. how much time does it take, iam not sure if its working or stuck..

-
@Jeetender said in JUCE error while exporting VST:
i executed the online and its doing its work.. how much time does it take, iam not sure if its working or stuck..
I've never used it so I don't know, but the speed will depend on your internet connection.
-
@David-Healey said in JUCE error while exporting VST:
I've never used it so I don't know, but the speed will depend on your internet connection.
well i have a 100mbps line..lets see how much time it takes
-
@David-Healey the compilation was successful, and it gav3e an error to set u hise path i did correct it and it works fine and exporting is ON.
i have this call back function
buttons[i].setControlCallback(onButtonControl);
every time i compile the script it gives an error " the script processor has a network that consumes the parameter. how to check..?
-
@Jeetender Sounds like something related to scriptnode
-
@David-Healey the scriptnode dont have much as of now and nothing with the same declared var or name. How can i share the full script ?
-
@Jeetender How big is it?