qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
- EDesro
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 2
10 Nov 2025 04:25 #338133
by EDesro
qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1) was created by EDesro
Hi,
I'm a new user of LinuxCNC, and want to try the qtdragon interface.
I made a recent LinuxCNC installation using the downloadable image.
The problem is that the interface crash when I try to translate the 3d viewer.
In addition :
I'm a new user of LinuxCNC, and want to try the qtdragon interface.
I made a recent LinuxCNC installation using the downloadable image.
The problem is that the interface crash when I try to translate the 3d viewer.
In addition :
- Only the qtdragon and qtdragon_hd seems to have the problem, all the other interfaces I tried (provided with linuxcnc) are working normally.
- Only the translation (left mouse + drag) crash. Sometime immediately, sometime after 1-2 move.
- Zoom and rotation works normally.
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 712
- Thank you received: 77
10 Nov 2025 22:03 #338163
by langdons
Replied by langdons on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
Use AXIS at first; there's a reason it's the default.
It is easy for inexperienced users.
What version are you using?
It is easy for inexperienced users.
What version are you using?
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 712
- Thank you received: 77
10 Nov 2025 22:09 #338165
by langdons
Replied by langdons on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
Perhaps you have an OpenGL issue of some sort.
Does glxgears work (well)?
Does glxgears work (well)?
Please Log in or Create an account to join the conversation.
- EDesro
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 2
10 Nov 2025 23:51 #338171
by EDesro
Replied by EDesro on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
Coming from Mach3, QtDragon felt more natural.
After, if it is not working... I might have to try another one.
After, if it is not working... I might have to try another one.
Please Log in or Create an account to join the conversation.
- EDesro
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 2
10 Nov 2025 23:55 #338172
by EDesro
Replied by EDesro on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
glxgears works perfectly. That was part of the validation I made for the latency.
The following user(s) said Thank You: langdons
Please Log in or Create an account to join the conversation.
- EDesro
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 2
11 Nov 2025 02:02 #338173
by EDesro
Replied by EDesro on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
Tonight I asked chatGPT (not my first reflex).
It proposed to try running "LIBGL_ALWAYS_SOFTWARE=1 linuxcnc" to disable the GPU rendering (use software rendering) from what I understand.
And you know what... it worked!
To make the change permanent, I added "export LIBGL_ALWAYS_SOFTWARE=1" to the usr/bin/linuxcnc
Unless somebody has an idea of the real root cause. Now it is working. Probably not exploiting my GPU, but don't seems to cause problem.
Thanks!
It proposed to try running "LIBGL_ALWAYS_SOFTWARE=1 linuxcnc" to disable the GPU rendering (use software rendering) from what I understand.
And you know what... it worked!
To make the change permanent, I added "export LIBGL_ALWAYS_SOFTWARE=1" to the usr/bin/linuxcnc
Unless somebody has an idea of the real root cause. Now it is working. Probably not exploiting my GPU, but don't seems to cause problem.
Thanks!
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
-
Less
More
- Posts: 7236
- Thank you received: 2107
11 Nov 2025 02:54 #338174
by cmorley
If there are bugs in other screens we want to know so we can fix them.
Replied by cmorley on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
Please quit giving this advice.Use AXIS at first; there's a reason it's the default.
It is easy for inexperienced users.
What version are you using?
If there are bugs in other screens we want to know so we can fix them.
The following user(s) said Thank You: unknown
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
-
Less
More
- Posts: 7236
- Thank you received: 2107
11 Nov 2025 02:55 #338175
by cmorley
Replied by cmorley on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
I am glad you got this working.
What version of linuxcnc are you using?
I feel we had this or a similar problem a while back.
What version of linuxcnc are you using?
I feel we had this or a similar problem a while back.
Please Log in or Create an account to join the conversation.
- EDesro
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 2
11 Nov 2025 03:10 #338176
by EDesro
Replied by EDesro on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
I tried it like 2 weeks ago for the first time, it was on 2.9.6
I upgraded to 2.9.7 this week.
Both version had the same problem.
I upgraded to 2.9.7 this week.
Both version had the same problem.
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 712
- Thank you received: 77
11 Nov 2025 14:35 - 11 Nov 2025 14:39 #338189
by langdons
Replied by langdons on topic qtdragon crash during 3d viewer translation (QTvcp ERROR! Message # 1)
Software rendering should not be a long-term solution.
Please post output of glxgears -info.
I love those good ol' X apps like glxgears; they are simple, yet suprisingly powerful.
Could you test on 2.9.4 or something by chance?
Perhaps this is a new regression; GPUs, especially NVIDIA, are often unsupported by newer versions of GNU/Linux (and FreeBSD too).
Please post output of glxgears -info.
I love those good ol' X apps like glxgears; they are simple, yet suprisingly powerful.
Could you test on 2.9.4 or something by chance?
Perhaps this is a new regression; GPUs, especially NVIDIA, are often unsupported by newer versions of GNU/Linux (and FreeBSD too).
Last edit: 11 Nov 2025 14:39 by langdons. Reason: Added GPU support issues statement.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.077 seconds