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
We're randomly getting errors in clipAgainstHull. These are unfortunately not deterministic (sometimes it happens, on other runs it doesn't happen) and it's unclear which objects cause this (testing them 1 by 1 / in pairs did not lead to the error).
Still posting here because it's kind of annoying (now had to put a try..catch around the entire physics step which feels wrong).
Only related issue seems to be #217 which is caused by incorrect user data, but I believe this is correct here (and the error is thrown on a length check).
The text was updated successfully, but these errors were encountered:
We're randomly getting errors in clipAgainstHull. These are unfortunately not deterministic (sometimes it happens, on other runs it doesn't happen) and it's unclear which objects cause this (testing them 1 by 1 / in pairs did not lead to the error).
Still posting here because it's kind of annoying (now had to put a try..catch around the entire physics step which feels wrong).
Only related issue seems to be #217 which is caused by incorrect user data, but I believe this is correct here (and the error is thrown on a length check).
The text was updated successfully, but these errors were encountered: