Script FX hash mismatch
-
Im getting the error "Script effect name" hash mismatch when trying to compile. I know this has something to do with the script fx's xml, but I cant find what it is. I tried validating via an xml validator but still found nothing.
Anyone have any ideas?
-
@JL-LV I ran into this error the other day, but with a modulator. This fixed it for me:
- Unload the network
- click on Create Embedded DSP network (the cube icon)
- Create a new node, click Project and the select your network from the list
- Confirm the network works as expected
- Save network
- Select "Compile DSP networks as DLL", chose a build config and hit okay.
- Save project and quit
On reloading the error should be gone.
Please note, this solution was the result of dumb trial and error and I really don't know what I'm talking about, so it's probably a good idea to backup your project first..
-
@modularsamples I tried your method but I ended up having to rebuild my effect from the ground up. ;/
-
@modularsamples Thank you!! I ran into this error today, had no idea how to fix.
Your method worked!!
For anyone following the steps, be sure the follow ALL the steps
Thank you again!