KbCheck not working with macOS

19 views (last 30 days)
Azuna Sawada
Azuna Sawada on 16 May 2021
Answered: Fintan Nagle on 25 Oct 2023
KbCheck does not work for me on my Mac. I've accepted input monitor from setting but it still does not work.
Could you give me any suggestions? Thank you.
I'm using following versions for each applications;
macOS 11.3.1
matlab 2021a
psychtoolbox 3.0.17
My command window is like this;
>> KbCheck
PsychHID-ERROR: During PsychHID invocation: macOS is preventing access to HID input devices like keyboard, keypad and mouse!
PsychHID-ERROR: This is because permission for 'Input Monitoring' is denied to Matlab 64-Bit, or to Terminal.app, if you started Matlab 64-Bit from a Terminal.
PsychHID-ERROR: Please rectify this manually now:
PsychHID-ERROR:
PsychHID-ERROR: 1. Quit Matlab 64-Bit, and also Terminal if it was used to launch Matlab 64-Bit.
PsychHID-ERROR: 2. Open 'System Preferences', then go to the 'Security & Privacy' control panel.
PsychHID-ERROR: 3. Select the 'Privacy' tab, and then in the list on the left, the item 'Input Monitoring'.
PsychHID-ERROR: 4. Make sure that Matlab 64-Bit, or similar, or maybe Terminal instead, is listed in the list on the right.
PsychHID-ERROR: E.g., names could be 'Terminal' or 'Octave' something, or 'MATLAB_R2020b.app' or similar for Matlab.
PsychHID-ERROR: 5. Make sure that the checkbox next to the name of the item is checked.
PsychHID-ERROR: 6. Restart Matlab 64-Bit.
PsychHID-ERROR: 7. Execute the 'KbCheck' command as a simple test, which should hopefully work now without errors.
PsychHID-ERROR: 8. If it doesn't work, retry the procedure - rinse, wash, repeat.
PsychHID-ERROR: 9. If it works without errors, retry if your own scripts or our demos now work again.
PsychHID-ERROR: 10. If none of this works, you may be able to buy paid priority support from us: 'help PsychPaidSupportAndServices'.
Error in function : Usage error
PsychHID-CRITICAL: PsychHID disabled due to macOS security restrictions! Emergency shutdown! 'clear all' or restart your application.
PTB-CRITICAL: Recursion stack underflow in module PsychHID! Brace for impact!
Error using PsychHID
Usage:
(null)
Error in KbCheck (line 182)
d = PsychHID('Devices');
  1 Comment
HDJ
HDJ on 27 May 2021
Can somone answer this please? I am having the same error

Sign in to comment.

Answers (2)

Kohei Miyata
Kohei Miyata on 14 Jun 2021
I got the same problem but solved it by removing MATLAB from 'Input Monitoring' and adding it again.
Hope this helps!
  6 Comments
bianca baltaretu
bianca baltaretu on 6 Apr 2022
worked for me, too! big save, thx!
spongeymongey
spongeymongey on 13 May 2022
This worked for me too, thank you! :)

Sign in to comment.


Fintan Nagle
Fintan Nagle on 25 Oct 2023
My Psychtoolbox was only responding to the Esc key on the touch bar, none of the keyboard keys.
I had to use
GetKeyboardIndices()
to determine that the keyboard was index 12, then pass 12 to KBCheck to tell it which keyboard to check.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!