OS (macOS Tahoe 26.0.1): PsychoPy version (e.g. 2025.1.1 Py 3.8): Standard Standalone Installation? (y) Do you want it to also run online? (y) What are you trying to achieve?:
Just trying to run programs that worked for me before updating psychopy
Link to the most relevant existing thread you have found:
found this thread post but no responses were shared on it
What specifically went wrong when you tried that?:
After updating to lates version of psychopy, I have not been able to run old experiments due to a font error. I also recently updated my Mac but pretty sure my experiments were working then. I have tried different fonts but keep getting the warning message below when the program shuts down after measuring frame rate. interestingly, when I push the study online on Pavlovia, the program does work, so just doesn’t local.
TypeError: rush() got an unexpected keyword argument ‘enable’
16.6527 WARNING Font Manager failed to load file /System/Library/PrivateFrameworks/FontServices.framework/Resources/Reserved/PingFangUI.ttc
######## Experiment ended with exit code 1 [pid:57648]
Could you share the full error? The warning about the fonts isn’t the reason for the crash I don’t think - it’s just warning you that one of your system fonts couldn’t be read in. The lines above “TypeError: etc.” are what tell you where the error happened.
2025-10-31 10:21:24.419 python[41527:4013179] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/qv/x77kmyh11sngt31qjdnls0900000gn/T/org.opensciencetools.psychopy.savedState
2.2599 WARNING Monitor specification not found. Creating a temporary one…
Traceback (most recent call last):
ioHub Server Process Completed With Code: 0
19.6392 WARNING Font Manager failed to load file /System/Library/PrivateFrameworks/FontServices.framework/Resources/Reserved/PingFangUI.ttc
File “/Volumes/groups/Research folders/SegerLab/JoJo/Experiments/S4_LA-Blockv2/LA_Block_Gain/LA_Block_FG_lastrun.py”, line 4065, in
run(
File “/Volumes/groups/Research folders/SegerLab/JoJo/Experiments/S4_LA-Blockv2/LA_Block_Gain/LA_Block_FG_lastrun.py”, line 422, in run
core.rush(enable=True)
TypeError: rush() got an unexpected keyword argument ‘enable’