qtvcp-hd versa probe crashes ui - solved
06 May 2023 19:28 #270812
by zu4lu
Replied by zu4lu on topic qtvcp-hd versa probe crashes ui
No, its kde on x11. With xfce4, it does not start at all.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
06 May 2023 20:18 #270816
by tommylight
That will not work anymore with LinuxCNC, uninstalling them works.
Had the same issue two weeks ago with a Ryzen 5 5500U.
Still works properly with Radeon RX 6800XT and proprietary drivers.
I would venture a guess that any Ryzen with G at the end and proprietary drivers will not work, but that requires more testing.
Replied by tommylight on topic qtvcp-hd versa probe crashes ui
Are you using proprietary AMD drivers?Thats showing an OpenGL out of memory error ...
That will not work anymore with LinuxCNC, uninstalling them works.
Had the same issue two weeks ago with a Ryzen 5 5500U.
Still works properly with Radeon RX 6800XT and proprietary drivers.
I would venture a guess that any Ryzen with G at the end and proprietary drivers will not work, but that requires more testing.
Please Log in or Create an account to join the conversation.
06 May 2023 21:16 #270820
by zu4lu
Replied by zu4lu on topic qtvcp-hd versa probe crashes ui
Ok, the "start up error" is gone. I had a "nvidia quadro 600" card with the nouveau drivers installed. Now using the onboard intel, opengl errors are gone, thanks for all your tipps. But the versaprobe crash persists. See the terminal log.
Please Log in or Create an account to join the conversation.
06 May 2023 21:30 #270821
by rodw
Replied by rodw on topic qtvcp-hd versa probe crashes ui
Earlier you said you had installed 2.9 but the log shows 2.10 (master branch). Did you change?
I've been using v 2.9. I'm not sure if cmorley is keeping 2.10 in step with 2.9 at every change (there have been a few the last week).
I would recommend you install the 2.9 Debs from the buildbot I shared earlier.
I've been using v 2.9. I'm not sure if cmorley is keeping 2.10 in step with 2.9 at every change (there have been a few the last week).
I would recommend you install the 2.9 Debs from the buildbot I shared earlier.
Please Log in or Create an account to join the conversation.
06 May 2023 21:42 #270822
by zu4lu
Replied by zu4lu on topic qtvcp-hd versa probe crashes ui
This is now with the buildbot version you mentioned.
Please Log in or Create an account to join the conversation.
07 May 2023 10:31 #270846
by cmorley
Replied by cmorley on topic qtvcp-hd versa probe crashes ui
can you find this and modify it?
File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 708, in paintIndicator
p.drawRoundedRect(topLeft.x()+(self.width()*((1-self._w_fraction)/2)) + self._top_edge_offset,
to:
p.drawRoundedRect(int(topLeft.x()+(self.width()*((1-self._w_fraction)/2)) + self._top_edge_offset),
File "/usr/lib/python3/dist-packages/qtvcp/widgets/simple_widgets.py", line 708, in paintIndicator
p.drawRoundedRect(topLeft.x()+(self.width()*((1-self._w_fraction)/2)) + self._top_edge_offset,
to:
p.drawRoundedRect(int(topLeft.x()+(self.width()*((1-self._w_fraction)/2)) + self._top_edge_offset),
Please Log in or Create an account to join the conversation.
07 May 2023 11:26 #270851
by zu4lu
Replied by zu4lu on topic qtvcp-hd versa probe crashes ui
No, did not help
Please Log in or Create an account to join the conversation.
07 May 2023 12:31 - 07 May 2023 12:36 #270855
by cmorley
Replied by cmorley on topic qtvcp-hd versa probe crashes ui
Well it did but showed another error.
Try replacing the line with this:
Try replacing the line with this:
p.drawRoundedRect(int(topLeft.x()+(self.width()*((1-self._w_fraction)/2)) + self._top_edge_offset),
int(topLeft.y()+self._right_edge_offset),
int(self.width()*self._w_fraction+2),
int(self.height()*self._h_fraction),
self._corner_radius, self._corner_radius)
Last edit: 07 May 2023 12:36 by cmorley.
The following user(s) said Thank You: zu4lu
Please Log in or Create an account to join the conversation.
07 May 2023 13:20 #270856
by zu4lu
Replied by zu4lu on topic qtvcp-hd versa probe crashes ui
Bingo!!!!
Thank you so much.
Thank you so much.
Please Log in or Create an account to join the conversation.
07 May 2023 18:29 #270881
by cmorley
Replied by cmorley on topic qtvcp-hd versa probe crashes ui
excellent. I will incorporate the changes - thank you.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.081 seconds