2022-05-28 12:37:07,400 - QTvcp - INFO - Logging to "/home/ton/linuxcnc/configs/sim.qtvcp_screens.qtdragon/qtdragon.log" 2022-05-28 12:37:07,830 - QTvcp.QTVCP.QT_PSTAT - INFO - Using DEFAULT handler file path: /usr/share/qtvcp/screens/qtdragon/qtdragon_handler.py 2022-05-28 12:37:07,830 - QTvcp.QTVCP.QT_PSTAT - INFO - Using DEFAULT ui file from /usr/share/qtvcp/screens/qtdragon/qtdragon.ui 2022-05-28 12:37:07,830 - QTvcp.QTVCP.QT_PSTAT - INFO - Using DEFAULT qss file from /usr/share/qtvcp/screens/qtdragon/qtdragon.qss 2022-05-28 12:37:07,830 - QTvcp.QTVCP.QT_PSTAT - INFO - Using DEFAULT qrc file from /usr/share/qtvcp/screens/qtdragon/qtdragon.qrc 2022-05-28 12:37:07,830 - QTvcp.QTVCP.QT_PSTAT - INFO - Using LOCAL resources.py file from /home/ton/linuxcnc/configs/sim.qtvcp_screens.qtdragon/qtvcp/screens/qtdragon/resources.py 2022-05-28 12:37:07,831 - QTvcp.QTVCP.QT_PSTAT - INFO - Using no translations. Default system locale is: nl 2022-05-28 12:37:07,831 - QTvcp - INFO - Building A Linuxcnc Main Screen with Python 3 2022-05-28 12:37:07,831 - QTvcp - INFO - No handler file specified on command line 2022-05-28 12:37:07,831 - QTvcp - INFO - No HAL component base name specified on command line using: qtdragon 2022-05-28 12:37:07,832 - QTvcp.QTVCP.QT_MAKEGUI - INFO - Qsettings file path: /home/ton/.config/QtVcp/qtdragon.conf 2022-05-28 12:37:08,036 - QTvcp.QTVCP.QT_MAKEGUI - INFO - Imported resources.py filed: /home/ton/linuxcnc/configs/sim.qtvcp_screens.qtdragon/qtvcp/screens/qtdragon/resources.py 2022-05-28 12:37:09,743 - QTvcp.QTVCP.WIDGETS.STATUS_LABEL - WARNING - lbl_maxv_percent : no option recognised 2022-05-28 12:37:09,745 - QTvcp.QTVCP.WIDGETS.STATUS_LABEL - WARNING - lbl_runtime : no option recognised 2022-05-28 12:37:09,748 - QTvcp.QTDRAGON_HANDLER - INFO - Using Versa Probe 2022-05-28 12:37:10,163 - QTvcp.QTVCP.QT_MAKEGUI - INFO - no Handler Override file at: /home/ton/linuxcnc/configs/sim.qtvcp_screens.qtdragon/.qtdragonrc 2022-05-28 12:37:45,615 - QTvcp - INFO - postgui filename: ['qtdragon_postgui.hal'] 2022-05-28 12:37:45,658 - QTvcp - INFO - postgui commands: None 2022-05-28 12:37:45,660 - QTvcp - INFO - Preference path: /home/ton/linuxcnc/configs/sim.qtvcp_screens.qtdragon/qtdragon.pref 2022-05-28 12:37:51,139 - QTvcp - CRITICAL - Aborted from Error Dialog Qtvcp encountered an error. The following information may be useful in troubleshooting: LinuxCNC Version : 2.9.0~pre0 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 556, in paintEvent self.paintIndicator() File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 598, in paintIndicator p.drawEllipse(x, y, self._diameter - 1, self._diameter - 1) TypeError: arguments did not match any overloaded call: drawEllipse(self, QRectF): argument 1 has unexpected type 'float' drawEllipse(self, QRect): argument 1 has unexpected type 'float' drawEllipse(self, int, int, int, int): argument 1 has unexpected type 'float' drawEllipse(self, Union[QPointF, QPoint], float, float): argument 1 has unexpected type 'float' drawEllipse(self, QPoint, int, int): argument 1 has unexpected type 'float'