'std::out_of_range' error

After resolving a previous error having to do with nomenclature I have encountered a new error to me that isn’t as intuitive to me at the moment. Is this an error encountered before? Thank you!

PinFin_Pull_OutofRange.txt (2.0 KB)

This probably means that you’ve got an id wrong somewhere… I’m going to hop onto your server and take a look

1 Like

You were referencing a set that didn’t exist in your flex file, within the displacement_field_output block

I converted sets: [ "whole_part" ] to sets: [ "PinFin" ] and it runs to completion

Though you’ll probably also want to change the database_name: "CFrame_field_results" option to a name that you want.

1 Like