What does this mean?
-
I have a project with some Max dll and some Scriptnode dll's and I have been able to compile plugins without problems.
Suddenly when I was trying to compile a plugin I got this message which I don't understandThis is the slot, which is empty, and it should be empty
Can someone explain what it means and how to fix it?
-
This error message appears when you're trying to export a project with a Hardcoded Master FX that references a ID that can't be found in the current DLL. This can have two reasons:
- You haven't compiled the network DLL
- You've renamed the network and recompiled the DLL but haven't reloaded the effect in the master FX so it references the old ID.
-
@Christoph-Hart Thanks, yes I have renamed the network.
-
@Christoph-Hart Ok, it's fixed now.
I had to edit the xml for this project as well, thanks again! -
@ulrik usually unloading and reloading the FX with the new ID with the combobox of the hardcoded FX editor should do the trick.