FIXED: Project.Save bug - 23680

In SimpleMixer with the latest build if you hit the save button at the top right then it works first time then second time crashes TouchDesigner. That button just runs project.save(saveExternalToxs=True)

I’ve attached the .dmp file and you can download SimpleMixer from the repo to see the issue.
Repo is here:
https://github.com/Richard-Burns/SimpleMixer

The offending op is the following path:
/simplemixer/container_gui/container_menu/chopexec1

TouchDesignerCrash.2020.23680.1.dmp (271.6 KB) TouchDesignerCrash.2020.23680.2.dmp (266.3 KB)

This will be fixed in the next build posted. FYI - Rob notes there is still a long pause as that .save() causes replicators to go off and rebuild things.