-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
Before submitting your bug report, please confirm you have completed the following steps
- Searched the issue is not already listed in the Issue List (I've searched it)
- Searched in the Quicksilver Users' Group for questions relating to tech support.
- Downloaded the latest version of Quicksilver for your system and confirmed the issue still persists.
Bug description
Turning on breakpoints for ObjC exceptions, upon running QS I'm immediately greeted by the below exception at
OSAScript *script = [[OSAScript alloc] initWithScriptDataDescriptor:aed |
Thread 1: "NSGetSizeAndAlignment(): unsupported type encoding spec 'p' at 'OpaqueAEDataStorageType}}16' in '{OpaqueAEDataStorageType}}16'"
It is trying to load a JXA script (.scpt
) file when this happens. It seems that removing these files from my Actions
directory allows it to get past this point.
Steps to reproduce
- Enable objc breakpoints for exceptions
- Run QS
Expected behavior
No exception
MacOS Version
15.2
Quicksilver Version
2.4.3
Relevant Plugins
No response
Crash Logs or Spindump
No response
Screenshots
No response
Additional info
$ sw_vers
ProductName: macOS
ProductVersion: 15.2
BuildVersion: 24C101
Not finding much helpful info online:
- NSGetSizeAndAlignment(): unsupported type encoding spec facebook/FBRetainCycleDetector#3: just don't use breakpoints for exceptions?
- NSInvalidArgumentException: NSGetSizeAndAlignment(): unsupported type encoding spec 'G' at 'GPoint}"size"{CGSize}}' in '{CGPoint}"size"{CGSize}}' JXA-Cookbook/JXA-Cookbook#53: maybe a macOS problem?
Metadata
Metadata
Assignees
Labels
No labels