GUI for PlasmaC - QtPlasmac
09 Jan 2021 23:47 #194657
by phillc54
Replied by phillc54 on topic GUI for PlasmaC - QtPlasmac
I have no idea, I will try to replicate it. Are you using a package install of LinuxCNC or a run in place install?
Please Log in or Create an account to join the conversation.
09 Jan 2021 23:52 #194659
by cmorley
Check to see if the dialog said there was more then one error. keep pressing retry untill you get to the #1 error message.
It might help to pin point the trouble.
Replied by cmorley on topic GUI for PlasmaC - QtPlasmac
but stops with an error sayin QTvcp encountered an error
File "usr/lib/python2.7/dist-packages/qtvcp/widgets/ system_tool_button.py", line 106, in set_user_system_text
self.setText(convert[int(data)])
KeyError: 0
Check to see if the dialog said there was more then one error. keep pressing retry untill you get to the #1 error message.
It might help to pin point the trouble.
Please Log in or Create an account to join the conversation.
10 Jan 2021 00:26 #194660
by phillc54
Replied by phillc54 on topic GUI for PlasmaC - QtPlasmac
I see an issue with the difference in the paths between package and run-in-place which causes a broken link and incomplete file copying when using a package install. I will have to do a bit of work to find a solution...
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
10 Jan 2021 01:11 #194662
by robertspark
Replied by robertspark on topic GUI for PlasmaC - QtPlasmac
buildbot package install following live iso install and upgrade
no, just the one error.
no, just the one error.
Please Log in or Create an account to join the conversation.
10 Jan 2021 01:12 #194663
by phillc54
Yep, that's my bad. I'll let you know when I have a fix...
Replied by phillc54 on topic GUI for PlasmaC - QtPlasmac
buildbot package install following live iso install and upgrade
no, just the one error.
Yep, that's my bad. I'll let you know when I have a fix...
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
10 Jan 2021 01:19 - 10 Jan 2021 16:03 #194666
by snowgoer540
Replied by snowgoer540 on topic GUI for PlasmaC - QtPlasmac
EDIT: Moved this error report
here
as there were two separate errors being reported (qtplasmac pathing, and qtvcp widget error) being reported at the same time, muddying the waters.
Last edit: 10 Jan 2021 16:03 by snowgoer540.
Please Log in or Create an account to join the conversation.
10 Jan 2021 01:30 #194667
by rodw
Replied by rodw on topic GUI for PlasmaC - QtPlasmac
Bug is confimed on a compile from source right now on the Plasmac sim
Traceback (most recent call last):
File "/home/plasma2/linuxcnc-dev/bin/qtvcp", line 413, in <module>
APP = QTVCP()
File "/home/plasma2/linuxcnc-dev/bin/qtvcp", line 228, in __init__
window.load_extension(opts.usermod)
File "/home/plasma2/linuxcnc-dev/lib/python/qtvcp/qt_makegui.py", line 246, in load_extension
methods,self.handler_module,self.handler_instance = self._load_handlers([handlerpath], self.halcomp,self)
File "/home/plasma2/linuxcnc-dev/lib/python/qtvcp/qt_makegui.py", line 287, in _load_handlers
objlist = h(halcomp,widgets,self.PATHS) # this sets the handler class signature
File "/home/plasma2/linuxcnc-dev/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py", line 3074, in get_handlers
return [HandlerClass(halcomp, widgets, paths)]
File "/home/plasma2/linuxcnc-dev/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py", line 131, in __init__
self.mode = int(self.iniFile.find('QTPLASMAC', 'MODE')) or 0
TypeError: int() argument must be a string or a number, not 'NoneType'
Please Log in or Create an account to join the conversation.
10 Jan 2021 01:40 #194669
by phillc54
That is a different one, it is because I forgot to rename the [PLASMAC] section of the ini file to [QTPLASMAC]
Replied by phillc54 on topic GUI for PlasmaC - QtPlasmac
Bug is confimed on a compile from source right now on the Plasmac sim
That is a different one, it is because I forgot to rename the [PLASMAC] section of the ini file to [QTPLASMAC]
Please Log in or Create an account to join the conversation.
10 Jan 2021 02:00 #194672
by phillc54
Replied by phillc54 on topic GUI for PlasmaC - QtPlasmac
I pushed a fix (I hope )
Buildbot will take a while to get to it as it has a couple of builds in queue.
Buildbot will take a while to get to it as it has a couple of builds in queue.
The following user(s) said Thank You: robertspark, snowgoer540
Please Log in or Create an account to join the conversation.
10 Jan 2021 03:28 #194673
by rodw
Lucky the Aussie day shift is on the ball. Pulled latest master and its working!
Replied by rodw on topic GUI for PlasmaC - QtPlasmac
I pushed a fix (I hope )
Buildbot will take a while to get to it as it has a couple of builds in queue.
Lucky the Aussie day shift is on the ball. Pulled latest master and its working!
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.273 seconds