EEG-ExPy
EEG-ExPy copied to clipboard
PsychoPy n170 fails on Windows 10 Pro
- Windows 10 Pro
- Python Version: 3.7.11
- Brain Interface Used: Crown
When running n170.present (form visual_n170), PsychoPy freezes and python crashes.
The problem was fixed by removing show_instructions(duration)
. We think that the error comes from the fact that mywin = visual.Window([1600, 900], monitor="testMonitor", units="deg", fullscr=True)
is repeated twice and therefore PsychoPy creates two screens which makes it crash.
Hi,
I'm seeing similar issues when running the n170 experiment, p300, and so on. looking adding break points into the code, the code fails when it goes into mywin = visual.Window([1600, 900], monitor="testMonitor", units="deg", fullscr=True)
as mentioned by @sbastiaens I tried commenting out show_instructions(duration)
but that didn't fix it for me
This is my setup Windows 10 Python Version: 3.9 Brain Interface Used: Cyton
[2022-01-22 18:39:35.565] [board_logger] [info] openning port \.\COM19
Traceback (most recent call last):
File "C:\Users\ExpMachine\Documents\GitHub\eeg-notebooks\tests\00x__ssvep_run_experiment.py", line 20, in
I solved this issue by upgrading psychopy to 2021.2.3
@gbernal Thanks for that, I updated to latest Psychopy in #167 so at least that shouldn't be an issue anymore.
Hey @oreHGA I had to revert that PR, so we're still on an old version of psychopy.
Same problem in Arch Linux