Error with member "strings" #1135
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You've discovered a bug in the guarding of the strings object when Until we fix this, you can either:
This is unlikely to be fixed in |
Beta Was this translation helpful? Give feedback.
You've discovered a bug in the guarding of the strings object when
FLAMEGPU_SEATBELTS
is set toOFF
- this appears to be a gap in our CI coverage. It looks like this was introduced in #1116Until we fix this, you can either:
Reconfigure with
-DFLAMEGPU_SEATBELTS=ON
- this will result in slower simulations (but with more helpful error messages)Use an older version of FLAMEGPU2 from before this bug was introduced, by changing
FLAMEGPU_VERSION
to point to a commit which worked, and enablingFLAMEGPU_VERSION_ALLOW_HASH
if pointing to a specific hash rather than the most recent release tag. 1269658 is the most recent commit which does not contain this error.