Big Warning sign when stimulating with drifting grating on PBT3 with Windows 7

Hello.


I have some troubles using PsychToolBox 3 on Windos 7. I am trying to present some drifitng grating stimuli on an ipad 2 screen (usign Duet with the 30 pin cable). Before the stimuli begins a big red warning sign appears and then my stimuli begin. The outputs from the commando window are shown above, also a video I took is available. I really hope you can help me.


PTB-INFO: This is Psychtoolbox-3 for Microsoft Windows, under Matlab 64-Bit (Version 3.0.12 - Build date: Jul 21 2015).

PTB-INFO: Support status on this operating system release: Windows version 6.1 supported.

PTB-INFO: Type 'PsychtoolboxVersion' for more detailed version information.

PTB-INFO: Most parts of the Psychtoolbox distribution are licensed to you under terms of the MIT License, with

PTB-INFO: some restrictions. See file 'License.txt' in the Psychtoolbox root folder for the exact licensing conditions.


PTB-INFO: Will disable DWM because a regular fullscreen onscreen window is opened -> We want best timing and performance.


PTB-WARNING: Couldn't determine end-line of vertical blanking interval for your display! Trouble with beamposition queries?!?

PTB-WARNING: Detected end-line is 1150, which is either lower or more than 1.250000 times higher than vbl startline 1152 --> Out of sane range!

PTB-WARNING: Couldn't even collect one single valid flip interval sample! Sanity range checks failed!

PTB-WARNING: Could be a system bug, or a temporary timing problem. Retrying the procedure might help if

PTB-WARNING: the latter is the culprit.


WARNING: VBL Calibration run No. 1 failed. Retrying...

PTB-WARNING: Couldn't even collect one single valid flip interval sample! Sanity range checks failed!

PTB-WARNING: Could be a system bug, or a temporary timing problem. Retrying the procedure might help if

PTB-WARNING: the latter is the culprit.


WARNING: VBL Calibration run No. 2 failed. Retrying...

WARNING: Will enable VBL busywait-workaround before trying final VBL Calibration run No. 3.

WARNING: This will hopefully work-around graphics driver bugs of the GPU sync-to-retrace mechanism. Cross your fingers!

PTB-WARNING: Couldn't even collect one single valid flip interval sample! Sanity range checks failed!

PTB-WARNING: Could be a system bug, or a temporary timing problem. Retrying the procedure might help if

PTB-WARNING: the latter is the culprit.



PTB-INFO: OpenGL-Renderer is Intel :: Intel(R) HD Graphics 4600 :: 4.0.0 - Build 9.18.10.3220

PTB-INFO: VBL startline = 1152 , VBL Endline = 1150

PTB-INFO: Beamposition queries unsupported or defective on this system. Using basic timestamping as fallback: Timestamps returned by Screen('Flip') will be less robust and accurate.

PTB-INFO: Measured monitor refresh interval from VBLsync = 0.000000 ms [1.#INF00 Hz]. (0 valid samples taken, stddev=10000000.000000 ms.)

PTB-INFO: Reported monitor refresh interval from operating system = 16.666667 ms [60.000000 Hz].

PTB-INFO: Small deviations between reported values are normal and no reason to worry.

PTB-WARNING: ==============================================================================================================

PTB-WARNING: WINDOWS SYSTEM IS RUNNING IN MULTI-DISPLAY MODE! ALL FLIP STIMULUS ONSET TIMESTAMPS WILL BE LIKELY UNRELIABLE!

PTB-WARNING: STIMULUS ONSET TIMING WILL BE UNRELIABLE AS WELL, AND GRAPHICS PERFORMANCE MAY BE SEVERELY REDUCED!

PTB-WARNING: DO NOT USE MULTI-DISPLAY MODE FOR RUNNING REAL EXPERIMENT SESSIONS WITH ANY REQUIREMENTS FOR ACCURATE TIMING!

PTB-WARNING: ==============================================================================================================


WARNING: Couldn't compute a reliable estimate of monitor refresh interval! Trouble with VBL syncing?!?


WARNING: Mismatch between measured monitor refresh interval and interval reported by operating system.

This indicates massive problems with VBL sync.


WARNING: Measured monitor refresh interval indicates a display refresh of less than 20 Hz or more than 250 Hz?!?

This indicates massive problems with VBL sync.


PTB-WARNING: Unable to measure monitor refresh interval! Using a fake value of 16.666667 milliseconds.



----- ! PTB - ERROR: SYNCHRONIZATION FAILURE ! ----


One or more internal checks (see Warnings above) indicate that synchronization

of Psychtoolbox to the vertical retrace (VBL) is not working on your setup.


This will seriously impair proper stimulus presentation and stimulus presentation timing!

Please read 'help SyncTrouble' for information about how to solve or work-around the problem.

You can force Psychtoolbox to continue, despite the severe problems, by adding the command

Screen('Preference', 'SkipSyncTests', 1); at the top of your script, if you really know what you are doing.





----- ! PTB - WARNING: SYNCHRONIZATION TROUBLE ! ----


One or more internal checks (see Warnings above) indicate that

queries of rasterbeam position are not properly working for your setup.


Psychtoolbox will work around this by using a different timing algorithm, 

but it will cause Screen('Flip') to report less accurate/robust timestamps

for stimulus timing.

Read 'help BeampositionQueries' for more info and troubleshooting tips.



PTB-INFO: Support for fast OffscreenWindows enabled.

Building a fragment shader:Reading shader from file C:\MyToolboxes\Psychtoolbox\PsychOpenGL\PsychGLSLShaders\BasicSineGratingShader.frag.txt ...

Building a vertex shader:Reading shader from file C:\MyToolboxes\Psychtoolbox\PsychOpenGL\PsychGLSLShaders\BasicSineGratingShader.vert.txt ...



INFO: PTB's Screen('Flip', 10) command seems to have missed the requested stimulus presentation deadline

INFO: a total of 358 times out of a total of 359 flips during this session.


INFO: This number is fairly accurate (and indicative of real timing problems in your own code or your system)

INFO: if you provided requested stimulus onset times with the 'when' argument of Screen('Flip', window [, when]);

INFO: If you called Screen('Flip', window); without the 'when' argument, this count is more of a ''mild'' indicator

INFO: of timing behaviour than a hard reliable measurement. Large numbers may indicate problems and should at least

INFO: deserve your closer attention. Cfe. 'help SyncTrouble', the FAQ section at www.psychtoolbox.org and the

INFO: examples in the PDF presentation in PsychDocumentation/Psychtoolbox3-Slides.pdf for more info and timing tips.




WARNING: This session of your experiment was run by you with the setting Screen('Preference', 'SkipSyncTests', 1).

WARNING: This means that some internal self-tests and calibrations were skipped. Your stimulus presentation timing

WARNING: may have been wrong. This is fine for development and debugging of your experiment, but for running the real

WARNING: study, please make sure to set Screen('Preference', 'SkipSyncTests', 0) for maximum accuracy and reliability.


Emiliano Jimenez Marquez.