Re: Special question about NSOpenPanel

2021-05-30 Thread Rob Petrovec via Cocoa-dev
> (It goes without saying that on my system everything runs fine, both on macOS > 10.15.4 and macOS 11.3.1.) Since the problem appears to happen on 10.15.0, but not 10.15.4 and newer, I would just chalk it up to a bug in the OS and ask your customer to update to at least 10.15.4. I’m

Re: Special question about NSOpenPanel

2021-05-30 Thread Glenn L. Austin via Cocoa-dev
> On May 30, 2021, at 5:55 AM, Steve Mills via Cocoa-dev > wrote: > >> On May 30, 2021, at 06:46, Gabriel Zachmann via Cocoa-dev >> wrote: >> >> Thanks again for the hints. >> In the meantime I have found out that it seems like legacyScreenSaver under >> macOS 10.15.0 does not have the

Re: Special question about NSOpenPanel

2021-05-30 Thread Steve Mills via Cocoa-dev
> On May 30, 2021, at 06:46, Gabriel Zachmann via Cocoa-dev > wrote: > > Thanks again for the hints. > In the meantime I have found out that it seems like legacyScreenSaver under > macOS 10.15.0 does not have the right entitlements. Didn’t we cover this a couple years ago? No, you can’t do

Re: Special question about NSOpenPanel

2021-05-30 Thread Gabriel Zachmann via Cocoa-dev
Thanks again for the hints. In the meantime I have found out that it seems like legacyScreenSaver under macOS 10.15.0 does not have the right entitlements. I get this log message: legacyScreenSaver: (AppKit) [com.apple.AppKit:OpenSavePanels] ERROR: Unable to display open panel: your app is

Re: Special question about NSOpenPanel

2021-05-25 Thread Rob Petrovec via Cocoa-dev
To trigger a sysdiagnose: - reproduce the problem - Hold down Shift-Control-Option-Command-‘.’ (period) for a few seconds - After a couple minutes a Finder window will appear with a “sysdiagnose….tar.gz" archive pre-selected. You want that archive. - Once you have the archive, uncompress it and

Re: Special question about NSOpenPanel

2021-05-25 Thread Gabriel Zachmann via Cocoa-dev
Thanks a lot for the hint! Is there an easy way to extract those logs? You know, I have to give the user simple instructions ... Best regards, Gabriel smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list

Re: Special question about NSOpenPanel

2021-05-25 Thread Rob Petrovec via Cocoa-dev
AppKit is pretty good at logging failures like this. I would look for messages in the system.logs (or better yet from a sysdiagnose archive) from your process as well as com.apple.appkit.xpc.openAndSavePanelService (the process that actually shows the open/save panel). See if there are any

Re: Special question about NSOpenPanel

2021-05-25 Thread Gabriel Zachmann via Cocoa-dev
Yes, I am suspecting a bug in macOS , too, since exactly the same code works fine under 10.15.2+ Problem is, though, that the user says he cannot upgrade his macOS 10.15.0 to something higher. (don't know why) Best regards, Gabriel smime.p7s Description: S/MIME cryptographic signature

Re: Special question about NSOpenPanel

2021-05-24 Thread Keary Suska via Cocoa-dev
I don’t know if this helps but I have noticed issues under Catalina where with various applications that the save panel simply and inexplicably fails to open. I haven’t thought to see if the open panel was not working either but since it’s a subclass the issues could be related. There doesn’t