Component with name "*" wasn't found- during plugin/app export
-
I use scripts to export my plugins for Windows and Mac. One of my plugins keeps failing to export properly. I have to manually open the AutogeneratedProject in Projucer and compile it in either VS or XCode.
The exported plugin is missing all GUI elements, so it is basically just a black screen.
In the terminal export log, I see the following issue:
Loading the preset...Component with name DmsPanner1 wasn't found. Component with name DmsPanner2 wasn't found. Component with name DmsPanner3 wasn't found. Component with name DmsPanner4 wasn't found. Component with name DmsPanner5 wasn't found. Component with name DmsPanner6 wasn't found. Component with name DmsPanner7 wasn't found. Component with name DmsPanner8 wasn't found. Component with name DmsPanner9 wasn't found. Component with name DmsPanner10 wasn't found. Component with name PercPanner1 wasn't found. Component with name PercPanner2 wasn't found. Component with name PercPanner3 wasn't found. Component with name PercPanner4 wasn't found. Component with name PercPanner5 wasn't found. Component with name PercPanner6 wasn't found. Component with name PercPanner7 wasn't found.
and so on. All GUI components are missing.
How can they not be found? Found where and by what?
The plugin opens fine inside HISE, so this really bogs my mind. Any ideas?
-
Possibly related to automation - https://github.com/christophhart/HISE/blob/develop/hi_scripting/scripting/api/ScriptingApiContent.cpp#L678
Or something else - https://github.com/christophhart/HISE/blob/develop/hi_scripting/scripting/api/ScriptingApiContent.cpp#L6004
-
@d-healey Thanks, Dave. I can't make any sense of it right now.
-
@gorangrooves maybe check your project's xml files to see if they are registered properly in there...
-
@DanH Thanks. The elements are all there. I guess I will have to look very closely to see if I can spot anything out of the ordinary.