Replies: 4 comments 5 replies
-
I experienced a similar problem. Initially, I suspected the issue was related to a Windows update and tried installing multiple previous versions of Nvidia's drivers. However, those efforts, along with other tests, didn't resolve the problem. It was finally resolved when I disabled my laptop's second display adapter (Intel(R) UHD Graphics) in the device manager. |
Beta Was this translation helpful? Give feedback.
-
Thanks for posting this. Note that if you have Windows with CUDA 12, the GPU driver version 552.86 is required. |
Beta Was this translation helpful? Give feedback.
-
Thanks @lfcars!! I've been having the same issue for a week now. I tried disabling the Intel UHD Graphics in the device manager and it worked! If there is a way to run it without having to disable that, I would be interested in that as well. |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. This seems to be a platform specific issue, related to iGPU and dGPU drivers and the BIOS. Probably the next step would be to try the latest release of Isaac Lab and see if this problem persists. |
Beta Was this translation helpful? Give feedback.
-
I am trying to get IsaacLab running on my system for the first time by following the binary installation instructions. I’m following the tutorial found at: https://isaac-sim.github.io/IsaacLab/main/source/setup/installation/binaries_installation.html
System Info:
Isaac Sim Version: 4.2.0
Isaac Lab Version: 1.2
Operating System: Windows 11
GPU: RTX 4090 Laptop
Driver Version: Studio Driver -566.14
Detailed Description
I installed Isaac Lab and was on the last step “Verifying the Isaac Lab installation” where we are asked to run “isaaclab.bat -p source\standalone\tutorials\00_sim\create_empty.py”. When I attempt to run this file I get an error pop up menu that says “GPU Foundation” “Failed to create any GPU devices, including an attempt with compatibility mode. If I look in the terminal window I can see an error that says [Error] [gpu.foundation.plugin] Multiple Installable Client Drivers are found for the same GPU on the system.”
Note that I can run Isaac Sim 4.2 and USD Composer just fine. If I run “isaaclab.bat -s” it starts up just fine.
I’ve seen some posts on the internet with a similar error related to Isaac Sim and in those posts it was suggested to revert to an older driver. But I can’t imagine that is my issue since Isaac Sim runs just fine from the launcher. Also, I’ve tried two drivers now.
Steps to Reproduce
What I’ve Tried
Note that I can run Isaac Sim 4.2 and USD Composer just fine.
If I run “isaaclab.bat -s” it starts up just fine.
I added some print statements to the create_empty.py code and I can see that the last line that is called is this: app_launcher = AppLauncher(args_cli).
After reading online I tried updating my NVIDIA gpu driver which is what I currently have listed in this description. So two drivers were attempted and encountered the same issue.
Additional Context
I saw some verbiage about Cuda 11 and 12 and using the correct drivers. I tried to see if I have CUDA installed on my system and couldn’t really tell. I tried running nvcc --version but the command nvcc doesn’t work.
Here’s another piece of info that may be relevant. When I run the command “Isaaclab.bat -s” and it successfully launches isaac sim, I noticed the warnings below in the terminal. This is telling me that for some reason when IsaacSim is run, it must be somehow able to disable the redundant unsupported non-Nvidia drivers, but maybe the same is not happening when I run the isaacLab tutorial files.
Beta Was this translation helpful? Give feedback.
All reactions