FIXED: Replicator callback crash

i am trying to change the selection in a drop down list that has just been create by a replicator
this line in the callback

op(str(c) + '/set').run(int(template[c.digits, 'default']))

makes TD crash but running it from a separate text DAT works fine

on Windows 10 build 2018.27910
timeline.37.toe (62.3 KB)
TouchDesignerCrash099.x64.2018.27910.1.dmp (278 KB)
TouchDesignerCrash099.x64.2018.27910.2.dmp (275 KB)
TouchDesignerCrash099.x64.2018.27910.3.dmp (291 KB)

Thanks for the report, we’ve added it to the bug database.

Its an issue of a clone being triggered during replication of a panel, deleting one of the operators its currently cooking.

A potential workaround may be disabling cloning in the master replicant, and only turning it on in the callback, where the replicants are already created.

We’ll have a fix in an upcoming build.
Thanks for posting.