I can’t launch the isaac sim from omniverse launcher or python script.
I have removed the /usr/share/vulkan and /etc/vulkan and try reinstall nvidia driver three times . And clean the launcher and reinstall the issac sim three times,.
my os :ubuntu20.04
mylog is I run the command(base) pi@pi:~/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1$ ./isaac-sim.sh > mylog.txt mylog.txt (34.3 KB) kit_20231208_183500.log (759.5 KB)
@2436442868 i am just another OV user, but it seems the kit log you provided is older or has discrepancies between the screenshot you posted? because the log seems to indicate you are on driver 525.116.04 as opposed to 535.129.03 from the nvidia-smi:
thank you for you replay.
the nvidia driver is not matching, because I install Isaac sim and then reinstall nvidia driver.
Now I clean the launcher and reinstall the cache, nucleus and Isaac sim.
but it doesn’t work, even worse.
i ran command (base) pi@pi:~/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1$ ./isaac-sim.sh > mylog2.txt
it say vkCreateInstance failed. Vulkan 1.1 is not supported, or your driver requires an update.
so I follow gpt suggestion to sudo apt-get remove --purge mesa-vulkan-drivers and sudo apt-get install vulkan-icd
and run (base) pi@pi:~/Downloads/vulkansdk-linux-x86_64-1.3.268.0/1.3.268.0/x86_64/bin$ ./vulkaninfo > vulkaninfo.txt vulkaninfo.txt (24.6 KB)
and run (base) pi@pi:~/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1$ ./isaac-sim.sh > mylog3.txt
and I follow the gpt suggestion to install vulkan SDK in LunarXchange
my last command is base) pi@pi:~/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1$ ./isaac-sim.sh > mylog4.txt
I have no idea to fix the bug. please help me out.