[carb.scenerenderer-rtx.plugin] Failed to execute RenderGraph on device 0. #2683
-
bug log file: kit_20250602_152439.log Describe the bug
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/train.py --task Isaac-H1-Walk-v0 --info --headless --enable_cameras --num_envs 128
2025-06-02 07:25:13 [33,654ms] [Error] [rtx.raytracing.plugin] Failed to allocate ParameterBlock resources
2025-06-02 07:25:13 [33,654ms] [Error] [gpu.foundation.plugin] Unable to allocate descriptor sets.
2025-06-02 07:25:13 [33,654ms] [Error] [rtx.raytracing.plugin] Failed to allocate ParameterBlock resources
2025-06-02 07:25:16 [36,921ms] [Error] [gpu.foundation.plugin] Failed to update params for RenderOp AOV Converter: extract disocclusion mask. Will not execute this or subsequent RenderGraph operations. Aborting RenderGraph execution
2025-06-02 07:25:16 [36,925ms] [Error] [carb.scenerenderer-rtx.plugin] Failed to execute RenderGraph on device 0. Error Code: 7
2025-06-02 07:25:16 [36,925ms] [Warning] [omni.hydra] Rendering failed.
2025-06-02 07:25:16 [36,926ms] [Error] [omni.usd] HydraEngine::render failed to end the compute graph: error code 6
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/train.py --task Isaac-H1-Walk-v0 --info --headless --enable_cameras --num_envs 64
Steps to reproduce
System Info
Checklist
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Thank you for posting this. Your log reports an earlier error on GLInteropContext that may be triggering this. Are you running this locally or on the cloud? If the latter, be sure you have |
Beta Was this translation helpful? Give feedback.
-
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/train.py --task Isaac-H1-Walk-v0 --info --headless --enable_cameras --num_envs 64
|
Beta Was this translation helpful? Give feedback.
-
Following up, the driver you are using is still not the recommended one. You may also want to try tiled rendering. I'll move this post to our Discussions section for follow up. |
Beta Was this translation helpful? Give feedback.
Following up, the driver you are using is still not the recommended one. You may also want to try tiled rendering. I'll move this post to our Discussions section for follow up.