Why does experiment quit unexpectedly after mac showing color wheel

Hi there,

I have a for loop to go through each trial. But at nTrial = 3, the cursor turned into a spinning color wheel, and then the entire program quit.

The error message I received was
"2.3827 WARNING /Users/sophies/.psychopy3/fonts/Calibri.truetype doesn’t have valid font family name
2.4238 WARNING /Users/sophies/.psychopy3/fonts/Calibri.truetype doesn’t have valid font family name
################ Experiment ended with exit code 0 [pid:30759] #################"

Does anyone know how to solve it?

Best,

Sophie

Hello

if I am not mistaken, Calibri is not a font installed on Macs. Switch to another font.

Best wishes Jens

Hey Jens - Thanks! But my code doesn’t use Calibri. Is Calibri a default setting of Psychopy? If so, how do I change it?

I wonder if this is actually a font issue – I am confused by why psychopy quit at nTrial = 3 (there is nothing special about ntrial =3, the exact same thing as Trial 1 and 2)

Best,

Sophie

Hello,

I think that PsychoPY uses Open Sans as a default font. I thought that you had a text-component that uses Calibri. It might come with Microsoft Office on a Mac.

Best wishes Jens