Giter Club home page Giter Club logo

Comments (6)

amitv87 avatar amitv87 commented on June 13, 2024

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.
This function internally relies on a private function SLPSPostEventRecordTo which may not be a correct way to achieve the desired result on macOS 14.0 (23A344) and above.

Can you run the app from xcode in debugger mode and verify if my understanding is correct?

from pip.

hmalaud avatar hmalaud commented on June 13, 2024

Sure, if you tell me how to :)

from pip.

billfroelich avatar billfroelich commented on June 13, 2024

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.

from pip.

billfroelich avatar billfroelich commented on June 13, 2024

@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!

from pip.

billfroelich avatar billfroelich commented on June 13, 2024

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>

from pip.

amitv87 avatar amitv87 commented on June 13, 2024

Thanks Bill for the confirmation.
The v2.60 release ignores double clicks on macos14+

from pip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.