Running Demos of survey

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10):
PsychoPy version (e.g. 1.84.x):
Standard Standalone? (y/n) If not then what?:
What are you trying to achieve?:

What did you try to make it work?:

What specifically went wrong when you tried that?:
Include pasted full error message if possible. “That didn’t work” is not enough information.

I am learning to run psychopy3 through running demos of survey. I am getting following error message:

Running: C:\Users\Admin\Documents\Psychopy Demos\BigFiveInventory\Form_lastrun.py

pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
2.1427 WARNING Requested audio device ‘Speakers (2- High Definition Au’ that is not available on this hardware. The ‘audioDevice’ preference should be one of [‘Speakers (2- High Definition Audio Device)’]
9.5687 WARNING Trying to use a framebuffer object but GL_EXT_framebuffer_object is not supported. Disabled
9.5687 WARNING Trying to use a framebuffer object but GL_ARB_texture_float is not supported. Disabling
Traceback (most recent call last):
File “C:\Users\Admin\Documents\Psychopy Demos\BigFiveInventory\Form_lastrun.py”, line 93, in
itemPadding=0.06)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\form.py”, line 102, in init
self._doLayout()
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\form.py”, line 665, in _doLayout
response, respHeight, = self._setResponse(item, question)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\form.py”, line 376, in _setResponse
resp, respHeight = self._makeSlider(item, pos)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\form.py”, line 472, in _makeSlider
color=item[‘responseColor’])
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\contrib\lazy_import.py”, line 120, in call
return obj(*args, **kwargs)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\slider.py”, line 176, in init
self._createElements()
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\slider.py”, line 258, in _createElements
autoLog=False)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\elementarray.py”, line 125, in init
raise Exception(“ElementArrayStim requires shaders support”
Exception: ElementArrayStim requires shaders support and floating point textures
Exception ignored in: <bound method ElementArrayStim.del of <psychopy.visual.elementarray.ElementArrayStim object at 0x000001E070FA4EB8>>
Traceback (most recent call last):
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\elementarray.py”, line 734, in del
self.clearTextures()
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\visual\basevisual.py”, line 1015, in clearTextures
GL.glDeleteTextures(1, self._texID)
AttributeError: ‘ElementArrayStim’ object has no attribute ‘_texID’

Experiment ended.