Lima start up device

I have installed everything from conda packages using the tutorial. I attempted to build from source, but the recent switch to CMake 4 broke quite a few dependency loads in the subdirectories. The only difference is that I am using the full mamba version 2.1.1 from miniforge. However, I have tries using miniconda →mamba and have received the same result. The error is thrown when reading the attribute buffer_max_number

These are the following package versions I have for Lima

 lima-camera-basler           1.11.2              py310h2e52968_0        esrf-bcu
 lima-camera-basler-tango     1.11.2              py_0                   esrf-bcu
 lima-camera-simulator        1.10.2              py310h2e52968_0        esrf-bcu
 lima-camera-simulator-tango  1.10.2              py_0                   esrf-bcu
 lima-core                    1.10.4              py310h2e52968_0        esrf-bcu
 lima-tango-server            1.11.0              py_0                   esrf-bcu

The Basler works perfectly using pypylon and in pylon viewer.

I obtain the same errors running the simulator camera. I am using default properties for both devices. Only the LimaCameraType is set.

# --- demo/limaccds/sim properties

demo/limaccds/sim->LimaCameraType: Simulator

and in the simulator device:

# --- demo/sim/1 properties

demo/sim/1->fill_type: GAUSS
demo/sim/1->mode: GENERATOR
demo/sim/1->rotation_axis: STATIC

# --- demo/sim/1 attribute properties

If I can at least get the simulator camera to work that would be a good way to start.