thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Psychopy window doesn't close in Hebb lab #106

Closed thartbm closed 5 years ago

thartbm commented 5 years ago

At the end of a 3-trial test task, the PsychoPy window doesn't close. I can end it by going to the task manager with ctrl-alt-del, but that does mess with PyVMEC somehow.

Can we make sure the PsychoPy window closes cleanly at the end of the experiment?

Not sure if it is related, but I still get this message:

4.1467 ERROR avbin.dll failed to load. Try importing psychopy.visual as the first library (before anything that uses scipy) and make sure that avbin is installed.

thartbm commented 5 years ago

avbin is included as pyo file in the compiled version

thartbm commented 5 years ago

Data is stored and can be pre-processed though.

thartbm commented 5 years ago

Could be a rights issue: software is not allowed to do certain stuff on workstations in the Hebb lab. Fixed when not running in full-screen mode. Made it default to not run in full screen mode.