Re: [Interest] QtWebEngine crash after codesign

2022-05-02 Thread Alexander Carôt
, "qt qt" > > Betreff: Re: [Interest] QtWebEngine crash after codesign > > On 30/4/22 00:56, Alexander Carôt wrote: > > codesign --options=runtime --deep ./simplebrowser.app -s "Developer ID > > Application:–xyz" > > The hardened runtime (--optio

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

[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