Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems on MacOS 15 #14

Open
Eben60 opened this issue Nov 25, 2024 · 2 comments
Open

Problems on MacOS 15 #14

Eben60 opened this issue Nov 25, 2024 · 2 comments

Comments

@Eben60
Copy link

Eben60 commented Nov 25, 2024

Calling pick_file or pick_folder would result, depending on context, in printing like following (presumably warning) into output:

2024-11-25 18:50:37.900 julia[42982:4662495] +[IMKClient subclass]: chose IMKClient_Modern
2024-11-25 18:50:38.905 julia[42982:4662495] The class 'NSOpenPanel' overrides the method identifier.  This method is implemented by class 'NSWindow'

Furthermore, depending on context, it would result in Julia crash, or just not returning to the Julia prompt.

This happens now reproducibly in the code which I didn't touch for several months. The change since then was the switch to Julia 1.11 and update to MacOS 15. Now I tested the same code with Julia 1.10, the problem persists, therefore I guess it is MacOS 15 (the warning is obviously Mac specific). Googling brought the following link, which could be somehow related: hacksider/Deep-Live-Cam#601

@Suavesito-Olimpiada
A general question - in what far the package is still supported?

@Suavesito-Olimpiada
Copy link
Member

I've been thinking to upgrade this to nativefiledialog_extended, for which I have a recipe. Still, I'm not sure when I'll have time to do the upgrade. 😅

@Eben60
Copy link
Author

Eben60 commented Dec 22, 2024

In the meanwhile I've implemented a workaround, which calls osascript/AppleScript over Julia shell.

I could try to make a PR here, if it is going then to be merged on a reasonable timescale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants