Isaac Sim Version
[1] 4.5.0
Operating System
[1] Ubuntu 22.04
GPU Information
- Model: NVIDIA GeForce RTX 5070Ti Laptop
- Driver Version: 570.153.02
Topic Description
Detailed Description
when execute the command “python scripts/tutorials/00_sim/create_empty.py”, the error occurred:PhysX error: Could not load libcuda.so: libcuda.so: cannot open shared object file: No such file or directory
, FILE /builds/omniverse/physics/physx/source/physx/src/gpu/PxPhysXGpuModuleLoader.cpp, LINE 204.
Steps to Reproduce
- conda create -n isaac python=3.10
- conda activate isaac
- pip install --upgrade pip
- pip install ‘isaacsim[all,extscache]==4.5.0’ --extra-index-url https://pypi.nvidia.com
- git clone [email protected]:isaac-sim/IsaacLab.git
- sudo apt install cmake build-essential
- ./isaaclab.sh --install
- pip install --upgrade --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
- python scripts/tutorials/00_sim/create_empty.py
(Add more steps as needed)
Error Messages
(isaac) cy@cy-hhh:~/IsaacLab$ python scripts/tutorials/00_sim/create_empty.py
[WARN][AppLauncher]: There are no arguments attached to the ArgumentParser object. If you have your own arguments, please load your own arguments before calling the AppLauncher.add_app_launcher_args
method. This allows the method to check the validity of the arguments and perform checks for argument names.
[INFO][AppLauncher]: Using device: cuda:0
[INFO][AppLauncher]: Loading experience file: /home/cy/IsaacLab/apps/isaaclab.python.kit
[Warning] [simulation_app.simulation_app] Modules: [‘omni.kit_app’] were loaded before SimulationApp was started and might not be loaded correctly.
[Warning] [simulation_app.simulation_app] Please check to make sure no extra omniverse or pxr modules are imported before the call to SimulationApp(…)
Loading user config located at: ‘/home/cy/miniconda3/envs/isaac/lib/python3.10/site-packages/omni/data/Kit/Isaac-Sim/4.5/user.config.json’
[Info] [carb] Logging to file: /home/cy/miniconda3/envs/isaac/lib/python3.10/site-packages/omni/logs/Kit/Isaac-Sim/4.5/kit_20250608_225347.log
2025-06-08 14:53:47 [0ms] [Warning] [omni.kit.app.plugin] No crash reporter present, dumps uploading isn’t available.
2025-06-08 14:53:47 [2ms] [Warning] [omni.ext.plugin] [ext: rendering_modes] Extensions config ‘extension.toml’ doesn’t exist ‘/home/cy/IsaacLab/apps/rendering_modes’ or ‘/home/cy/IsaacLab/apps/rendering_modes/config’
[0.039s] [ext: omni.kit.async_engine-0.0.1] startup
[0.142s] [ext: omni.metrics.core-0.0.1] startup
[0.142s] [ext: omni.client.lib-1.0.0] startup
[0.159s] [ext: omni.blobkey-1.1.2] startup
[0.159s] [ext: omni.stats-1.0.1] startup
[0.160s] [ext: omni.datastore-0.0.0] startup
[0.165s] [ext: omni.client-1.2.2] startup
[0.169s] [ext: omni.ujitso.default-1.0.0] startup
[0.170s] [ext: omni.hsscclient-1.1.1] startup
2025-06-08 14:53:47 [151ms] [Warning] [omni.datastore] OmniHub is inaccessible
[0.173s] [ext: omni.gpu_foundation.shadercache.vulkan-1.0.0] startup
[0.175s] [ext: omni.assets.plugins-0.0.0] startup
[0.177s] [ext: omni.gpu_foundation-0.0.0] startup
[0.183s] [ext: carb.windowing.plugins-1.0.0] startup
[0.189s] [ext: omni.kit.renderer.init-0.0.0] startup
|---------------------------------------------------------------------------------------------|
| Driver Version: 570.153.02 | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name | Active | LDA | GPU Memory | Vendor-ID | LUID |
| | | | | | Device-ID | UUID |
| | | | | | Bus-ID | |
|---------------------------------------------------------------------------------------------|
| 0 | NVIDIA GeForce RTX 5070 Ti Lap.. | Yes: 0 | | 12227 MB | 10de | 0 |
| | | | | | 2f18 | d1e33432.. |
| | | | | | 1 | |
|=============================================================================================|
| OS: 22.04.5 LTS (Jammy Jellyfish) ubuntu, Version: 22.04.5, Kernel: 6.8.0-60-generic
| XServer Vendor: The X.Org Foundation, XServer Version: 12101004 (1.21.1.4)
| Processor: AMD Ryzen 9 8945HX with Radeon Graphics
| Cores: 16 | Logical Cores: 32
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 31297 | Free Memory: 22904
| Total Page/Swap (MB): 15624 | Free Page/Swap: 15624
|---------------------------------------------------------------------------------------------|
[1.001s] [ext: omni.kit.pipapi-0.0.0] startup
[1.002s] [ext: omni.materialx.libs-1.0.6] startup
[1.007s] [ext: omni.kit.pip_archive-0.0.0] startup
[1.007s] [ext: omni.usd.config-1.0.5] startup
[1.010s] [ext: omni.gpucompute.plugins-0.0.0] startup
[1.010s] [ext: omni.usd.libs-1.0.1] startup
[1.063s] [ext: omni.mdl-55.0.1] startup
[1.075s] [ext: omni.iray.libs-0.0.0] startup
[1.079s] [ext: omni.mdl.neuraylib-0.2.10] startup
[1.080s] [ext: omni.kit.usd.mdl-1.0.7] startup
[1.145s] [ext: omni.kit.loop-isaac-1.2.1] startup
[1.146s] [ext: omni.kit.test-1.1.2] startup
[1.173s] [ext: omni.kit.telemetry-0.5.1] startup
[1.192s] [ext: omni.appwindow-1.1.9] startup
[1.200s] [ext: omni.kit.renderer.core-1.0.2] startup
NVTT Warning: CUDA driver not found.
NVTT Warning: CUDA driver not available for CUDA runtime 11080
[1.268s] [ext: omni.kit.renderer.capture-0.0.0] startup
[1.270s] [ext: omni.kit.renderer.imgui-1.0.2] startup
[1.350s] [ext: omni.ui-2.26.5] startup
[1.357s] [ext: omni.kit.mainwindow-1.0.3] startup
[1.358s] [ext: carb.audio-0.1.0] startup
[1.362s] [ext: omni.uiaudio-1.0.0] startup
[1.362s] [ext: omni.kit.uiapp-0.0.0] startup
[1.362s] [ext: omni.usd.schema.metrics.assembler-106.5.0] startup
[1.368s] [ext: isaacsim.robot.schema-3.1.2] startup
[1.373s] [ext: omni.usd.schema.omnigraph-1.0.0] startup
[1.376s] [ext: omni.usd.schema.audio-0.0.0] startup
[1.378s] [ext: omni.usd.schema.omniscripting-1.0.0] startup
[1.381s] [ext: omni.usd.schema.anim-0.0.0] startup
[1.393s] [ext: omni.usd.schema.forcefield-106.5.7] startup
[1.399s] [ext: omni.usd.schema.physx-106.5.7] startup
[1.415s] [ext: omni.usd.schema.semantics-0.0.0] startup
[1.417s] [ext: omni.usd.schema.geospatial-0.0.0] startup
[1.418s] [ext: omni.kit.window.popup_dialog-2.0.24] startup
[1.421s] [ext: omni.resourcemonitor-107.0.0] startup
[1.422s] [ext: omni.activity.core-1.0.1] startup
[1.423s] [ext: omni.timeline-1.0.11] startup
[1.424s] [ext: omni.usd_resolver-1.0.0] startup
[1.427s] [ext: omni.kit.widget.nucleus_connector-1.1.10] startup
[1.428s] [ext: usdrt.scenegraph-7.5.1] startup
[1.452s] [ext: omni.usd.core-1.4.2] startup
[1.454s] [ext: omni.kit.usd_undo-0.1.8] startup
[1.454s] [ext: omni.graph.exec-0.9.4] startup
[1.454s] [ext: omni.kit.actions.core-1.0.0] startup
[1.456s] [ext: omni.kit.audiodeviceenum-1.0.1] startup
[1.457s] [ext: omni.kit.exec.core-0.13.4] startup
[1.458s] [ext: omni.kit.commands-1.4.9] startup
[1.461s] [ext: omni.hydra.usdrt_delegate-7.5.1] startup
[1.467s] [ext: omni.hydra.scene_delegate-0.3.3] startup
[1.471s] [ext: omni.usd-1.12.4] startup
[1.493s] [ext: omni.kit.asset_converter-2.8.3] startup
[1.501s] [ext: omni.volume-0.5.0] startup
[1.505s] [ext: omni.ujitso.processor.texture-1.0.0] startup
[1.506s] [ext: omni.index.libs-380600.1777.0] startup
[1.506s] [ext: omni.ujitso.client-0.0.0] startup
[1.506s] [ext: omni.index-1.0.1] startup
[1.506s] [ext: omni.hydra.rtx.shadercache.vulkan-1.0.0] startup
[1.507s] [ext: omni.ui.scene-1.11.2] startup
[1.510s] [ext: omni.hydra.rtx-1.0.0] startup
2025-06-08 14:53:48 [1,495ms] [Warning] [omni.log] Source: omni.hydra was already registered.
[1.525s] [ext: omni.kit.menu.core-1.1.2] startup
[1.525s] [ext: omni.kit.viewport.scene_camera_model-1.0.5] startup
[1.528s] [ext: omni.kit.hydra_texture-1.4.0] startup
[1.531s] [ext: omni.kit.menu.utils-1.7.7] startup
[1.535s] [ext: omni.kit.widget.viewport-107.0.7] startup
[1.538s] [ext: omni.kit.viewport.registry-104.0.6] startup
[1.538s] [ext: omni.kit.clipboard-1.0.5] startup
[1.538s] [ext: omni.kit.notification_manager-1.0.9] startup
[1.539s] [ext: omni.kit.helper.file_utils-0.1.9] startup
[1.540s] [ext: omni.kit.widget.path_field-2.0.11] startup
[1.541s] [ext: omni.kit.widget.options_menu-1.1.6] startup
[1.542s] [ext: omni.kit.widget.context_menu-1.2.4] startup
[1.543s] [ext: omni.kit.widget.filebrowser-2.10.52] startup
[1.546s] [ext: omni.kit.widget.browser_bar-2.0.10] startup
[1.546s] [ext: omni.kit.viewport.legacy_gizmos-1.0.16] startup
[1.548s] [ext: omni.kit.widget.options_button-1.0.3] startup
[1.548s] [ext: omni.kit.widget.searchable_combobox-1.0.6] startup
[1.549s] [ext: omni.kit.usd.layers-2.2.0] startup
[1.553s] [ext: omni.kit.window.filepicker-2.11.7] startup
[1.561s] [ext: omni.kit.widget.settings-1.2.2] startup
[1.562s] [ext: omni.kit.context_menu-1.8.3] startup
[1.563s] [ext: omni.kit.window.file_importer-1.1.14] startup
[1.564s] [ext: omni.kit.window.preferences-1.7.0] startup
[1.566s] [ext: omni.kit.window.drop_support-1.0.4] startup
[1.567s] [ext: omni.kit.raycast.query-1.0.5] startup
[1.570s] [ext: omni.kit.material.library-1.5.15] startup
[1.573s] [ext: omni.hydra.engine.stats-1.0.3] startup
[1.575s] [ext: isaacsim.core.throttling-2.0.2] startup
[1.575s] [ext: omni.kit.viewport.window-107.0.8] startup
[1.585s] [ext: omni.inspect-1.0.1] startup
[1.586s] [ext: omni.kit.widget.filter-1.1.4] startup
[1.586s] [ext: omni.graph.core-2.181.8] startup
[1.588s] [ext: omni.kit.window.content_browser_registry-0.0.6] startup
[1.589s] [ext: isaacsim.core.deprecation_manager-0.2.2] startup
[1.589s] [ext: omni.kvdb-106.5.7] startup
[1.590s] [ext: omni.kit.viewport.utility-1.0.18] startup
[1.590s] [ext: omni.kit.selection-0.1.5] startup
[1.591s] [ext: omni.kit.window.file_exporter-1.0.31] startup
[1.591s] [ext: omni.kit.stage_template.core-1.1.22] startup
[1.592s] [ext: isaacsim.core.version-2.0.2] startup
[1.592s] [ext: omni.localcache-106.5.7] startup
[1.593s] [ext: omni.kit.menu.edit-1.1.25] startup
[1.594s] [ext: omni.usdphysics-106.5.7] startup
[1.597s] [ext: omni.kit.window.file-1.3.57] startup
[1.598s] [ext: omni.kit.hotkeys.core-1.3.10] startup
[1.599s] [ext: isaacsim.app.about-2.0.7] startup
[1.602s] [ext: omni.kit.window.content_browser-2.10.3] startup
[1.611s] [ext: omni.convexdecomposition-106.5.7] startup
[1.614s] [ext: omni.kit.widget.highlight_label-1.0.3] startup
[1.614s] [ext: omni.kit.widget.searchfield-1.1.8] startup
[1.615s] [ext: omni.kit.property.adapter.core-1.0.2] startup
[1.616s] [ext: omni.physx.foundation-106.5.7] startup
[1.617s] [ext: omni.kit.window.property-1.11.5] startup
[1.619s] [ext: omni.kit.widget.stage-2.11.6] startup
[1.624s] [ext: omni.kit.property.adapter.usd-1.0.2] startup
[1.625s] [ext: omni.kit.property.adapter.fabric-1.0.3] startup
[1.625s] [ext: omni.physx.cooking-106.5.7] startup
[1.630s] [ext: omni.kit.property.usd-4.2.16] startup
[1.635s] [ext: omni.physx-106.5.7] startup
[1.644s] [ext: isaacsim.gui.property-1.0.4] startup
[1.682s] [ext: omni.physx.stageupdate-106.5.7] startup
[1.684s] [ext: omni.kit.numpy.common-0.1.2] startup
[1.686s] [ext: omni.physics.tensors-106.5.7] startup
[1.694s] [ext: omni.warp.core-1.5.0] startup
[1.809s] [ext: omni.isaac.dynamic_control-1.3.15] startup
2025-06-08 14:53:48 [1,793ms] [Warning] [omni.isaac.dynamic_control] omni.isaac.dynamic_control is deprecated as of Isaac Sim 4.5. No action is needed from end-users.
[1.813s] [ext: isaacsim.storage.native-1.0.6] startup
[1.813s] [ext: omni.physx.tensors-106.5.7] startup
[1.818s] [ext: isaacsim.core.utils-2.2.8] startup
[1.819s] [ext: semantics.schema.editor-0.3.10] startup
[1.821s] [ext: isaacsim.core.simulation_manager-0.3.3] startup
[2.629s] [ext: semantics.schema.property-1.0.5] startup
[2.630s] [ext: isaacsim.core.cloner-1.3.4] startup
[2.631s] [ext: omni.sensors.nv.common-2.5.0-coreapi] startup
[2.642s] [ext: omni.graph.tools-1.79.1] startup
[2.654s] [ext: omni.sensors.nv.materials-1.4.0-coreapi] startup
[2.657s] [ext: omni.graph-1.140.2] startup
[2.681s] [ext: omni.kit.manipulator.viewport-107.0.1] startup
[2.682s] [ext: omni.sensors.nv.ids-1.4.0-coreapi] startup
[2.685s] [ext: omni.sensors.nv.lidar-2.6.3-coreapi] startup
[2.690s] [ext: omni.graph.visualization.nodes-2.1.1] startup
[2.694s] [ext: omni.kit.widget.graph-1.12.17] startup
[2.701s] [ext: omni.ui_query-1.1.7] startup
[2.703s] [ext: omni.kit.widget.text_editor-1.0.2] startup
[2.705s] [ext: omni.kit.graph.delegate.default-1.2.2] startup
[2.707s] [ext: omni.kit.ui_test-1.3.3] startup
[2.709s] [ext: omni.graph.scriptnode-1.40.1] startup
[2.710s] [ext: omni.kit.graph.editor.core-1.5.3] startup
[2.713s] [ext: omni.kit.graph.usd.commands-1.3.1] startup
[2.714s] [ext: omni.kit.widget.material_preview-1.0.16] startup
[2.719s] [ext: omni.graph.action_core-1.1.7] startup
[2.721s] [ext: omni.graph.image.core-0.6.0] startup
[2.722s] [ext: omni.kit.window.material_graph-1.8.19] startup
[2.741s] [ext: omni.graph.action_nodes-1.40.1] startup
[2.744s] [ext: omni.graph.image.nodes-1.3.0] startup
[2.745s] [ext: omni.kit.viewport.menubar.core-107.1.2] startup
[2.761s] [ext: omni.kit.primitive.mesh-1.0.17] startup
[2.774s] [ext: omni.graph.action-1.120.0] startup
[2.775s] [ext: omni.graph.nodes-1.162.1] startup
[2.782s] [ext: omni.syntheticdata-0.6.10] startup
[2.792s] [ext: omni.kit.stage_templates-1.2.6] startup
[2.794s] [ext: isaacsim.core.prims-0.3.7] startup
[2.815s] [ext: omni.warp-1.5.0] startup
[2.820s] [ext: omni.kit.window.extensions-1.4.25] startup
[2.826s] [ext: omni.sensors.nv.wpm-2.4.0-coreapi] startup
[2.828s] [ext: isaacsim.core.api-4.2.16] startup
[2.874s] [ext: omni.replicator.core-1.11.35] startup
2025-06-08 14:53:50 [2,921ms] [Warning] [omni.replicator.core.scripts.extension] No material configuration file, adding configuration to material settings directly.
[2.943s] [ext: isaacsim.gui.components-1.0.9] startup
[2.949s] [ext: omni.sensors.nv.radar-2.6.1-coreapi] startup
[2.954s] [ext: omni.kit.widget.prompt-1.0.7] startup
[2.956s] [ext: isaacsim.core.nodes-2.1.4] startup
[2.962s] [ext: isaacsim.robot.surface_gripper-2.0.6] startup
[2.968s] [ext: isaacsim.util.debug_draw-2.0.2] startup
[2.973s] [ext: omni.sensors.tiled-0.0.6] startup
[2.977s] [ext: omni.kit.tool.asset_importer-2.12.2] startup
[3.000s] [ext: omni.kit.menu.create-1.0.17] startup
[3.004s] [ext: isaacsim.robot.manipulators-3.0.4] startup
[3.012s] [ext: isaacsim.sensors.physx-2.2.4] startup
[3.021s] [ext: isaacsim.sensors.rtx-13.6.3] startup
[3.039s] [ext: isaacsim.asset.importer.mjcf-2.3.3] startup
[3.093s] [ext: omni.anim.curve.core-1.2.0] startup
[3.105s] [ext: omni.kit.scripting-106.5.2] startup
[3.113s] [ext: omni.graph.ui_nodes-1.40.1] startup
[3.118s] [ext: omni.kit.manipulator.transform-106.0.1] startup
[3.126s] [ext: omni.kit.widget.toolbar-1.7.3] startup
[3.150s] [ext: omni.kit.manipulator.camera-106.0.3] startup
[3.155s] [ext: isaacsim.replicator.behavior-1.0.8] startup
[3.157s] [ext: isaacsim.simulation_app-2.4.2] startup
[3.158s] [ext: omni.kit.manipulator.selector-1.1.1] startup
[3.160s] [ext: omni.kit.manipulator.tool.snap-1.5.12] startup
[3.163s] [ext: omni.kit.widget.stage_icons-1.0.6] startup
[3.165s] [ext: omni.kit.menu.file-1.1.15] startup
[3.166s] [ext: omni.physx.commands-106.5.7] startup
[3.168s] [ext: omni.kit.widget.layers-1.8.2] startup
[3.175s] [ext: omni.kit.viewport.manipulator.transform-107.0.4] startup
[3.177s] [ext: omni.kit.window.stage-2.5.11] startup
[3.180s] [ext: omni.fabric.commands-1.1.5] startup
[3.182s] [ext: omni.kit.property.audio-1.0.16] startup
[3.183s] [ext: omni.kit.usd.collect-2.2.22] startup
[3.185s] [ext: omni.kit.stagerecorder.core-105.0.5] startup
[3.188s] [ext: omni.kit.manipulator.prim.core-107.0.7] startup
[3.192s] [ext: omni.kit.menu.stage-1.2.5] startup
[3.194s] [ext: omni.kit.property.geometry-1.3.3] startup
[3.196s] [ext: omni.kit.manipulator.prim.fabric-107.0.4] startup
[3.198s] [ext: omni.kit.manipulator.prim.usd-107.0.3] startup
[3.199s] [ext: omni.kit.property.render-1.1.3] startup
[3.200s] [ext: omni.kit.widget.zoombar-1.0.5] startup
[3.201s] [ext: omni.kit.viewport.actions-107.0.0] startup
[3.204s] [ext: omni.hydra.scene_api-0.1.2] startup
[3.207s] [ext: omni.debugdraw-0.1.3] startup
[3.210s] [ext: omni.kit.manipulator.prim-107.0.0] startup
[3.211s] [ext: omni.kit.manipulator.selection-106.0.1] startup
[3.212s] [ext: omni.kit.browser.core-2.3.11] startup
[3.214s] [ext: omni.kit.viewport.menubar.display-107.0.3] startup
[3.216s] [ext: omni.kit.property.transform-1.5.10] startup
[3.218s] [ext: omni.kit.property.material-1.10.17] startup
[3.222s] [ext: omni.kit.property.light-1.0.11] startup
[3.223s] [ext: omni.kit.property.camera-1.0.9] startup
[3.225s] [ext: omni.kit.browser.folder.core-1.10.1] startup
[3.228s] [ext: omni.usdphysics.ui-106.5.7] startup
[3.247s] [ext: omni.kit.property.bundle-1.3.2] startup
[3.248s] [ext: omni.kit.tool.collect-2.2.16] startup
[3.250s] [ext: omni.kit.stagerecorder.ui-105.0.6] startup
[3.253s] [ext: isaacsim.sensors.physics-0.3.5] startup
[3.256s] [ext: isaacsim.examples.browser-0.1.8] startup
[3.260s] [ext: omni.physx.ui-106.5.7] startup
[3.279s] [ext: omni.kit.viewport.menubar.camera-107.0.2] startup
[3.283s] [ext: omni.kit.stagerecorder.bundle-105.0.2] startup
[3.284s] [ext: isaacsim.robot.policy.examples-4.0.3] startup
[3.284s] [ext: isaacsim.asset.importer.urdf-2.3.10] startup
[3.306s] [ext: omni.kit.viewport.menubar.lighting-106.0.2] startup
[3.308s] [ext: omni.physx.demos-106.5.7] startup
[3.324s] [ext: omni.kit.property.physx-106.5.7] startup
[3.366s] [ext: omni.kit.viewport.menubar.render-107.0.8] startup
[3.368s] [ext: omni.kit.window.toolbar-1.6.2] startup
[3.371s] [ext: isaacsim.robot.wheeled_robots-4.0.3] startup
[3.375s] [ext: omni.physx.vehicle-106.5.7] startup
[3.392s] [ext: omni.physx.graph-106.5.7] startup
[3.405s] [ext: omni.physx.supportui-106.5.7] startup
[3.422s] [ext: omni.physx.telemetry-106.5.7] startup
[3.425s] [ext: omni.physx.camera-106.5.7] startup
[3.435s] [ext: omni.physx.cct-106.5.7] startup
[3.446s] [ext: omni.rtx.window.settings-0.6.17] startup
[3.451s] [ext: omni.usd.metrics.assembler-106.5.0] startup
[3.459s] [ext: omni.kit.window.status_bar-0.1.7] startup
[3.462s] [ext: omni.kit.viewport.menubar.settings-107.0.3] startup
[3.465s] [ext: omni.physx.bundle-106.5.7] startup
[3.465s] [ext: omni.replicator.replicator_yaml-2.0.10] startup
[3.475s] [ext: omni.rtx.settings.core-0.6.3] startup
[3.479s] [ext: omni.usd.metrics.assembler.ui-106.5.0] startup
[3.483s] [ext: isaacsim.asset.browser-1.3.4] startup
[3.521s] [ext: isaacsim.gui.menu-2.0.9] startup
2025-06-08 14:53:50 [3,504ms] [Warning] [omni.kit.menu.utils.app_menu] add_menu_items: menu [<MenuItemDescription name:‘New’>, <MenuItemDescription name:‘Open’>, <MenuItemDescription name:‘Re-open with New Edit Layer’>, <MenuItemDescription name:‘Save’>, <MenuItemDescription name:‘Save With Options’>, <MenuItemDescription name:‘Save As…’>, <MenuItemDescription name:‘Save Flattened As…’>, <MenuItemDescription name:‘Add Reference’>, <MenuItemDescription name:‘Add Payload’>, <MenuItemDescription name:‘Exit’>] cannot change delegate
[3.526s] [ext: omni.kit.ui.actions-1.0.2] startup
[3.528s] [ext: omni.kit.window.console-0.2.14] startup
[3.535s] [ext: isaacsim.sensors.camera-0.2.9] startup
[3.540s] [ext: isaaclab-0.40.3] startup
[3.646s] [ext: isaaclab_assets-0.2.2] startup
2025-06-08 14:53:50 [3,635ms] [Warning] [pxr.Semantics] pxr.Semantics is deprecated - please use Semantics instead
[3.774s] [ext: isaaclab_tasks-0.10.33] startup
[5.241s] [ext: omni.kit.menu.common-1.1.9] startup
[5.242s] [ext: isaaclab_rl-0.1.4] startup
[5.243s] [ext: isaaclab_mimic-1.0.7] startup
[5.243s] [ext: isaaclab.python-2.1.0] startup
[5.244s] Simulation App Starting
2025-06-08 14:53:52 [5,337ms] [Error] [omni.physx.plugin] PhysX error: Could not load libcuda.so: libcuda.so: cannot open shared object file: No such file or directory
, FILE /builds/omniverse/physics/physx/source/physx/src/gpu/PxPhysXGpuModuleLoader.cpp, LINE 204
[5.458s] app ready
2025-06-08 14:53:52 [5,448ms] [Warning] [rtx.neuraylib.plugin] [IRAY:RENDER] 1.1 IRAY rend warn : GPU 1 (NVIDIA GeForce RTX 5070 Ti Laptop GPU) with CUDA compute capability 12.0 is unsupported by this version of iray photoreal. Please look for an update with your software provider.
2025-06-08 14:53:52 [5,451ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit buffer size 7508933632
2025-06-08 14:53:52 [5,451ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit : valid false, within: false
2025-06-08 14:53:52 [5,451ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit : decrement: 167690, decrement size: 7433845248
2025-06-08 14:53:52 [5,451ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : New limit 9574251 (slope: 447, intercept: 13179904)
2025-06-08 14:53:52 [5,451ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit buffer size 4287216384
2025-06-08 14:53:52 [5,451ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit : valid true, within: true
2025-06-08 14:53:52 [5,632ms] [Warning] [omni.usd-abi.plugin] No setting was found for ‘/rtx-defaults-transient/meshlights/forceDisable’
[7.772s] Simulation App Startup Complete
[7.803s] [ext: omni.physx.fabric-106.5.7] startup
2025-06-08 14:53:54 [7,820ms] [Warning] [omni.physx.plugin] PhysX warning: GPU solver pipeline failed, switching to software, FILE /builds/omniverse/physics/physx/source/simulationcontroller/src/ScScene.cpp, LINE 776
2025-06-08 14:53:54 [7,820ms] [Warning] [omni.physx.plugin] PhysX warning: GPU Bp pipeline failed, switching to software, FILE /builds/omniverse/physics/physx/source/simulationcontroller/src/ScScene.cpp, LINE 784
python: symbol lookup error: /home/cy/miniconda3/envs/isaac/lib/python3.10/site-packages/isaacsim/extsPhysics/omni.physx/bin/libomni.physx.plugin.so: undefined symbol: cuDeviceGetCount
Screenshots or Videos
(If applicable, add screenshots or links to videos that demonstrate the issue)
Additional Information
What I’ve Tried
(Describe any troubleshooting steps you’ve already taken)
- I tried to disable iommu and svm in bios, but it didn’t work.
- /usr/local/cuda-12.8/targets/x86_64-linux/lib/stubs/libcuda.so
/usr/lib/libcuda.so
/usr/lib/x86_64-linux-gnu/stubs/libcuda.so
/usr/lib/x86_64-linux-gnu/libcuda.so.570.153.02
/usr/lib/x86_64-linux-gnu/libcuda.so.1
/usr/lib/i386-linux-gnu/libcuda.so
/usr/lib/i386-linux-gnu/libcuda.so.570.153.02
/usr/lib/i386-linux-gnu/libcuda.so.1
Related Issues
(If you’re aware of any related issues or forum posts, please link them here)
Additional Context
(Add any other context about the problem here)