[Interest] Qt 6.3.0 and OpenGL on macOS [was: Re: Creating fat binaries for Qt6 on macOS]

2022-04-29 Thread Dirk Hohndel
> On Apr 13, 2022, at 06:52, Sze Howe Koh wrote: > Apple has let their OpenGL implementation stagnate since 2010 [1]. > They then officially deprecated it in 2018, citing significant > advantages of Metal over OpenGL [2]. They have not revealed when > OpenGL will be removed. > > Most of Qt Quic

Re: [Interest] QtWebEngine crash after codesign

2022-04-29 Thread Hamish Moffatt via Interest
On 30/4/22 00:56, Alexander Carôt wrote: codesign --options=runtime --deep ./simplebrowser.app -s "Developer ID Application:–xyz" The hardened runtime (--options=runtime) causes the web engine to crash. You need to add entitlements while signing it. See: https://forum.qt.io/topic/102212/qtw

Re: [Interest] debugging on Macintosh

2022-04-29 Thread Michael Jackson
On 4/29/22, 12:20 PM, "j...@wavemetrics.com" wrote: > This happened to a colleague (sort of). He could debug one executable but not any of the other ones. We tried QtCreator 4.x, 6.x and 7.x. What we finally did was move his QtCreator configuration directory to the side and relaunch QtC

Re: [Interest] debugging on Macintosh

2022-04-29 Thread john
> This happened to a colleague (sort of). He could debug one executable but not > any of the other ones. We tried QtCreator 4.x, 6.x and 7.x. What we finally > did was move his QtCreator configuration directory to the side and relaunch > QtCreator. That seemed to fix it. Seems like a sledge hamm

[Interest] QtWebEngine crash after codesign

2022-04-29 Thread Alexander Carôt
Hello all, I just noticed some odd behavior with QtWebEngine after codesigning: When launching the app the QtWebEngineProcess crashes and the browser tells: Render process exited with code: 9 Do you want to reload the page ? I can reproduce this with the simplebrowser-example code: Qt/Examples