Isaac Installation Error "Error occurred during installation of Isaac Sim: Command failed"

Isaac Installation is failed and the error message is like this

Error occurred during installation of Isaac Sim: Command failed: "/home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh"
2022-05-04 14:06:28 [2,350ms] [Fatal] [carb.crashreporter-breakpad.plugin] libcarb.events.plugin.so!carbOnPluginStartup
2022-05-04 14:06:28 [2,351ms] [Fatal] [carb.crashreporter-breakpad.plugin] libcarb.tasking.plugin.so!std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (carb::tasking::Scheduler::*)(unsigned int, int, carb::cpp20::latch*), carb::tasking::Scheduler*, unsigned int, int, carb::cpp20::latch*> > >::_M_run()
2022-05-04 14:06:28 [2,355ms] [Fatal] [carb.crashreporter-breakpad.plugin] libpthread.so.0!funlockfile
/home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh: line 10: 11189 Segmentation fault      (core dumped) ${SCRIPT_DIR}/omni.isaac.sim.warmup.sh

I have no idea that how to solve this problem.

~/.nvidia-omniverse/logs/launcher.log has the log like this.

[2022-05-04 23:05:29.948] [debug] [52b46764-6f33-4ca6-a133-528954e4b6a3] Extracting isaac_sim@2021.2.1 to /home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1...
[2022-05-04 23:06:26.501] [debug] [52b46764-6f33-4ca6-a133-528954e4b6a3] Load installation scripts from /home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1
[2022-05-04 23:06:26.506] [debug] [52b46764-6f33-4ca6-a133-528954e4b6a3] Post-install /home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh
[2022-05-04 23:06:26.507] [debug] Running "/home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh"
[2022-05-04 23:06:29.091] [debug] Dequeue [52b46764-6f33-4ca6-a133-528954e4b6a3] isaac_sim.
[2022-05-04 23:06:29.092] [debug] Reset current installer.
[2022-05-04 23:06:29.092] [debug] [52b46764-6f33-4ca6-a133-528954e4b6a3] Removing the artifact path /home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1/Isaac Sim.zip due to an error.
[2022-05-04 23:06:29.304] [debug] [52b46764-6f33-4ca6-a133-528954e4b6a3] Removing the installation path /home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1 due to an error.
[2022-05-04 23:06:29.831] [error] Error: Command failed: "/home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh"
2022-05-04 14:06:28 [2,350ms] [Fatal] [carb.crashreporter-breakpad.plugin] libcarb.events.plugin.so!carbOnPluginStartup
2022-05-04 14:06:28 [2,351ms] [Fatal] [carb.crashreporter-breakpad.plugin] libcarb.tasking.plugin.so!std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (carb::tasking::Scheduler::*)(unsigned int, int, carb::cpp20::latch*), carb::tasking::Scheduler*, unsigned int, int, carb::cpp20::latch*> > >::_M_run()
2022-05-04 14:06:28 [2,355ms] [Fatal] [carb.crashreporter-breakpad.plugin] libpthread.so.0!funlockfile
/home/keumseong/.local/share/ov/pkg/isaac_sim-2021.2.1/omni.isaac.sim.post.install.sh: line 10: 11189 Segmentation fault      (core dumped) ${SCRIPT_DIR}/omni.isaac.sim.warmup.sh

    at ChildProcess.exithandler (node:child_process:406:12)
    at ChildProcess.emit (node:events:390:28)
    at maybeClose (node:internal/child_process:1064:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)

1 Like