2025-07-28 11:58 PM
I installed Manjaro Linux, downloaded STM32CubeMonitor from the official website, and then installed it via yay by replacing the package’s cached file with the official one:
rm -rf .cache/yay/stm32cubemonitor/en.stm32cubemon-lin-v-1-10-0.zip
mv stm32cubemon-lin-v-1-10-0.zip .cache/yay/stm32cubemonitor/en.stm32cubemon-lin-v-1-10-0.zip
makepkg -si
When I launch stm32cubemonitor, I get the following error messages:
29 Jul 09:49:09 - [info] Server now running at http://127.0.0.1:1880/
29 Jul 09:49:09 - [warn] Encrypted credentials not found
29 Jul 09:49:09 - [info] Waiting for missing types to be registered:
29 Jul 09:49:09 - [info] - acquisition out
29 Jul 09:49:09 - [info] - acquisition in
2025-08-07 12:10 AM
Hello @Oz1
Sounds similar to https://community.st.com/t5/stm32cubemonitor-mcus/missing-acquisition-nodes-on-macos/td-p/644151 . Can you try to install the ST-Link server and let us know if it is better ?
2025-08-07 2:54 AM - edited 2025-08-07 2:58 AM
I installed stlink-server, launched STM32CubeMonitor, and encountered the same error.
I also tried starting stlink-server first, then launching STM32CubeMonitor, but the error persisted.
STM32CubeMonitor Log
---------------------------------------------------------------------------
STM32CubeMonitor 1.10.0
libva error: /usr/lib/dri/virtio_gpu_drv_video.so init failed
[19401:0807/125210.394190:ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization
7 Aug 12:52:10 - [info]
Welcome to Node-RED
===================
7 Aug 12:52:10 - [info] Node-RED version: v4.0.7
7 Aug 12:52:10 - [info] Node.js version: v20.18.1
7 Aug 12:52:10 - [info] Linux 6.12.39-1-MANJARO x64 LE
7 Aug 12:52:10 - [info] Palette editor disabled : npm command not found
7 Aug 12:52:10 - [info] Loading palette nodes
libva error: /usr/lib/dri/virtio_gpu_drv_video.so init failed
[19448:0807/125210.533350:ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization
libva error: /usr/lib/dri/virtio_gpu_drv_video.so init failed
7 Aug 12:52:10 - [info] Dashboard version 3.6.5 started at /ui
[19411:0807/125210.742977:ERROR:shared_image_interface_proxy.cc(134)] Buffer handle is null. Not creating a mailbox from it.
[19411:0807/125210.743039:ERROR:one_copy_raster_buffer_provider.cc(348)] Creation of StagingBuffer's SharedImage failed.
[19411:0807/125210.743154:ERROR:shared_image_interface_proxy.cc(134)] Buffer handle is null. Not creating a mailbox from it.
[19411:0807/125210.743183:ERROR:one_copy_raster_buffer_provider.cc(348)] Creation of StagingBuffer's SharedImage failed.
[19411:0807/125210.743221:ERROR:shared_image_interface_proxy.cc(134)] Buffer handle is null. Not creating a mailbox from it.
[19411:0807/125210.743242:ERROR:one_copy_raster_buffer_provider.cc(348)] Creation of StagingBuffer's SharedImage failed.
[19411:0807/125210.743277:ERROR:shared_image_interface_proxy.cc(134)] Buffer handle is null. Not creating a mailbox from it.
[19411:0807/125210.743298:ERROR:one_copy_raster_buffer_provider.cc(348)] Creation of StagingBuffer's SharedImage failed.
[19411:0807/125210.743330:ERROR:shared_image_interface_proxy.cc(134)] Buffer handle is null. Not creating a mailbox from it.
[19411:0807/125210.743350:ERROR:one_copy_raster_buffer_provider.cc(348)] Creation of StagingBuffer's SharedImage failed.
[19411:0807/125210.743383:ERROR:shared_image_interface_proxy.cc(134)] Buffer handle is null. Not creating a mailbox from it.
[19411:0807/125210.743403:ERROR:one_copy_raster_buffer_provider.cc(348)] Creation of StagingBuffer's SharedImage failed.
7 Aug 12:52:10 - [warn] ------------------------------------------------------
7 Aug 12:52:10 - [warn] [@stm32/node-red-contrib-stm32cubemonitor/acquisition] Error: Cannot find the native Koffi module; did you bundle it correctly?
7 Aug 12:52:10 - [warn] [@stm32/node-red-contrib-stm32cubemonitor/acquisitionjlink] Error: Cannot find the native Koffi module; did you bundle it correctly?
7 Aug 12:52:10 - [warn] ------------------------------------------------------
7 Aug 12:52:10 - [info] Settings file : /home/user/.STMicroelectronics/stm32cubemonitor/settings.js
7 Aug 12:52:10 - [info] Context store : 'default' [module=memory]
7 Aug 12:52:10 - [info] User directory : /home/user/.STMicroelectronics/stm32cubemonitor
7 Aug 12:52:10 - [warn] Projects disabled : editorTheme.projects.enabled=false
7 Aug 12:52:10 - [info] Flows file : /home/user/.STMicroelectronics/stm32cubemonitor/flows.json
7 Aug 12:52:10 - [warn]
---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
---------------------------------------------------------------------
7 Aug 12:52:10 - [warn] Encrypted credentials not found
7 Aug 12:52:10 - [info] Waiting for missing types to be registered:
7 Aug 12:52:10 - [info] - acquisition out
7 Aug 12:52:10 - [info] - acquisition in
7 Aug 12:52:10 - [info] Server now running at http://127.0.0.1:1880/
---------------------------------------------------------------------------
stlink-server Log
---------------------------------------------------------------------------
Info : default port : 7184
Info : Remote address: 127.0.0.1
---------------------------------------------------------------------------