qtvcp-hd versa probe crashes ui - solved

More
06 May 2023 19:28 #270812 by zu4lu
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.

More
06 May 2023 20:18 #270816 by tommylight

Thats showing an OpenGL out of memory error ...

Are you using proprietary AMD drivers?
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.

More
06 May 2023 21:16 #270820 by zu4lu
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.
Attachments:

Please Log in or Create an account to join the conversation.

More
06 May 2023 21:30 #270821 by rodw
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.
 

Please Log in or Create an account to join the conversation.

More
06 May 2023 21:42 #270822 by zu4lu
This is now with the buildbot version you mentioned.
Attachments:

Please Log in or Create an account to join the conversation.

More
07 May 2023 10:31 #270846 by cmorley
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),

Please Log in or Create an account to join the conversation.

More
07 May 2023 11:26 #270851 by zu4lu
No, did not help
Attachments:

Please Log in or Create an account to join the conversation.

More
07 May 2023 12:31 - 07 May 2023 12:36 #270855 by cmorley
Well it did but showed another error.
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.

More
07 May 2023 13:20 #270856 by zu4lu
Bingo!!!!
Thank you so much.
Attachments:

Please Log in or Create an account to join the conversation.

More
07 May 2023 18:29 #270881 by cmorley
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.160 seconds
Powered by Kunena Forum