Frame rate measuring error

OS: Win 10
PsychoPy version: 2023.2.3
Standard Standalone? (y/n): y

When I try to run an experiment at my University PC that I built on my personal PC, I get stuck in the “attempting to measure frame rate of the screen” section and after a minute or two the program stops running.

I then tried to build a simple experiment with one routine with text component to see if get the same error and it did.

In a previous post ("Attempting to measue frame rate of screen" stuck - #7 by TParsons) I saw that this error is due to the frame rate measure being less than 0.5 (mine is 0.23hz). If that’s the reason I can’t run the program, is there a way to manually set the frame rate? Or does anyone have suggestions on how can I fix this?

Error messages:
WARNING Multiple dropped frames have occurred - I’ll stop bothering you about them!
EXP window1: Attempting to measure frame rate of screen (0) …
EXP Screen (0) actual frame rate measured at 0.23Hz
frameDur = 1.0 / round(expInfo[‘frameRate’])
ZeroDivisionError: float division by zero
################# Experiment ended with exit code 1 [pid:3460] #################