-
Notifications
You must be signed in to change notification settings - Fork 957
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
[Question] Encountering Unknown Error: [Error] [omni.physx.cooking.plugin] opRes == OperationResult::SUCCESS is false. #1409
Comments
Could you please confirm the version of Isaac Lab you are using? Have you tried this in the 1.2 release? Thanks! |
Hello @RandomOakForest , I'm using Isaac Lab v1.2.0 and Isaac Sim v4.2.0. |
Thank you for submitting this. We have take note of this error. If it is causing a crash on your side, please submit a bug report. Thanks. |
Hello @RandomOakForest, Thank you for your response. The display of error codes has also been changed. The cause is unknown.
Example of error code pattern 2:
|
Thanks for posting this. We will review with the team. |
Hello everyone,
I encountered an unknown error while training my original Hexapod using reinforcement learning.
First, I get this warning:
[Warning] [omni.ujitso] UJITSO: Build storage validation failed for Storage status: 1
, and then the error[Error] [omni.physx.cooking.plugin] opRes == OperationResult::SUCCESS is false.
appears.The error occurred after the log
[INFO]: Starting the simulation. This may take a few seconds. Please wait...
.Sometimes this error causes a buffer error, but other times the training continues without any issues. I couldn't find any information about this error.
Does anyone know what this means?
Thank you!
The text was updated successfully, but these errors were encountered: