Update error in Edit Simulation magma

Everything seems to have been stable for me so far (though there’s plenty of Ember’s capabilities I haven’t explored yet) but I have a problem with update. When I click UPDATE in Ember MagmaFlow, I get a maxscript error “–Unknown property: “HasError” in SimEmber” and directs me to this line in Ember_MagmaFlow.ms:

if theObj.HasError and theObj.ErrorSource == magma do

Odd thing is that the >AUTO update seems to automatically update SimEmber but only when I hit UPDATE does this happen. It also happens when >AUTO is not pressed.

I’m seeing the same thing. I think the MAXScript code and C++ plugin might have gotten out of sync.

We enabled the error reporting in SimEmber for our internal build (but it was still missing for the Initial flow, so I have seen that error in a different context). Sounds like the latest script made it out without the matching plugin, as Darcy mentioned…