macOS 14 Sonoma save file dialog not showing, not even in Qt Creator
-
I read and commented to the bug at https://forum.qt.io/topic/148077/macos-14-sonoma-save-file-dialog-not-showing but I figured since it was marked as "Solved" I'd start a new topic...
I too upgraded to MacOS 14 Sonoma. Whenever I open a file open or save dialog (with QFileDialog::getOpenFileName), no dialog is shown and I get the following errors:
(when the app launches:)
CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them-[TUINSCursorUIController activate:]_block_invoke: Can't communicate with CursorUIViewService: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service created from an endpoint was invalidated from this process." UserInfo={NSDebugDescription=The connection to service created from an endpoint was invalidated from this process.}
(when I try to open the dialog in my app:)
Unable to display open panel (unrecognized error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service created from an endpoint was invalidated from this process." UserInfo={NSDebugDescription=The connection to service created from an endpoint was invalidated from this process.})I deleted my old Qt installation and reinstalled, pointing everything now to Qt 6.5.3 and it did not help.
I tried to build and run an example (under the new installation) and noticed that open/save dialogs are not even opening in Qt Creator (v11.0.3) nor Qt Design Studio (v4.3.0).
-
@Mark-Malson ...and it works today, dialogs within my app, Qt Creator, everything.
I'm starting to think that macOS 14 is the culprit. I've had other problems, such as the System Settings app just not showing at all.