You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: invalid blockID 0 from steps start 2 in variable v3, check argument to Variable<T>::SetBlockID, in call to Get
The issue shows up in the next step where the variable appears again.
The examples/basics/localArray example shows this bug if the writer code is forced to omit writing a variable (v3) in step 2 in localArray_write.cpp:166-169
Note: This reading example uses BeginStep/EndStep to step through the steps, so no SetStepSelection() is used here.
Note: The bug appears with both BP3 and BP4 engines.
The text was updated successfully, but these errors were encountered:
ERROR: invalid blockID 0 from steps start 2 in variable v3, check argument to Variable<T>::SetBlockID, in call to Get
The issue shows up in the next step where the variable appears again.
The examples/basics/localArray example shows this bug if the writer code is forced to omit writing a variable (v3) in step 2 in
localArray_write.cpp:166-169
This will result in v3 missing in step 2:
Then the read example fails when getting variable v3 in step 3.
Note: This reading example uses BeginStep/EndStep to step through the steps, so no SetStepSelection() is used here.
Note: The bug appears with both BP3 and BP4 engines.
The text was updated successfully, but these errors were encountered: