Support Forum

3D Window not created on CentOS Linux release 7.8.2003 (Core), latest patch level

User

Monday 22nd June 2020
Message: ``` QOpenGLContext::swapBuffers() called with non-exposed window, behavior is undefined QOpenGLContext::swapBuffers() called with non-exposed window, behavior is undefined ``` Point of interest: ``` ?? () from /lib64/libnvidia-glcore.so.440.82 ?? () from /lib64/libGLX_nvidia.so.0 ?? () from /lib64/libGLX_nvidia.so.0 glXGetVisualFromFBConfig () from /lib64/libGLX_nvidia.so.0 qglx_findConfig () from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so qglx_findVisualInfo () from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so QXcbGlxWindow::createVisual () from /usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so QXcbWindow::create () from /lib64/libQt5XcbQpa.so.5 QXcbIntegration::createPlatformWindow () from /lib64/libQt5XcbQpa.so.5 QWindowPrivate::create () from /lib64/libQt5Gui.so.5 QGLTemporaryContext::QGLTemporaryContext () from /lib64/libQt5OpenGL.so.5 QGLFormat::openGLVersionFlags () from /lib64/libQt5OpenGL.so.5 ``` Any suggestions?
Jürgen
LayoutEditorFull
Monday 22nd June 2020
The 3d editor window uses 3d features of the graphic card. If it is not available the most common problem is that etcher no 3d graphic card is available or the required driver for that card is missing. Try to run any example/application using the qt 3d feature. If it is running the 3d window of the LayoutEditor will run as well.