Experiment does not work on laptop with extended screen

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): 21.1.0
Standard Standalone? (y/n) If not then what?:
What are you trying to achieve?:
I have a task thats working on my Mac and on another Windows 10 PC. However I don’t get it working on the PC I am using for data collection. Other Psychopy tasks run on this PC, difference between the tasks that run and this one is that this one uses the textbox and has coding in ‘each frame’, but I don’t see how this can be related.

What did you try to make it work?:
Tried and installed versions 2020.2.4 and 2020.2.10 and 2021.1 for windows 64 bit but keep getting the same error.
What specifically went wrong when you tried that?:
####### Running: C:\Users\klin_vl\Desktop\PAT_new\PAT_final_lastrun.py ########
59.0880 INFO Loaded monitor calibration from [‘2020_09_28 14:28’]
59.4498 INFO C:\Users\klin_vl\AppData\Local\PsychoPy3\pythonw.exe -m psychopy.scripts.psyexpCompile C:\Users\klin_vl\Desktop\PAT_new\PAT_final.psyexp -o C:\Users\klin_vl\Desktop\PAT_new\PAT_final_lastrun.py -v 2020.2.10
fatal: not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
File “C:\Users\klin_vl\Desktop\PAT_new\PAT_final_lastrun.py”, line 17, in
psychopy.useVersion(‘2020.2.10’)
File “C:\Users\klin_vl\AppData\Local\PsychoPy3\lib\site-packages\psychopy\tools\versionchooser.py”, line 84, in useVersion
raise ValueError(msg.format(requestedVersion))
ValueError: Unknown version 2020.2.10

Experiment ended.

Please find the experiment attached.

PAT_final.psyexp (176.9 KB)

Go to Experiment Settings and select blank as the Use PsychoPy version.

Yes, now it works, no idea why but super! Thanks!