When i comment out the line I get the error:
warning: queue 0x2ecddd0 destroyed while proxies still attached: wl_registry@36 still attached Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
I tried to call the OpenGLInitContext()
later by creating the fboRenderer
later in the def setup()
of the MainCtrl
because i guess that is the point where it has to be made because this is executed when the mainView
(qml-file) is active?
But also the same error as when initializing it before.
How can i check if the context is created or better what is the context here? Sorry for the stupid questions.
I have also to say, that in the fboRenderer.render()
i commented out the resetOpenGLState()
which on Qt6 is replaced by beginExternalCommands() and endExternalCommands(). But also no luck when comment that out or replacing here.
Thank you really much so far and have a nice evening.