About Isaac Sim 5.0 Rtx Sensor Generating Custom Sensor Error

I’m very happy to have waited for Isaac Sim 5.0.
I tried it out as soon as possible because the RTX Sensor has undergone significant changes. However, during the creation process, I encountered many, many questions.

The first method: I needed to customize a sensor, which is a “Planar Array LiDAR Sensor” LiDAR. So I followed the documentation to create the sensor. But the documentation didn’t provide very detailed explanations. It only mentioned that I needed to set config=None.

However, when I executed it, it didn’t succeed. My code was

import omni
from pxr import Gf

sensor_attributes = {
‘omni:sensor:Core:scanRateBaseHz’: 30,
‘omni:sensor:Core:minReturnDistance’: 0.5,
‘OmniSensorGenericLidarCoreEmitterStateAPI:s001:azimuthDeg’: 0,
‘OmniSensorGenericLidarCoreEmitterStateAPI:s001:elevationDeg’: 15
}

_, sensor = omni.kit.commands.execute(
“IsaacSensorCreateRtxLidar”,
translation=Gf.Vec3d(0, 0, 2),
orientation=Gf.Quatd(1, 0, 0, 0),
path=“/CustomLidar”,
parent=None,
config=None,
visibility=False,
variant=None,
force_camera_prim=False,
**sensor_attributes
)

2025-08-12 08:22:30 [Warning] [omni.replicator.core.scripts.functional.create_batch] World/CustomLidar is an invalid prim path. Renaming to World_CustomLidar. 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] Failed to execute a command: IsaacSensorCreateRtxLidar. 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py”, line 296, in 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] on_event=lambda _: self._loop.run_once() 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py”, line 228, in run_once 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] self._run_once() 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/kit/python/lib/python3.11/asyncio/base_events.py”, line 1936, in _run_once 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] handle._run() 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/kit/python/lib/python3.11/asyncio/events.py”, line 84, in _run 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] self._context.run(self._callback, *self._args) 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.kit.window.script_editor-2.0.1+8131b85d/omni/kit/window/script_editor/script_editor_widget.py”, line 154, in _execute_script_async 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] omni.kit.app.get_app_interface().get_python_scripting().execute_string( 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/tmp/carb.E8jNh7/script_1754986950.py”, line 15, in 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] _, sensor = omni.kit.commands.execute( 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.lx64.r.cp311/omni/kit/commands/command.py”, line 463, in execute 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] result = omni.kit.undo.execute(command, name, kwargs) 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] […skipped…] 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.lx64.r.cp311/omni/kit/undo/undo.py”, line 78, in execute 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] result = _execute(command, name, level, history_key) 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.lx64.r.cp311/omni/kit/undo/undo.py”, line 459, in _execute 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] raise error 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.lx64.r.cp311/omni/kit/undo/undo.py”, line 420, in _execute 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] result = command.do() 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^ 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py”, line 277, in do 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] prim = super().do() 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^ 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py”, line 225, in do 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] not self._force_camera_prim and (self._add_reference() or self._call_replicator_api()) 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py”, line 176, in _call_replicator_api 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] return self._replicator_api( 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^ 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.lx64.r.cp311/omni/replicator/core/scripts/functional/create.py”, line 1019, in omni_lidar 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] return create_batch.omni_lidar( 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.lx64.r.cp311/omni/replicator/core/scripts/functional/create_batch.py”, line 2367, in omni_lidar 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] return _create_prim_generic( 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^ 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.lx64.r.cp311/omni/replicator/core/scripts/functional/create_batch.py”, line 620, in _create_prim_generic 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] modify.attribute(prim, k, v[i]) 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.lx64.r.cp311/omni/replicator/core/scripts/functional/modify.py”, line 550, in attribute 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] set_attributes(prims, attribute_name, value) 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] File “/home/shubao/isaacsim50/isaac-sim-standalone-5.0.0-linux-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.lx64.r.cp311/omni/replicator/core/scripts/functional/modify.py”, line 527, in set_attributes 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] raise ValueError(f"No attribute ‘{attribute}’ exists for prim ‘{p}’.") 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] 2025-08-12 08:22:30 [Error] [omni.kit.commands.command] <class ‘ValueError’> No attribute ‘omni:sensor:Core:minReturnDistance’ exists for prim ‘Usd.Prim(</World_CustomLidar_01>)’.

Then I tried the second method because I wanted to configure my own sensor, but it also failed. My code was

import numpy as np
from isaacsim.sensors.rtx import LidarRtx

sensor_attributes = {
‘omni:sensor:Core:scanRateBaseHz’: 20,
‘omni:sensor:Core:horizontalFovDeg’: 360.0,
‘omni:sensor:Core:verticalFovDeg’: 30.0
}

sensor = LidarRtx(
prim_path=“/World/CustomLidar”,
translation=np.array([0.0, 0.0, 1.5]),
orientation=np.array([1.0, 0.0, 0.0, 0.0]),
config_file_name=None,
**sensor_attributes
)

It still failed. The official documentation only uses “Example_Rotary” as a case study but doesn’t explain how this example was created—it only describes how to load it, which I find inappropriate. In versions before Isaac Sim 5.0, we loaded a “json” file, and I could simply configure that json. Even if I wanted to load “sensor_attributes,” I hoped there would be a template or documentation for it, but currently, there is no documentation or example available.

First, I couldn’t create it successfully because the documentation is too sparse, and I don’t know where I went wrong with the configuration. In the package files, I found the json file for “Example_Rotary,” but I couldn’t locate the “.usda” file, making it difficult to use as a reference.

I also have another issue that the documentation doesn’t address: If I create an “Example_Rotary,” do parameter adjustments through the “GUI” panel take effect? It doesn’t seem to work.

Hi @Julie_A!

According to your error message, it looks like you are using incorrect attribute name. Please find correct attribute names here: Omni Sensors Schema — Omniverse Kit.
Please correct your attributes and try again.

For the .usda file, you can get them from the asset packs.

I also have another issue that the documentation doesn’t address: If I create an “Example_Rotary,” do parameter adjustments through the “GUI” panel take effect? It doesn’t seem to work.

It should, yes. Several attributes will not take effect if updated during runtime, but those are marked in the tooltip (if the you hover with your mouse over the attribute name) and in the schema docs linked above.

As for the missing link for OmniSensor schemes in the doc, our engineers will fix it. Thanks!

@zhengwang

Thank you for your response.

I believe there are many, many issues with the documentation. It is very unfriendly. It only briefly explains how to create an “RTX sensor” and uses just one example, “Example_Rotary,” as a case study, which doesn’t provide much reference value.

I think there should be a tutorial or reference on creating a custom LiDAR, including (what necessary parameters need to be passed in and a Python code snippet, followed by all the APIs).

From my recent experience, I want to create my own LiDAR in Isaac Sim version 4.5, where I could modify its JSON file. However, in version 5.0, first, I have no idea where to start because I can’t find any examples. Second, the documentation only provides very few code samples, and when I try to modify some parameters, it just throws errors. The documentation doesn’t explain how to configure it properly—there’s only a very brief example code, and that’s it.

@zhengwang

According to “Example_Rotary.json” in “Isaac sim 4.50,” I modified my code again, and the parameters were set based on “Example_Rotary.json,” but it still reports an error.

import omni
from pxr import Gf

azimuthDeg=[-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,
-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,
-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,
-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,-3.0,
-3.0,-3.0,-3.0,-3.0,-1.0,-1.0,-1.0,
-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,
-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,
-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,
-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,-1.0,
-1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,
1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,
1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,
1.0,1.0,1.0,1.0,1.0,1.0,3.0,3.0,3.0,3.0,
3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,
3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,
3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0]

elevationDeg=[-15.0,-14.19,-13.39,-12.58,-11.77,-10.97,-10.16,-9.35,
-8.55,-7.74,-6.94,-6.13,-5.32,-4.52,-3.71,-2.9,-2.1,-1.29,
-0.48,0.32,1.13,1.94,2.74,3.55,4.35,5.16,5.97,6.77,7.58,
8.39,9.19,10.0,-15.0,-14.19,-13.39,-12.58,-11.77,-10.97,
-10.16,-9.35,-8.55,-7.74,-6.94,-6.13,-5.32,-4.52,-3.71,
-2.9,-2.1,-1.29,-0.48,0.32,1.13,1.94,2.74,3.55,4.35,5.16,
5.97,6.77,7.58,8.39,9.19,10.0,-15.0,-14.19,-13.39,-12.58,
-11.77,-10.97,-10.16,-9.35,-8.55,-7.74,-6.94,-6.13,-5.32,
-4.52,-3.71,-2.9,-2.1,-1.29,-0.48,0.32,1.13,1.94,2.74,3.55,
4.35,5.16,5.97,6.77,7.58,8.39,9.19,10.0,-15.0,-14.19,-13.39,
-12.58,-11.77,-10.97,-10.16,-9.35,-8.55,-7.74,-6.94,-6.13,
-5.32,-4.52,-3.71,-2.9,-2.1,-1.29,-0.48,0.32,1.13,1.94,2.74,
3.55,4.35,5.16,5.97,6.77,7.58,8.39,9.19,10.0]

sensor_attributes = {
‘omni:sensor:Core:scanType’: ‘ROTARY’,
‘omni:sensor:Core:intensityProcessing’: ‘NORMALIZATION’,
‘omni:sensor:Core:rotationDirection’: ‘CW’,
‘omni:sensor:Core:rayType’: ‘IDEALIZED’,
‘omni:sensor:Core:nearRangeM’: 0.3,
‘omni:sensor:Core:farRangeM’: 200,
‘omni:sensor:Core:startAzimuthOffsetDeg’: 0.0,
‘omni:sensor:Core:rangeResolutionM’: 0.004,
‘omni:sensor:Core:rangeAccuracyM’: 0.02,
‘omni:sensor:Core:avgPowerW’: 0.002,
‘omni:sensor:Core:minReflectance’: 0.1,
‘omni:sensor:Core:minReflectionRangeM’: 200,
‘omni:sensor:Core:waveLengthNm’: 903,
‘omni:sensor:Core:pulseTimeNs’: 903,
‘omni:sensor:Core:azimuthErrorMean’: 0.0,
‘omni:sensor:Core:azimuthErrorStd’: 0.005,
‘omni:sensor:Core:maxReturns’: 2,
‘omni:sensor:Core:scanRateBaseHz’: 20,
‘omni:sensor:Core:reportRateBaseHz’: 36000,
‘omni:sensor:Core:numberOfEmitters’: 128,
‘OmniSensorGenericLidarCoreEmitterStateAPI:s001:azimuthDeg’: azimuthDeg,
‘OmniSensorGenericLidarCoreEmitterStateAPI:s001:elevationDeg’: elevationDeg,
}

_, sensor = omni.kit.commands.execute(
“IsaacSensorCreateRtxLidar”,
translation=Gf.Vec3d(0, 0, 0),
orientation=Gf.Quatd(1, 0, 0, 0),
path=“/lidar”,
parent=None,
config=None,
visibility=False,
variant=None,
force_camera_prim=False,
**sensor_attributes,
)

2025-08-14 09:19:55 [Warning] [omni.replicator.core.scripts.functional.create_batch] World/lidar is an invalid prim path. Renaming to World_lidar.
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] Failed to execute a command: IsaacSensorCreateRtxLidar.
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py”, line 296, in
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] on_event=lambda _: self._loop.run_once()
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py”, line 228, in run_once
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] self._run_once()
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:\om\soft\isaacsim50\isaac-sim-standalone-5.0.0-windows-x86_64\kit\python\Lib\asyncio\base_events.py”, line 1936, in _run_once
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] handle._run()
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:\om\soft\isaacsim50\isaac-sim-standalone-5.0.0-windows-x86_64\kit\python\Lib\asyncio\events.py”, line 84, in _run
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] self._context.run(self._callback, *self._args)
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.kit.window.script_editor-2.0.1+8131b85d/omni/kit/window/script_editor/script_editor_widget.py”, line 154, in _execute_script_async
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] omni.kit.app.get_app_interface().get_python_scripting().execute_string(
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “c:/users/admini~1/appdata/local/temp/x68o.1/script_1755163195.py”, line 62, in
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] _, sensor = omni.kit.commands.execute(
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.wx64.r.cp311/omni/kit/commands/command.py”, line 463, in execute
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] result = omni.kit.undo.execute(command, name, kwargs)
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] […skipped…]
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.wx64.r.cp311/omni/kit/undo/undo.py”, line 78, in execute
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] result = _execute(command, name, level, history_key)
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.wx64.r.cp311/omni/kit/undo/undo.py”, line 459, in _execute
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] raise error
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.kit.commands-1.4.10+8131b85d.wx64.r.cp311/omni/kit/undo/undo.py”, line 420, in _execute
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] result = command.do()
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py”, line 277, in do
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] prim = super().do()
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py”, line 225, in do
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] not self._force_camera_prim and (self._add_reference() or self._call_replicator_api())
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py”, line 176, in _call_replicator_api
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] return self._replicator_api(
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.wx64.r.cp311/omni/replicator/core/scripts/functional/create.py”, line 1019, in omni_lidar
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] return create_batch.omni_lidar(
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.wx64.r.cp311/omni/replicator/core/scripts/functional/create_batch.py”, line 2367, in omni_lidar
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] return _create_prim_generic(
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.wx64.r.cp311/omni/replicator/core/scripts/functional/create_batch.py”, line 620, in _create_prim_generic
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] modify.attribute(prim, k, v[i])
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.wx64.r.cp311/omni/replicator/core/scripts/functional/modify.py”, line 550, in attribute
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] set_attributes(prims, attribute_name, value)
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] File “e:/om/soft/isaacsim50/isaac-sim-standalone-5.0.0-windows-x86_64/extscache/omni.replicator.core-1.12.16+107.3.1.wx64.r.cp311/omni/replicator/core/scripts/functional/modify.py”, line 527, in set_attributes
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] raise ValueError(f"No attribute ‘{attribute}’ exists for prim ‘{p}’.")
2025-08-14 09:19:55 [Error] [omni.kit.commands.command]
2025-08-14 09:19:55 [Error] [omni.kit.commands.command] <class ‘ValueError’> No attribute ‘OmniSensorGenericLidarCoreEmitterStateAPI:s001:azimuthDeg’ exists for prim ‘Usd.Prim(</World_lidar_01>)’.

Thanks for your feedback about the documentation. I have provided this feedback internally and hopefully we can make our documentation more user-friendly.

For the script, how are you running it? Are you running it as a standalone example or via GUI script editor?

@zhengwang
The GUI script editor I’m using keeps reporting errors.

@Julie_A Isaac Sim 5.1.0 is released. Could you please try it out and see if the issue is resolved? Thanks?

@zhengwang

I tried creating an RTX sensor using Isaac 5.10, but I still encountered many issues.
I created a simple one, but it reported numerous errors. Additionally, the documentation doesn’t specify which parameters are mandatory to configure.

import omni
import omni.replicator.core as rep
from pxr import Gf
import numpy as np



sensor_attributes = {'omni:sensor:Core:scanRateBaseHz': 20,"omni:sensor:Core:auxOutputType":"FULL",
"omni:sensor:Core:scanType":"SOLID_STATE",'numberOfEmitters': 4,

'OmniSensorGenericLidarCoreEmitterStateAPI:s001:azimuthDeg': -2.0,
'OmniSensorGenericLidarCoreEmitterStateAPI:s002:azimuthDeg': -0.5,
'OmniSensorGenericLidarCoreEmitterStateAPI:s003:azimuthDeg': 0.5,
'OmniSensorGenericLidarCoreEmitterStateAPI:s004:azimuthDeg': 2.0,

'OmniSensorGenericLidarCoreEmitterStateAPI:s001:elevationDeg': 0.0,
'OmniSensorGenericLidarCoreEmitterStateAPI:s002:elevationDeg': 1.0,
'OmniSensorGenericLidarCoreEmitterStateAPI:s003:elevationDeg': 1.0,
'OmniSensorGenericLidarCoreEmitterStateAPI:s004:elevationDeg': 0.0
    }

_, sensor = omni.kit.commands.execute(
    "IsaacSensorCreateRtxLidar",
    translation=Gf.Vec3d(0, 0, 1.5),
    orientation=Gf.Quatd(1, 0, 0, 0),
    path="/World/CustomLidar",
    config=None,
    visibility=True,
    **sensor_attributes
)
# Create a render product for the sensor.
render_product = rep.create.render_product("/World_CustomLidar", resolution=(1024, 1024))
annotator = rep.AnnotatorRegistry.get_annotator("IsaacExtractRTXSensorPointCloudNoAccumulator")
annotator.attach([render_product.path])


data = annotator.get_data()
print(f"all: {list(data.keys())}")
print(data["elevation"])


**ERROR:
**
2025-11-03 07:24:30 [Warning] [omni.replicator.core.scripts.functional.create_batch] World/CustomLidar is an invalid prim path. Renaming to World_CustomLidar.
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] Failed to execute a command: IsaacSensorCreateRtxLidar.
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py", line 296, in <lambda>
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] on_event=lambda _: self._loop.run_once()
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py", line 228, in run_once
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] self._run_once()
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/kit/python/lib/python3.11/asyncio/base_events.py", line 1936, in _run_once
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] handle._run()
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/kit/python/lib/python3.11/asyncio/events.py", line 84, in _run
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] self._context.run(self._callback, *self._args)
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.kit.window.script_editor-2.0.1+69cbf6ad/omni/kit/window/script_editor/script_editor_widget.py", line 154, in _execute_script_async
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] omni.kit.app.get_app_interface().get_python_scripting().execute_string(
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/tmp/carb.exIG8V/script_1762154670.py", line 30, in <module>
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] _, sensor = omni.kit.commands.execute(
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+69cbf6ad.lx64.r.cp311/omni/kit/commands/command.py", line 463, in execute
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] result = omni.kit.undo.execute(command, name, kwargs)
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] [...skipped...]
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+69cbf6ad.lx64.r.cp311/omni/kit/undo/undo.py", line 78, in execute
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] result = _execute(command, name, level, history_key)
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+69cbf6ad.lx64.r.cp311/omni/kit/undo/undo.py", line 459, in _execute
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] raise error
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.kit.commands-1.4.10+69cbf6ad.lx64.r.cp311/omni/kit/undo/undo.py", line 420, in _execute
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] result = command.do()
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py", line 277, in do
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] prim = super().do()
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py", line 225, in do
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] not self._force_camera_prim and (self._add_reference() or self._call_replicator_api())
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/exts/isaacsim.sensors.rtx/isaacsim/sensors/rtx/impl/commands.py", line 176, in _call_replicator_api
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] return self._replicator_api(
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.replicator.core-1.12.27+107.3.3.lx64.r.cp311/omni/replicator/core/scripts/functional/create.py", line 1427, in omni_lidar
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] return create_batch.omni_lidar(
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.replicator.core-1.12.27+107.3.3.lx64.r.cp311/omni/replicator/core/scripts/functional/create_batch.py", line 2333, in omni_lidar
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] return _create_prim_generic(
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] ^^^^^^^^^^^^^^^^^^^^^
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.replicator.core-1.12.27+107.3.3.lx64.r.cp311/omni/replicator/core/scripts/functional/create_batch.py", line 563, in _create_prim_generic
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] modify.attribute(prim, k, v[i])
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.replicator.core-1.12.27+107.3.3.lx64.r.cp311/omni/replicator/core/scripts/functional/modify.py", line 586, in attribute
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] set_attributes(prims, attribute_name, value)
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] File "/home/shubao/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64/extscache/omni.replicator.core-1.12.27+107.3.3.lx64.r.cp311/omni/replicator/core/scripts/functional/modify.py", line 563, in set_attributes
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] raise ValueError(f"No attribute '{attribute}' exists for prim '{p}'.")
2025-11-03 07:24:30 [Error] [omni.kit.commands.command]
2025-11-03 07:24:30 [Error] [omni.kit.commands.command] <class 'ValueError'> No attribute 'numberOfEmitters' exists for prim 'Usd.Prim(</World_CustomLidar_01>)'.
2025-11-03 07:24:30 [Warning] [carb] Client omni.sensors.nv.materials.composite_material has acquired [omni::sensors::materials::IMaterialReaderFactory v0.1] 100 times. Consider accessing this interface with carb::getCachedInterface() (Performance warning)

@zhengwang

Okay, here’s the translation:

“Additionally, I tried using an Rtxsensor that was working with Isaac version 4.5. When I converted it to USD format using Isaac 5.0, there were no errors. However, when I try to retrieve data from it, it starts throwing errors and then crashes/closes.”

2025-11-03T07:45:11Z [2,899ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] osDistro = 'ubuntu'
2025-11-03T07:45:11Z [2,901ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] osName = '22.04.4 LTS (Jammy Jellyfish)'
2025-11-03T07:45:11Z [2,903ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] osVersion = '22.04.4'
2025-11-03T07:45:11Z [2,905ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] portableMode = '0'
2025-11-03T07:45:11Z [2,907ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] primaryDisplayRes = '2560x1440x32bit@60Hz'
2025-11-03T07:45:11Z [2,909ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] runEnvironment = 'Individual'
2025-11-03T07:45:11Z [2,911ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] runningInContainer = '0'
2025-11-03T07:45:11Z [2,913ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] shaderdb_debugSymbols = '0'
2025-11-03T07:45:11Z [2,915ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] shaderdb_dumpIncludeOverrides = '0'
2025-11-03T07:45:11Z [2,917ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] shaderdb_dumpIntermediates = '0'
2025-11-03T07:45:11Z [2,919ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] shaderdb_obfuscateCode = '1'
2025-11-03T07:45:11Z [2,921ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] shaderdb_optimizationLevel = '1'
2025-11-03T07:45:11Z [2,923ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] systemInfo = '
|---------------------------------------------------------------------------------------------|
| Driver Version: 570.195.03 | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name | Active | LDA | GPU Memory | Vendor-ID | LUID |
| | | | | | Device-ID | UUID |
| | | | | | Bus-ID | |
|---------------------------------------------------------------------------------------------|
| 0 | NVIDIA GeForce RTX 3070 Ti | Yes: 0 | | 8438 MB | 10de | 0 |
| | | | | | 2482 | 5713ffd4.. |
| | | | | | 1 | |
|---------------------------------------------------------------------------------------------|
| 1 | NVIDIA GeForce RTX 3070 Ti | Yes: 1 | | 8438 MB | 10de | 0 |
| | | | | | 2482 | 092c2cd5.. |
| | | | | | 5 | |
|=============================================================================================|
| OS: 22.04.4 LTS (Jammy Jellyfish) ubuntu, Version: 22.04.4, Kernel: 6.8.0-86-generic
| XServer Vendor: The X.Org Foundation, XServer Version: 12101004 (1.21.1.4)
| Processor: 12th Gen Intel(R) Core(TM) i7-12700KF
| Cores: 12 | Logical Cores: 20
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 31933 | Free Memory: 24372
| Total Page/Swap (MB): 2047 | Free Page/Swap: 2047
|---------------------------------------------------------------------------------------------|
'
2025-11-03T07:45:11Z [2,925ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] telemetrySessionId = '7274422981850766421'
2025-11-03T07:45:11Z [2,927ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] terminatedByAbort = '0'
2025-11-03T07:45:11Z [2,929ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] totalRamBareMetalMB = '31933'
2025-11-03T07:45:11Z [2,931ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] totalRamLimitedMB = '31933'
2025-11-03T07:45:11Z [2,933ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] totalSwapBareMetalMB = '2047'
2025-11-03T07:45:11Z [2,935ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] totalSwapLimitedMB = '2047'
2025-11-03T07:45:11Z [2,937ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] userId = 'default'
2025-11-03T07:45:11Z [2,939ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] workingDirectory = '/home/<username>/isaacsim510/isaac-sim-standalone-5.1.0-linux-x86_64'
2025-11-03T07:45:11Z [2,941ms] [Fatal] [carb.crashreporter-breakpad.plugin] [crash] Thread 24729 backtrace follows:
2025-11-03T07:45:11Z [2,998ms] [Fatal] [carb.crashreporter-breakpad.plugin] 000: libc.so.6!__sigaction+0x50 (libc_sigaction.c:?)
2025-11-03T07:45:11Z [3,001ms] [Fatal] [carb.crashreporter-breakpad.plugin] 001: libomni.sensors.nv.lidar.rtxmodel_lidar_core.plugin.so!carbOnPluginPreStartup+0xcb6 (??:?)
2025-11-03T07:45:11Z [3,007ms] [Fatal] [carb.crashreporter-breakpad.plugin] 002: librtx.rtxsensor.plugin.so!carbOnPluginPreStartup+0x16c24 (??:?)
2025-11-03T07:45:11Z [3,013ms] [Fatal] [carb.crashreporter-breakpad.plugin] 003: librtx.rtxsensor.plugin.so!carbOnPluginPreStartup+0x1703c (??:?)
2025-11-03T07:45:11Z [3,018ms] [Fatal] [carb.crashreporter-breakpad.plugin] 004: librtx.rtxsensor.plugin.so!void std::vector<char const*, std::allocator<char const*> >::_M_realloc_insert<char const*>(__gnu_cxx::__normal_iterator<char const**, std::vector<char const*, std::allocator<char const*> > >, char const*&&)+0x13633 (??:?)
2025-11-03T07:45:11Z [3,024ms] [Fatal] [carb.crashreporter-breakpad.plugin] 005: librtx.rtxsensor.plugin.so!carbOnPluginPreStartup+0xa61c (??:?)
2025-11-03T07:45:11Z [3,030ms] [Fatal] [carb.crashreporter-breakpad.plugin] 006: libcarb.scenerenderer-rtx.plugin.so!std::_Hashtable<unsigned int, unsigned int, std::allocator<unsigned int>, std::__detail::_Identity, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, true, true> >::_M_insert_unique_node(unsigned long, unsigned long, std::__detail::_Hash_node<unsigned int, false>*, unsigned long)+0x7155 (??:?)
2025-11-03T07:45:11Z [3,034ms] [Fatal] [carb.crashreporter-breakpad.plugin] 007: libcarb.scenerenderer-rtx.plugin.so!std::unordered_map<unsigned int, unsigned int, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned int> > >::~unordered_map()+0x4d5ff (??:?)
2025-11-03T07:45:11Z [3,038ms] [Fatal] [carb.crashreporter-breakpad.plugin] 008: libcarb.scenerenderer-rtx.plugin.so!std::unordered_map<unsigned int, unsigned int, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned int> > >::~unordered_map()+0x4e7f1 (??:?)
2025-11-03T07:45:11Z [3,042ms] [Fatal] [carb.crashreporter-breakpad.plugin] 009: libcarb.scenerenderer-rtx.plugin.so!std::unordered_map<unsigned int, unsigned int, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned int> > >::~unordered_map()+0x51302 (??:?)
2025-11-03T07:45:11Z [3,047ms] [Fatal] [carb.crashreporter-breakpad.plugin] 010: libcarb.scenerenderer-rtx.plugin.so!std::unordered_map<unsigned long, unsigned long, std::hash<unsigned long>, std::equal_to<unsigned long>, std::allocator<std::pair<unsigned long const, unsigned long> > >::~unordered_map()+0x59d (??:?)
2025-11-03T07:45:11Z [3,054ms] [Fatal] [carb.crashreporter-breakpad.plugin] 011: libcarb.tasking.plugin.so!void std::vector<int, std::allocator<int> >::_M_realloc_insert<int const&>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&)+0x3edd (??:?)
2025-11-03T07:45:11Z [3,060ms] [Fatal] [carb.crashreporter-breakpad.plugin] 012: libcarb.tasking.plugin.so!void std::vector<int, std::allocator<int> >::_M_realloc_insert<int const&>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&)+0xfc53 (??:?)
2025-11-03T07:45:11Z [3,065ms] [Fatal] [carb.crashreporter-breakpad.plugin] 013: libcarb.tasking.plugin.so!std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (carb::tasking::Scheduler::*)(carb::tasking::Fiber*, carb::tasking::Scheduler::TrackedThread*), carb::tasking::Scheduler*, carb::tasking::Fiber*, carb::tasking::Scheduler::TrackedThread*> > >::_M_run()+0xa3a7 (??:?)
2025-11-03T07:45:11Z [3,072ms] [Fatal] [carb.crashreporter-breakpad.plugin] 014: libcarb.tasking.plugin.so!void std::vector<int, std::allocator<int> >::_M_realloc_insert<int const&>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&)+0xb6dc (??:?)
2025-11-03T07:45:11Z [3,079ms] [Fatal] [carb.crashreporter-breakpad.plugin] 015: libcarb.tasking.plugin.so!void std::vector<int, std::allocator<int> >::_M_realloc_insert<int const&>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&)+0xb6ff (??:?)
2025-11-03T07:45:11Z [3,086ms] [Fatal] [carb.crashreporter-breakpad.plugin] 016: libcarb.tasking.plugin.so!make_fcontext+0x39 (??:?)