Running my task

crossmodal_task_Revised.psyexp (51.5 KB)

OS Win10
PsychoPy version see below
**Standard Standalone? y
What are you trying to achieve?:
I am trying to run the attached experiment but it does not run : ( I last run it in Nov 2019 with an old Psychopy version.

What did you try to make it work?:
I have tried these instructions below to make it work with the existing version:

  1. Opened up the PsychoPy experiment file (‘.psyexp’ file) that contains the experiment to use.
  2. Went to experiment settings by clicking the icon with a cogwheel.
  3. Under the “Basic” settings tab, there is an option named “Use PsychoPy version”. I set it to the PsychoPy version I wanted to emulate. NOTE I could not remember what version Psychopy had in No 2019 I last used it… so I entered as an estimate 3.0.5…
  4. Clicked “OK” to save the settings.
  5. Run the experiment by clicking the green ‘run’ button.

**What specifically went wrong when you tried that?
When I tried the above steps, the following error message came up (see below).
I understand the first message (about size) but I do not understand ( and cannot find guidance online) on how to solve it.
I do not understand at all the second message- the long one!

Pasted full error message:
Alert 2115:Your stimulus size exceeds the Y dimension of your window.
For further info see 2115: Stimulus size is bigger than the window dimensions — PsychoPy v2022.1.1
Alert 2115:Your stimulus size exceeds the Y dimension of your window.
For further info see 2115: Stimulus size is bigger than the window dimensions — PsychoPy v2022.1.1
Alert 2115:Your stimulus size exceeds the Y dimension of your window.
For further info see 2115: Stimulus size is bigger than the window dimensions — PsychoPy v2022.1.1

Generating PsychoPy script…

pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
6.9694 WARNING sounddevice audio lib was requested but not loaded: sounddevice not working
C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\tools\attributetools.py:102: SyntaxWarning: “is” with a literal. Did you mean “==”?
if (value.shape is () and
Traceback (most recent call last):
File “C:\Users\GChronaki\AppData\Local\Programs\PsychoPy\lib\runpy.py”, line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File “C:\Users\GChronaki\AppData\Local\Programs\PsychoPy\lib\runpy.py”, line 87, in _run_code
exec(code, run_globals)
File “C:\Users\GChronaki\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 253, in
compileScript(args.infile, args.version, args.outfile)
File “C:\Users\GChronaki\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 242, in compileScript
thisExp = _getExperiment(infile, version)
File “C:\Users\GChronaki\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 137, in getExperiment
thisExp = experiment.Experiment()
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\experiment_experiment.py”, line 87, in init
settingsComp = getComponents(fetchIcons=False)[‘SettingsComponent’]
File "C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\experiment\components_init
.py", line 149, in getComponents
module = import_module(explicit_rel_path, package=pkg)
File "C:\Users\GChronaki\AppData\Local\Programs\PsychoPy\lib\importlib_init
.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1014, in _gcd_import
File “”, line 991, in _find_and_load
File “”, line 975, in _find_and_load_unlocked
File “”, line 671, in _load_unlocked
File “”, line 848, in exec_module
File “”, line 219, in call_with_frames_removed
File "C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\experiment\components\sound_init
.py", line 14, in
from psychopy.sound.base import knownNoteNames
File "C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\sound_init
.py", line 90, in
raise ValueError(msg)
ValueError: audioLib pref should be one of [‘sounddevice’, ‘pyo’, ‘pysoundcard’, ‘pygame’], not ‘PTB’

Running: C:\Users\GChronaki\OneDrive - UCLan\Desktop\crossmodal_task_Revised_lastrun.py

113.8296 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\tools\attributetools.py:102: SyntaxWarning: “is” with a literal. Did you mean “==”?
if (value.shape is () and
Traceback (most recent call last):
File “C:\Users\GChronaki\OneDrive - UCLan\Desktop\crossmodal_task_Revised_lastrun.py”, line 62, in
win = visual.Window(
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\window.py”, line 386, in init
self.backend = backends.getBackend(win=self, *args, **kwargs)
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\backends_init_.py”, line 32, in getBackend
return Backend(win, *args, **kwargs)
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\backends\pygletbackend.py”, line 101, in init
defDisp = pyglet.window.get_platform().get_default_display()
AttributeError: module ‘pyglet.window’ has no attribute ‘get_platform’
Exception ignored in: <function Window.del at 0x0000017E4B29D940>
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\window.py”, line 493, in del
self.close()
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\window.py”, line 1277, in close
self.backend.close() # moved here, dereferencing the window prevents
AttributeError: ‘NoneType’ object has no attribute ‘close’
################ Experiment ended with exit code 1 [pid:18096] #################
134.6005 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
Alert 4052: Experiment was built in a past version of PsychoPy (1.82.01), saving it in this version may add parameters which cannot be parsed.
For more info see https://docs.psychopy.org/alerts/4052.htmlAlert 4052: Experiment was built in a past version of PsychoPy (1.82.01), saving it in this version may add parameters which cannot be parsed.
For more info see https://docs.psychopy.org/alerts/4052.html205.7977 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
Alert 4052: Experiment was built in a past version of PsychoPy (1.82.01), saving it in this version may add parameters which cannot be parsed.
For more info see https://docs.psychopy.org/alerts/4052.htmlAlert 4052: Experiment was built in a past version of PsychoPy (1.82.01), saving it in this version may add parameters which cannot be parsed.
For more info see https://docs.psychopy.org/alerts/4052.htmlGenerating PsychoPy script…

Running: C:\Users\GChronaki\OneDrive - UCLan\Desktop\Cross modal_behavioural\CrossmodalTask\crossmodal_task_Revised_lastrun.py

209.0718 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
1.8944 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 [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
################ Experiment ended with exit code 0 [pid:17296] #################
Alert 4052: Experiment was built in a past version of PsychoPy (1.82.01), saving it in this version may add parameters which cannot be parsed.
For more info see https://docs.psychopy.org/alerts/4052.html217.5123 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
Alert 4052: Experiment was built in a past version of PsychoPy (1.82.01), saving it in this version may add parameters which cannot be parsed.
For more info see https://docs.psychopy.org/alerts/4052.html219.0910 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
Generating PsychoPy script…

pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
4.5339 WARNING Parameter ‘Audio latency priority’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5340 WARNING Parameter ‘Audio lib’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5340 WARNING Parameter ‘Data file delimiter’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5341 WARNING Parameter ‘Resources’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5342 WARNING Parameter ‘Save hdf5 file’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5343 WARNING Parameter ‘elAddress’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5343 WARNING Parameter ‘elDataFiltering’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5343 WARNING Parameter ‘elLiveFiltering’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5344 WARNING Parameter ‘elModel’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5344 WARNING Parameter ‘elPupilAlgorithm’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5344 WARNING Parameter ‘elPupilMeasure’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5344 WARNING Parameter ‘elSampleRate’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5344 WARNING Parameter ‘elSimMode’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5345 WARNING Parameter ‘elTrackEyes’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5345 WARNING Parameter ‘elTrackingMode’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5345 WARNING Parameter ‘eyetracker’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5345 WARNING Parameter ‘gpAddress’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5346 WARNING Parameter ‘gpPort’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5346 WARNING Parameter ‘keyboardBackend’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5346 WARNING Parameter ‘mgBlink’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5346 WARNING Parameter ‘mgMove’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5346 WARNING Parameter ‘mgSaccade’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5347 WARNING Parameter ‘plConfidenceThreshold’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5347 WARNING Parameter ‘plPupilCaptureRecordingEnabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5347 WARNING Parameter ‘plPupilCaptureRecordingLocation’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5347 WARNING Parameter ‘plPupilRemoteAddress’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5348 WARNING Parameter ‘plPupilRemotePort’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5348 WARNING Parameter ‘plPupilRemoteTimeoutMs’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5348 WARNING Parameter ‘plPupillometryOnly’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5348 WARNING Parameter ‘plSurfaceName’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5349 WARNING Parameter ‘tbLicenseFile’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5349 WARNING Parameter ‘tbModel’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5349 WARNING Parameter ‘tbSampleRate’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5349 WARNING Parameter ‘tbSerialNo’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5381 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5382 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5383 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5384 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5385 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5386 WARNING Parameter ‘hamming’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5386 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5388 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5389 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5391 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5392 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5393 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5393 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5395 WARNING Parameter ‘anchor’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5395 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5395 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5397 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5398 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5399 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5399 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5401 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5402 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5402 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5403 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5404 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5405 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5407 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5408 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5408 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5409 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5410 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5411 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5413 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5414 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5415 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5416 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5418 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5419 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5425 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5425 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5426 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5427 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5430 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5431 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5432 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5433 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5434 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5435 WARNING Parameter ‘hamming’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5436 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5438 WARNING Parameter ‘anchor’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5438 WARNING Parameter ‘contrast’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5439 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5440 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5441 WARNING Parameter ‘syncScreenRefresh’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5442 WARNING Parameter ‘disabled’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.
4.5443 WARNING Parameter ‘saveStartStop’ is not known to this version of PsychoPy but has come from your experiment file (saved by a future version of PsychoPy?). This experiment may not run correctly in the current version.

Running: C:\Users\GChronaki\OneDrive - UCLan\Desktop\Cross modal_behavioural\CrossmodalTask\crossmodal_task_Revised_lastrun.py

235.3152 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Traceback (most recent call last):
File “C:\Users\GChronaki\OneDrive - UCLan\Desktop\Cross modal_behavioural\CrossmodalTask\crossmodal_task_Revised_lastrun.py”, line 62, in
win = visual.Window(
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\window.py”, line 386, in init
self.backend = backends.getBackend(win=self, *args, **kwargs)
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\backends_init_.py”, line 32, in getBackend
return Backend(win, *args, **kwargs)
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\backends\pygletbackend.py”, line 101, in init
defDisp = pyglet.window.get_platform().get_default_display()
AttributeError: module ‘pyglet.window’ has no attribute ‘get_platform’
Exception ignored in: <function Window.del at 0x0000022CFFB10F70>
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\window.py”, line 493, in del
self.close()
File “C:\Users\GChronaki\AppData\Roaming\psychopy3\versions\psychopy\visual\window.py”, line 1277, in close
self.backend.close() # moved here, dereferencing the window prevents
AttributeError: ‘NoneType’ object has no attribute ‘close’
################# Experiment ended with exit code 1 [pid:6040] #################

A Builder experiment in the latest version will have new parameters which weren’t in older versions, so setting the Use Version to 3.0.5 means that it doesn’t know how to handle those parameters as it’s trying to run a new experiment in an old version. We try to make newer versions able to handle old experiments, but we can’t make older versions handle newer versions, so generally you’ll be better off with Use Version as just latest or blank

Thank you so much for the prompt response, I really appreciate it, I set the version as ‘latest’ as you suggested and I saw some improvement, in the sense that the long error message got shorter, I can now see the instructions box when I run the task although in a smaller window (which i cannot enlarge) and the following message:
Alert 2115:Your stimulus size exceeds the Y dimension of your window.
For further info see 2115: Stimulus size is bigger than the window dimensions — PsychoPy v2022.1.1
Alert 2115:Your stimulus size exceeds the Y dimension of your window.
For further info see 2115: Stimulus size is bigger than the window dimensions — PsychoPy v2022.1.1
Alert 2115:Your stimulus size exceeds the Y dimension of your window.
For further info see 2115: Stimulus size is bigger than the window dimensions — PsychoPy v2022.1.1

Generating PsychoPy script…

pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
PTB-INFO: Using modified PortAudio V19.7.0-devel, revision unknown
7.6461 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 [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
8.1229 WARNING image was set to update during ISI_load_images Static Component, but that component no longer exists
8.1229 WARNING image was set to update during ISI_load_images Static Component, but that component no longer exists
8.1230 WARNING image was set to update during ISI_load_images Static Component, but that component no longer exists
8.1230 WARNING image was set to update during ISI_load_images Static Component, but that component no longer exists
8.1230 WARNING image was set to update during ISI_load_images Static Component, but that component no longer exists

Running: C:\Users\GChronaki\OneDrive - UCLan\Desktop\crossmodal_task_Revised_lastrun.py

119.3233 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
2.2302 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 [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
Traceback (most recent call last):
File “C:\Users\GChronaki\OneDrive - UCLan\Desktop\crossmodal_task_Revised_lastrun.py”, line 307, in
trialList=data.importConditions(‘crossmodal_Practice_edited.xlsx’),
File “C:\Users\GChronaki\AppData\Local\Programs\PsychoPy\lib\site-packages\psychopy\data\utils.py”, line 291, in importConditions
raise ValueError(msg % os.path.abspath(fileName))
ValueError: Conditions file not found: C:\Users\GChronaki\OneDrive - UCLan\Desktop\crossmodal_Practice_edited.xlsx
################ Experiment ended with exit code 1 [pid:17964] #################
148.8501 INFO Loaded monitor calibration from [‘2022_03_07 11:57’]

crossmodal_task_Revised.psyexp (52.2 KB)
Hello, I have resolved this now, thanks for your help yesterday, I attach the version that works for me now in case this helps other users. What i had to do was set the version as ‘latest’ then change the screen size and also the size of the image in pixels. Thanks again, Georgia

Hello Georgia,
I am facing the same issue. I tried the solution which you recomended but it didnt work for me.
When I set the Version to the latest my experiment just won’t start, if I set it as blank it starts, but it won’t play the 1 st movie stimulus.
Can you specify the screen size settings? What did you change and where?
I set the parameters of my monitor in the monitor center to the sizeof my monitor 1920*1080 pixel.
I also checkd my simulus it alsos has the same size 1920-*1080 pixel.
But it still gives me the same error : “Alert 2115:Your stimulus size exceeds the Y dimension of your window.” Can you help me?

Does your experiment use pixel units or height?

Hey, I was able to run my experiment almost properly! For the error above the solution was to set an older version of psychpy, and run the experiment with it. But now I am facing another issue.
My csv files dont have a proper name and they saved in a wrong place. As far as i know the experiment settings/data is the place where i can influence this problem. This is the line which is there: “u’data/%s_%s_%s’ % (expInfo[‘ID’], expName, expInfo[‘date’])”
And still the csv is not sved into the data folder and the name of the files is not the ID. What coud cause an issue like that?

This sounds like a different issue. Online you can’t change the csv filename so you should use participant, not ID. If your issue is local, please start a new thread (after searching for similar threads).

Alright! Thanky you so much!