-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I had downloaded and installed MesaCT using the apt process, and it was working fine for a few days. Suddenly it began giving the following program error:
Mesact Version: 2.1.8 Build Date: 7/30/2025
File "../../usr/bin/mesact", line 132, in ex = MainWindow()
^^^^^^^^^^^^
File "../../usr/bin/mesact", line 76, in __init_startup.setup(self)
File "../../usr/lib/python3/dist-packages/libmesact/startup.py", line 155, in setup
parent.loadini.load_ini(parent, config_file, 'auto_load')
File "../../usr/lib/python3/dist-packages/libmesact/openini.py", line 202, in load_ini
self.update(parent, item[0], item[1], item[2])
File "../../usr/lib/python3/dist-packages/libmesact/openini.py", line 520, in update
getattr(parent, obj).setValue(float(value))
^^^^^^^^^^^^
ValueError
could not convert string to float: '5000.00 ; MATCHES MAX_LINEAR_VELOCITY'
First download the deb and reinstall
to be sure you have the latest build date
Then please file an issue at
https://github.com/jethornton/mesact/issues
I have completely removed mesact using the apt remove process, then purged, then reinstalled. Still getting the same error.