-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PsychoPy n170 fails on Windows 10 Pro #150
Comments
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 This is my setup [2022-01-22 18:39:35.565] [board_logger] [info] openning port \.\COM19 |
I solved this issue by upgrading psychopy to 2021.2.3 |
Hey @oreHGA I had to revert that PR, so we're still on an old version of psychopy. |
Same problem in Arch Linux |
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 thatmywin = visual.Window([1600, 900], monitor="testMonitor", units="deg", fullscr=True)
is repeated twice and therefore PsychoPy creates two screens which makes it crash.The text was updated successfully, but these errors were encountered: