When I launched the Isaac Sim Checker, I encountered an error. After checking the logs, I ran the Checker’s script file directly in the terminal and discovered more detailed error information, which seems to indicate an issue with the [gpu.foundation.plugin] module. Despite researching various solutions, the problem remains unresolved. The same error also occurs when starting Isaac Sim. Could you help me troubleshoot this? I would greatly appreciate it
Based on the error messages you provided, it seems there are issues with GPU device creation. The following error messages were noted:
2024-08-31 13:31:31 [504ms] [Error] [gpu.foundation.plugin] No device could be created. Some known system issues:
- The driver is not installed properly and requires a clean re-install.
- Your GPU does not support RayTracing, DXR or Vulkan ray_tracing, or hardware is excluded due to performance.
- The driver cannot enumerate any GPU: driver, display, TCC mode or a docker issue. For Vulkan, test it with VulkanInfo tool from Vulkan SDK, instead of nvidia-smi.
- For Ubuntu, it requires server-xorg-core 1.20.7+ and a display to work without --no-window.
- For linux dockers, the setup is not complete. Install the latest driver, XServer and NVIDIA container runtime.
Please verify that your system meets all the requirements outlined in Isaac Sim Requirements — Omniverse IsaacSim latest documentation.
If the issue persists after checking these points, please provide more information about your system configuration, including OS version, GPU model, and driver version, so we can assist you further.
Is this still an issue? Have you follow Isaac Sim Requirements — Omniverse IsaacSim to install one of the production branch version drivers, either 535 or 550?