Hello,
I'm having some problems running the FDFDemo on a couple of my PCs. It works with no problems on my Windows 10 machine, however on my Windows 7 stimulus PC and Windows 7 work PC I run into the same error each time. I'm not sure how to solve the problem on these PCs, so I'd appreciate it if you could give me any tips. The error is below, please let me know what other information you need.
Thanks,
Maria
INTERNAL PSYCHTOOLBOX ERROR
error: Psycherror_OpenGL
general description: OpenGL call returned an error
specific description: GL_INVALID_OPERATION
module name: Screen
subfunction call: MakeTexture
file name: COMMON\SCREEN\PsychTextureSupport.c
function name: PsychCreateTexture
line number: 166
Error using Screen
See error message printed above.
Error in moglFDF (line 1158)
sampleTex = Screen('MakeTexture', ctx.parentWin, randomSamples, [], [], 2, 0, ctx.samplingShader);
Error in FDFDemo (line 318)
fdf = moglFDF('Update', fdf);