You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 3D sandbox application can't be started. Target builds okay but on run I'm getting this error:
QOpenGLFunctions created with non-current context
ASSERT: "QOpenGLFunctions::isInitialized(d_ptr)" in file /usr/include/qt5/QtGui/qopenglfunctions.h, line 858
After debugging the bug is thrown by line 991 in src/3d/qgs3dutils.cpp
What is the bug or the crash?
The 3D sandbox application can't be started. Target builds okay but on run I'm getting this error:
After debugging the bug is thrown by line 991 in
src/3d/qgs3dutils.cpp
funcs->glGetIntegerv( GL_MAX_CLIP_PLANES, &numPlanes );
however that's just a symptom the real issue is that
context.makeCurrent( surface );
above is failing.This bug has been introduced in #59328.
Steps to reproduce the issue
Run 3D sandbox with any QGIS project as argument
Versions
Current Master (QGIS 3.41+)
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: