Expected Behavior
The application should remain stable while performing operations or when losing window focus (switching to another app).
Current Behavior
The application crashes/closes unexpectedly. This happens either during basic script operations or immediately when the ScriptKit window loses focus (e.g., clicking on the desktop or another app).
Steps to Reproduce
-
Launch ScriptKit.
-
Trigger the main window
-
Perform a script or simply click anywhere outside the ScriptKit window.
-
The process terminates abruptly.
Possible Solution (Not obligatory)
It might be related to how the window focus/blur event is handled on Intel-based Macs with specific macOS versions, or a potential memory/thread issue on i9 processors.
Context
This makes the app unusable as I cannot switch between my editor and ScriptKit without the app crashing. I am trying to automate my workflow, but the constant crashes prevent any productive use.
Your Environment
Expected Behavior
The application should remain stable while performing operations or when losing window focus (switching to another app).
Current Behavior
The application crashes/closes unexpectedly. This happens either during basic script operations or immediately when the ScriptKit window loses focus (e.g., clicking on the desktop or another app).
Steps to Reproduce
Launch ScriptKit.
Trigger the main window
Perform a script or simply click anywhere outside the ScriptKit window.
The process terminates abruptly.
Possible Solution (Not obligatory)
It might be related to how the window focus/blur event is handled on Intel-based Macs with specific macOS versions, or a potential memory/thread issue on i9 processors.
Context
This makes the app unusable as I cannot switch between my editor and ScriptKit without the app crashing. I am trying to automate my workflow, but the constant crashes prevent any productive use.
Your Environment