If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): Mac
PsychoPy version (e.g. 1.84.x): 2020.2.3
Standard Standalone? (y/n) If not then what?: yes
What are you trying to achieve?: record voice
What did you try to make it work?: I use the Mic option from the Response panel in the builder.
What specifically went wrong when you tried that?: program is not running, the gray window pops up but then it freezes
Include pasted full error message if possible. “That didn’t work” is not enough information.
Do you get any messages in the Runner window under Stdout?
I’m fairly new to PsychoPy & Python in general but I’m getting the same error. I haven’t touched the code but it hangs at the start when putting a microphone anywhere in the flow…
I had to add “useRunner = False” to the config file due to it not compiling code. I wonder if this is whats causing the issue, did you have to do the same?
@LukasPsy I have to cmd+Q out of the grey screen but get this message in the Stdout:
2020-09-03 15:00:02.480 python[34793:929992] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
Any idea?