2022-08-17 08:05 AM
I was using STM32CubeMonitor v1.30 on Ubuntu 20.04 without any problems.
After upgrading to v1.4.0 my previously working flows no longer capture any data.
My ST-Link V3 probe shows green on the "acq in" and "aqc out" nodes..
When I click on Start Acquisition, my variable names show in the charts and gauges, but no data.
I downgraded back to v1.3.0 and the Exact same flow works in v1.3.0.
If I launch v1.4.0 from the command line, I see some warnings and an error.
Is this a hint as to why acquiring data doesn't work?
BEGIN ---- CLI log -----
$ stm32cubemonitor
(stm32cubemonitor:788869): dbind-WARNING **: 09:29:27.658: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[788902:0817/092927.832573:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
17 Aug 09:29:27 - [info]
[redacted to make ST forum bot happy]
END ---- CLI log -----
Solved! Go to Solution.
2022-09-22 01:01 AM
Hi,
Root cause of the issue have been found, will be corrected in next official release 1.5.0.
2022-08-26 12:07 AM
Hello @MGieb.1
Could not reproduce your issue on my Ubuntu 20.04, I get the same sandbox_linux.cc error but no dbind-WARNING. May be this post : https://unix.stackexchange.com/questions/532585/getting-dbind-warnings-about-registering-with-the-accessibility-bus may help?
2022-08-26 12:23 AM
If possible, can you share your flow in private , in order I try it on my machine.
2022-08-29 05:15 AM
2022-08-29 05:21 AM
LOL
2022-08-30 07:43 AM
Hello @Richard.Chvr
I tried the suggestion for the dbind-WARNING of setting:
export NO_AT_BRIDGE=1
The warning went away in v1.4.0 but it did not fix the problem of no data acquiring.
2022-09-22 01:01 AM
Hi,
Root cause of the issue have been found, will be corrected in next official release 1.5.0.
2022-09-22 12:05 PM
Sounds great! I'll definitely try it out when it's available.