start_cogent is throwing error - 'cannot get active window'

7 vues (au cours des 30 derniers jours)
Joy Rakshit
Joy Rakshit le 3 Août 2021
I'm using Cogent toolbox (similar to psychtoolbox) for showing stimulus by opening a window.
I'm runing a sample code (given in the official site of Cogent: http://www.vislab.ucl.ac.uk/stroop_example_code.php) but each time i'm encountering an error:
*******
*ABORT* CogInput : Create : cannot get active window
*******
Error in start_cogent (line 125)
hDevice = CogInput( 'Create', 'keyboard', cogent.keyboard.mode, cogent.keyboard.queuelength );
Error in test2 (line 6)
start_cogent;
System configuration: Matlab-R2020b and Windows-10
My analysis: start_cogent is trying to access system file CogInput and an error is throwing as it can't assign required resources. Can't access the CogInput, it's a mex code.
How to fix this issue?
  5 commentaires
Fatemeh Fazlali
Fatemeh Fazlali le 30 Mai 2022
Hi! I also have the same issue. Do you have any solutions?
Joy Rakshit
Joy Rakshit le 31 Mai 2022
Hi all,
I couldn't solve the problem and I started using psychtoolbox.
Using psychtoolbox is easier than using cogent.

Connectez-vous pour commenter.

Réponses (1)

Fatemeh Fazlali
Fatemeh Fazlali le 8 Juin 2022
Hey! I used MATLAB 2016b version instead of 2021b and it works quite fine.

Community Treasure Hunt

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

Start Hunting!

Translated by