Page 1 of 1

Upgrading from 3.31.2 to 3.32.2 - stop working on Linux

Posted: Thu Feb 27, 2025 4:49 pm
by fedotovs
Previous version: 3.31.2 - was working OK.
The upgraded version, 3.32.2, is not starting properly. It looks like something is wrong with the video overlay or something similar.
Please advice!

Output:

Code: Select all

$ ./qcad
QCAD version  3.32.2
17:44:50: Debug:    loading plugins...
17:44:50: Debug:    RGLES3DPlugin::init
17:44:50: Debug:    RHelpPlugin::init
17:44:50: Debug:    RPolygonPlugin::init
17:44:50: Debug:    RProScriptsPlugin::init
17:44:50: Debug:    RProxiesPlugin::init
17:44:50: Debug:    RTracePlugin::init
17:44:50: Debug:    RDwgPlugin::init
17:44:50: Debug:    loading static plugins...
17:44:50: Debug:    RGLES3DPlugin::initScriptExtensions
Warning:  QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning:  QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning:  QOpenGLWidget: Failed to create context
Warning:  QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning:  QOpenGLWidget: Failed to create context
17:44:51: Debug:    loading plugins...
17:44:51: Debug:    loading static plugins...
17:44:51: Debug:    loading plugins...
17:44:51: Debug:    loading static plugins...
17:44:51: Debug:    LayerListPro.init
17:44:51: Debug:    loading plugins...
17:44:51: Debug:    loading static plugins...
17:44:52: Debug:    loading plugins...
17:44:52: Debug:    loading static plugins...
17:44:52: Debug:    loading plugins...
17:44:52: Debug:    loading static plugins...
17:44:52: Debug:    loading plugins...
17:44:52: Debug:    loading static plugins...
17:44:52: Debug:    openFiles: 
17:44:52: Debug:    RGLES3DPlugin::initScriptExtensions
Warning:  QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
Warning:  composeAndFlush: makeCurrent() failed
The last line repeats continuously.

OS: Ubuntu 24.4
uname: Linux 6.11.0-17-generic #17~24.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 20 22:48:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Re: Upgrading from 3.31.2 to 3.32.2 - stop working on Linux

Posted: Thu Feb 27, 2025 8:50 pm
by andrew
Please delete the file plugins/libqcadgles3d.so of your QCAD/CAM installation and try again. This will disable the 3D preview but should give you a working system.

Re: Upgrading from 3.31.2 to 3.32.2 - stop working on Linux

Posted: Thu Feb 27, 2025 10:46 pm
by fedotovs
Thank you. That helped. Now it is working.