Dear Mario and friends,
macOS 10.14.6
latest psychtoolbox
'3.0.16 - Flavor: beta - Corresponds to SVN Revision 10420 but is locally modified !
27" iMac
GratingDemo runs fine at default screen resoltuion. However, if I use System Preferences:Display to set it to max resolution, then GratingDemo fails:
GratingDemo
Error using Screen
See error message printed above.
Error in GratingDemo (line 74)
window = Screen(‘OpenWindow’, whichScreen);
It says there is a error message above, but there isn’t. I tried enabling warnings and setting debug level to 20, but there is still no explantion of the Screen error.
oldVisualDebugLevel = Screen(‘Preference’, ‘VisualDebugLevel’, 20);
oldSupressAllWarnings = Screen(‘Preference’, ‘SuppressAllWarnings’, 0);
I originally encountered this in my own program, and replicated the fault with GratingDemo.
At normal resolution everything seems normal.
Best
Denis