Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
Model: B200
Driver Version: 580.126.09
Isaacsim/lab is getting stuck in DGX spark server in headless mode during --enable_camera code
With other sensors the system is working perfectly. IsaacLab version 2.3.0
Steps to Reproduce
simple examples like python scripts/reinforcement_learning/rl_games/train.py --task=Isaac-Cartpole-RGB-Camera-Direct-v0 --headless --enable_camerasis not working in headless mode
Error Messages (getting stuck)
2026-04-26T13:37:26Z [13,937ms] [Warning] [omni.physx.plugin] PhysX warning: GPU solver pipeline failed, switching to software, FILE /builds/omniverse/physics/physx/source/simulationcontroller/src/ScScene.cpp, LINE 781
2026-04-26T13:37:26Z [13,937ms] [Warning] [omni.physx.plugin] PhysX warning: GPU Bp pipeline failed, switching to software, FILE /builds/omniverse/physics/physx/source/simulationcontroller/src/ScScene.cpp, LINE 789
Thanks for the report. A few clarifying questions first:
1. System clarification: You mentioned “DGX Spark” with “GPU: B200” – DGX Spark
uses a GB10 Grace Blackwell Superchip (not a discrete B200). Could you confirm
whether you’re on:
DGX B200 (data center system with 8x B200 GPUs), or
DGX Spark (desktop system with GB10 chip)?
This matters because multi-GPU systems (DGX B200) can have device selection issues
that affect PhysX.
Yes, I’m using a B200 DGX server, not Spark. Pardon my mistake.
Regarding the driver selection, I’ll look into that with the server admin.
But this is a cumbersome process overall. No one wants to downgrade the driver version.
Do you know whether a patch update is coming soon?