Linux build qt.glx problem
-
Hello There,
I am writing a Qt + QML based application. I intend to use it on Windows and Linux OS's. While the program closes correctly on Windows build with code 0 (MinGw x64), when testing the same code on Linux, I get the following runtime errors when closing the app:qt.glx: qglx_findConfig: Failed to finding matching FBConfig (8 8 8 8) qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 8 8 8) qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 8 8) qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8) qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8) qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8) qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8) 13:37:36: The program has unexpectedly finished.
I was wondering what could be the case here. The Qt version I am using is
5.12.3
. I havent experienced this before updating from5.11.1
.I am not posting any code snippets, as the program is quite big. I can post the desired parts if needed though. But maybe someone experienced something similar in the past and could point me in a direction for searching for the problem.
I would appreciate all feedback.
-
Hi,
What Linux distribution are you using ?
Are you doing anything OpenGL in your application ? -
Hi,
What Linux distribution are you using ?
Are you doing anything OpenGL in your application ? -
What graphic stack do you have on your machine ?
-
So a virtualbox running Ubuntu 18.04 ?
Did you activate 3D acceleration ?
What is your host OS ? -
So a virtualbox running Ubuntu 18.04 ?
Did you activate 3D acceleration ?
What is your host OS ? -
Wait, it's on your Linux that it is failing. What graphics card do you have ?
-
Can you post the stack trace of the crash ?
-
Do you have the same stack trace on macOS ?
-
Can you test again with the latest Qt 5.13 ?
There's also going to be a release of Qt 5.12.5 if not already. -
Can you test again with the latest Qt 5.13 ?
There's also going to be a release of Qt 5.12.5 if not already.