My old experiment, done in 3.2.4’s Builder, had its text components set to a letter height (around 0.06) that best fitted the instructions text, when displayed on an external monitor. Having upgraded to 2020.1.3, running that script gives me tiny letters:
And increasing the letter height runs me into the problem that only a small proportion of the screen’s width (a param I’m not sure where to set) is used:
Thanks! I feel silly for nothaving noticed that wrap option under the Advanced tab…
However, for some reason i now cannot run any script or indeed open up the PsocyhoPy preferences to edit units etc. When I try to do the latter, i get
Traceback (most recent call last):
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\_psychopyApp.py", line 770, in showPrefs
from psychopy.app.preferencesDlg import PreferencesDlg
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\preferencesDlg.py", line 21, in <module>
from psychopy import sound
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\sound\__init__.py", line 157, in <module>
elif dev not in backend.getDevices(kind='output'):
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\sound\backend_pyo.py", line 135, in getDevices
inputs, outputs = get_devices_infos()
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\sound\backend_pyo.py", line 93, in get_devices_infos
devices = _query_devices()
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\sound\backend_pyo.py", line 86, in _query_devices
info[v.strip().split(": ")[0]] = v.strip().split(": ")[1]
IndexError: list index out of range
29.8546 INFO sound is using audioLib: pyo
29.8547 WARNING We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use ['pyo', 'pygame', 'sounddevice'] (in that order).
I reinstalled PsychoPy, but that doesn’t change this. What else can I try?
If you accidentally corrupt your experiment by removing all variables from the expInfo section, try adding <Param name="Experiment info" updates="None" val="{'participant': ''}" valType="code"/> to the Settings section in a text editor.
I hadn’t deleted the expInfo, no, and also that error appears even when I try to open the Preferences without any experiment being loaded in the Builder window.