Failure Launching from eGPU

Note: For any Isaac Lab topics, please submit your topic to its GitHub repo (GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim) following the instructions provided on Isaac Lab’s Contributing Guidelines (Contribution Guidelines — Isaac Lab Documentation).

Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.

Isaac Sim Version

4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):

Operating System

Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):

GPU Information

  • Model: RTX 4060 Ti
  • Driver Version: 576.52

Hey! I am attempting to run Isaac Sim with an eGPU connected through thunderbolt, since I have an intel GPU in my laptop. I ran the command below to force powershell to launch isaac with the Nvidia GPU, but my viewport is still black and I can’t see any added objects.

Error: 2025-06-06 13:24:39 [75,715ms] [Error] [gpu.foundation.plugin] Raytracing is not supported on GPU: 0. Hardware, driver or Operating system upgrade is required.
2025-06-06 13:24:39 [75,725ms] [Error] [carb.scenerenderer-rtx.plugin] rtx driver verification failed.

Viewport:

Launch messages:

Could you provide the full log file?

Thanks for the response! Here tis
Windows PowerShell.txt (51.3 KB)

It is supposed to start like, that with a black screen. That is normal. LOL.

Here is mine

Why don’t you try to open something or create something?

If you want to try DirectX instead you can try to edit “C:\isaacsim\apps\isaacsim.exp.full.kit” and add this line, “vulkan=false”

name = “Isaac-Sim Full”
version = “4.5.0”
file.ignoreUnsavedOnExit = false
window.title = “Isaac Sim Full”
vulkan = false # Explicitly enable Vulkan (on by default on Linux, off by default on Windows)

Here is a very basic getting started video to help

We support eGPUs, but it has to be the latest eGPU box with thunderbolt 5 and PCIe 4.0.
Old one with thunderbolt 3 or 4 and PCIe 3.0 has a performance bottleneck with the latest NVIDIA GPUs.

Thank you so much for the help! My grid will not highlight, nor can I see any objects or the triad manipulator even if I turn on the lights. My computer has thunderbolt 3, does that mean I cannot run Isaac sim with my eGPU? I pasted the following error messages if its helpful. Thanks again!

I am sorry but it would seem so. I am not sure what else can be done.

Okay thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.