Hi,
I am currently setting up a very simple study where participant watch a video and subsequently give a rating response. The videos are 20 s long, so to facilitate testing, I cut them short to just 1 sec using the stop duration parameter.
This works fine when playing just a single video (i.e directly providing the video filename in the movie properties). However, when I put a loop around the the routine to play a different movie on each repeat, I get the error shown at the bottom.
I have a work around (by leaving the ‘stop’ property empy), but thought I’d share this here in the hope that it is helpful for others.
Exception ignored in: <bound method MovieStim3.del of <psychopy.visual.movie3.MovieStim3 object at 0x0000017FDBBD9AC8>>
Traceback (most recent call last):
File “C:\Program Files\psychopy\lib\site-packages\psychopy\visual\movie3.py”, line 568, in del
self._unload()
File “C:\Program Files\psychopy\lib\site-packages\psychopy\visual\movie3.py”, line 545, in _unload
self.clearTextures()
File “C:\Program Files\psychopy\lib\site-packages\psychopy\visual\basevisual.py”, line 1270, in clearTextures
GL.glDeleteTextures(1, self._texID)
OSError: exception: access violation reading 0x0000000000000000
Exception ignored in: <bound method MovieStim3.del of <psychopy.visual.movie3.MovieStim3 object at 0x0000017FDF8DB080>>
Traceback (most recent call last):
File “C:\Program Files\psychopy\lib\site-packages\psychopy\visual\movie3.py”, line 568, in del
self._unload()
File “C:\Program Files\psychopy\lib\site-packages\psychopy\visual\movie3.py”, line 545, in _unload
self.clearTextures()
File “C:\Program Files\psychopy\lib\site-packages\psychopy\visual\basevisual.py”, line 1270, in clearTextures
GL.glDeleteTextures(1, self._texID)
OSError: exception: access violation reading 0x0000000000000000