-
Notifications
You must be signed in to change notification settings - Fork 30
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
App crashes on double click #31
Comments
My mac is running on macOS 12.6.2 (21G320) and it would continue to do so till I am forced to upgrade. Hence I do not think if I can debug this issue directly. From your observation I think the crash happens at some line in the function bringWindoToForeground. Can you run the app from xcode in debugger mode and verify if my understanding is correct? |
Sure, if you tell me how to :) |
I am seeing the same crash on my Intel mac since I upgraded to Sonoma 14.2.1. I was using 2.41 and tried to upgrade to 2.50 but there is a permissions issue with this version that I can't get past to allow it to work. |
@amitv87 I ran it in XCode and the crash happens in the bringWindoToForeground function at line 200 calling SLPSPostEventRecordTo(&psn, bytes1); with the error Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT) If there is anything else you need please let me know. Thanks for all your effort on this project! |
I should also let you know that I also had to edit pip/windows.m to add an import for CIFilter before XCode could successfully build. #import <CoreImage/CIFilter.h> |
Thanks Bill for the confirmation. |
On Silicon Mac (M2), double clicking on preview with any app running crashes the app.
This is the summary:
The text was updated successfully, but these errors were encountered: