TabletMagic
TabletMagic copied to clipboard
Preference Pane crash: unrecognized selector
Environment
- Running on M1
- Writing firmware for a device (Arduino) to emulate the WACOM IV protocol
- Preference pane must be open
- Crash occurs when Osu (a game that uses tablet data) starts and quits
Error
From legacyLoader-arm64:
-[TabletMagicPref screenChanged]: unrecognized selector sent to instance 0x12af44f00
It's entirely possible this only occurs because the firmware I've written is faulty in some way, but I am submitting this issue regardless, in hope that it aids compatibility with edge cases.
Thanks! The project is not being actively developed, but patches for compatibility will be accepted! It's unclear why TabletMagicPref screenChanged would be unrecognized now and not in earlier builds, but maybe it's got the wrong access specifier…?