Mac OS sierra, PsychoPy v 1.85.2.
Hi there,
I’m having trouble with my experiment and was wondering if anyone had an idea what might be going wrong! When I run my experiment, it runs for half of the loop and then it cuts out and I get the error message below. I have checked to make sure that the name of the stimuli and the image match. I can’t think what else I can do! Any help would be much appreciated, thanks.
Running: /Users/betty/Desktop/PsychoPypositivevsnegativeIAPSsamescale2014/CItaskNegativeNEW_Zhimins_ITI_scale_not_modified_for_EC/EC_taskNEG4_lastrun.py
pyo version 0.8.6 (uses single precision)
2.1342 ERROR Requested audio device ‘auto’ that is not available on this hardware. The ‘audioDevice’ preference should be one of [u’Built-in Output’]
104.1391 ERROR Couldn’t find image M.bmp ; check path? (tried: /Users/betty/Desktop/PsychoPypositivevsnegativeIAPSsamescale2014/CItaskNegativeNEW_Zhimins_ITI_scale_not_modified_for_EC/M.bmp )
2017-08-11 20:20:18.351 python[7746:570868] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/xl/q5rb9y1544z6q748qghtq4zc0000gn/T/org.psychopy.PsychoPy2.savedState
Traceback (most recent call last):
File “/Users/betty/Desktop/PsychoPypositivevsnegativeIAPSsamescale2014/CItaskNegativeNEW_Zhimins_ITI_scale_not_modified_for_EC/EC_taskNEG4_lastrun.py”, line 485, in
LegoBlock2.setImage(CS2)
File “/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/visual/image.py”, line 289, in setImage
setAttribute(self, ‘image’, value, log)
File “/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/tools/attributetools.py”, line 137, in setAttribute
setattr(self, attrib, value)
File “/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/tools/attributetools.py”, line 27, in set
newValue = self.func(obj, value)
File “/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/visual/image.py”, line 276, in image
forcePOW2=False)
File “/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/visual/basevisual.py”, line 794, in _createTexture
raise IOError, msg % (tex, os.path.abspath(tex))
IOError: Couldn’t find image M.bmp ; check path? (tried: /Users/betty/Desktop/PsychoPypositivevsnegativeIAPSsamescale2014/CItaskNegativeNEW_Zhimins_ITI_scale_not_modified_for_EC/M.bmp )