-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QOpenGLContext::functions()
, the d-pointer is null (was QScopedPointer exception)
#8209
Comments
Hi buranya (@271812697), from what I can see, and guess, from your issue report, the error is probably on your side. It seems you generated a Visual Studio project, using CMake, as it should be. Probably from CGAL-5.6.1, but I am not sure. We need the following information, to help you: Environment
|
@CGAL/geometryfactory I see in the stack of the error that it is probably @271812697 It seems to be related to your OpenGL driver, and the way the CGAL application does not initialize the Qt6 OpenGL support correct. Do you have a way to tell us more about your OpenGL driver?
That would help us. |
QOpenGLContext::functions()
, the d-pointer is null (was QScopedPointer exception)
@271812697 Thanks for the information. There is an issue, though: you mention that you are use CGAL-5.6.1, and Qt-6.7.0. However, CGAL-5.6.1 is not compatible with Qt6, but only with Qt5. Can you please verify? |
Thank you so much,as you say, This exception is indeed caused by the incompatibility of the Qt version. |
Please use the following template to help us solving your issue.
Issue Details
I build CGAL with Cmake,After building, all project concerning with Qt will appear exception,for example when i run AABB_demo, an exception occurs as follow
Picture
Environment
The text was updated successfully, but these errors were encountered: