I am running isaac-sim container on my cloud server instance. I can start isaac_sim using runheadless.native.sh. But I cannot see anything from the streaming client GUI (I can see log that Isaac Sim Headless is loaded). I realized there is an error when isaac_sim initializing on the server. I search online and cannot find a solution. The error:
2024-10-29 05:39:03 [27,120ms] [Error] [carb.graphics-vulkan.plugin] Could not get NGX parameters block because NGX isn’t enabled.
2024-10-29 05:39:03 [27,120ms] [Error] [carb.graphics-vulkan.plugin] Failed to create NGX context.
I also checked ports it’s listening. I don’t find those defined on the offical guide: 47995:48012 (TCP/UDP), 49000:49007 (TCP/UDP), 49100 TCP. Below are the context I grabbed in container,
I also tried the WebRTC method. I can start isaac-sim webrtc on server using runheadless.webrtc.sh. But I cannot see anything in my browser. I opened port 8211 TCP/UPD on my server. I used telnet to check whether the port is open. I don’t see any error, but found one info from log:
Tick: provider_nucleus: Connection to omniverse:// failed: No host specified
Isaac-Sim version
4.2.0 container
Operating system
Ubuntu 22.04
GPU Model
RTX A6000
GPU Driver (both linux server and docker image)
550.120 (tried 535, 560 as well)
Vulkan API Version
1.3.204. I also tried vulkaninfo | grep “Device Name”, no GPU detected and below is the output
WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Failed to CreateInstance in ICD 4. Skipping ICD.
"vulkaninfo | grep “Device Name” seems to be a wrong command for checking. I tried "vulkaninfo | grep “GPU” and can find the GPU device. I also reinstall Cuda, driver, vulkan, kernel many times. I don’t see any trivial mistake. I’ve followed Container Installation multiple times. I don’t know what else I can do.
I searched in the forum, and seems vulkan and driver don’t match is a common answer. For this case, what could be wrong? I’ve listed all version info.
Thanks for the response. Unfortunately, I didn’t figure out the solution for a while. So I cancelled the A6000 instance last week. Now I have a new A10 instance. Does it work for isaac sim and local GUI? If so, I will give another try and use your advises.