Replies: 1 comment
-
Possibly has been fixed with __BT_DISABLE_SSE__, but i think that disables SSE usage not everywhere. Also it's crashing in rayTest for me, fixed by defining DISABLE_DBVT_COMPOUNDSHAPE_RAYCAST_ACCELERATION :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone! Experiencing crashes with SSE with a reason "Memory Violation".
![image](https://user-images.githubusercontent.com/8864329/134764139-6c90c096-e38f-43f8-9b9c-d756b028ef0d.png)
Disabling them in Project settings does almost nothing because you've forced SSE to be enabled in config. When disabling that in config (by commenting?) the build fails because of a lot of errors related to btScalar typedef.
Any ideas how to solve this problem? Also tried to enable/disable optimizations, nothing helped.
![image](https://user-images.githubusercontent.com/8864329/134764197-b64b9781-6c9b-4a81-a8c7-8e4e7d39f282.png)
A bit of a dissassembly where that happens:
Beta Was this translation helpful? Give feedback.
All reactions