Runner is not showing error message

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): PsychoPy 3.2.10
Standard Standalone? (y/n) If not then what?: Y
What are you trying to achieve?:
I’m trying to run an experiment that uses the sound component. I managed to pass my instruction routine and then it crashed before the audio routine. So, I think there must be something wrong with the audio routine.

The problem is, the Runner does not give me a message on where the error occurs. My mouse pointer changes to spinning blue circle and then the ‘Exit PsychoPy’ message popped up.

What did you try to make it work?:
I did not do anything as I do not know where to start.

This is where the error message stops.

Hello Mayling,

PsychoPy warns you that your experiment has duplicate variable names (productType, problem, productNo, OperandType, Answer). You might want to change these into unique names first as this.

BTW, specify PTB as audio engine. Currently, it is set to sounddevice. You find the audio setting, in edit experiment settings.

Best wishes Jens