-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Description
- 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.