-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhysX GPU SharedMemory Exception #129
Comments
Here is the stack.
|
Thanks. This is a known issue and we already have a fix for it. It should be included in the next PhysX release. |
Thanks for your replying. Can I know the release time for the reason that I need to use this function to continue my project :) |
Hi kstorey, I still wait for your reply about your next release date. If you are not sure about the release time, can you provide a night build version for me to test? |
I would suggest to enclose the stack reported in the comment: #129 (comment) with the code ticks: ``` . Right now this issue is referencing almost all the other issues due to the |
Thanks for your advise and updated. |
Hi,
Based on the bullet3's source, I load urdf in PhysX. Referring to the snippethellogrb, I load urdf into PhysX. When I call PxScene::simulate, libPhysXGpu.so throws an exception "allocAligned out of sharedMemory" with GPU, while source works well when only use CPU.
Can anyone tell me what causes this problem?
The text was updated successfully, but these errors were encountered: