Hi,
after upgrading the development machine to OS X 10.11 „El Capitan“ (would of course not use it on the lab machine), Screen DrawText appears to hang. This is reproducible on a colleague’s machine:
w = Screen('Openwindow',0, [0 0 0], [0 0 640 480]);
Screen('DrawText',w,'Gnu’,100,100); % does not return, and does not have any effect
Screen('Flip‘, w);
DriftDemo and other demos not using text work fine. FontBook does not report any problems.
MacBookPro10,1
MATLAB Version: 8.4.0.150421 (R2014b)
Operating System: Mac OS X Version: 10.11.1
PTB Version: 3.0.12 - Flavor: beta - Corresponds to SVN Revision 7030
Any ideas?
Thanks,
Jochen
after upgrading the development machine to OS X 10.11 „El Capitan“ (would of course not use it on the lab machine), Screen DrawText appears to hang. This is reproducible on a colleague’s machine:
w = Screen('Openwindow',0, [0 0 0], [0 0 640 480]);
Screen('DrawText',w,'Gnu’,100,100); % does not return, and does not have any effect
Screen('Flip‘, w);
DriftDemo and other demos not using text work fine. FontBook does not report any problems.
MacBookPro10,1
MATLAB Version: 8.4.0.150421 (R2014b)
Operating System: Mac OS X Version: 10.11.1
PTB Version: 3.0.12 - Flavor: beta - Corresponds to SVN Revision 7030
Any ideas?
Thanks,
Jochen