Hi!
We are trying to run a PsychoPy task using a standalone version. For several reasons, we cannot connect internet to the computer that we are working with. PsychoPy program opens just fine, but when we try to run a task, it crashes with the message that I copied below. It looks like the problem might be that the computer has no internet connection, but when we try to run the same task on a different computer without internet connection, it works fine. So the problem must be somwhere else.
Could anyone please help us understand how to solve this problem? Here is the error message that we get:
93.6825 WARNING Couldn’t connect to psychopy.org
Check internet settings (and proxy setting in PsychoPy Preferences.
391.6528 INFO Loaded monitor calibration from [‘2024_02_26 11:42’]
Generating PsychoPy script…
############ Running: E:\Psychopy_uzdevumi\Oddball_task_lastrun.py #############
399.1728 INFO Loaded monitor calibration from [‘2024_02_26 11:42’]
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. Contribute - pygame wiki
11.7005 WARNING User requested fullscreen with size [1024 768], but screen is actually [1280, 1024]. Using actual size
Traceback (most recent call last):
12.2113 WARNING Trying to use a framebuffer object but GL_EXT_framebuffer_object is not supported. Disabled
12.2114 WARNING Trying to use a framebuffer object but GL_ARB_texture_float is not supported. Disabling
File “E:\Psychopy_uzdevumi\Oddball_task_lastrun.py”, line 1051, in
win = setupWindow(expInfo=expInfo)
File “E:\Psychopy_uzdevumi\Oddball_task_lastrun.py”, line 160, in setupWindow
win = visual.Window(
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\visual\window.py”, line 616, in init
self._monitorFrameRate = self.getActualFrameRate()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\visual\window.py”, line 3342, in getActualFrameRate
self.showMessage(
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\visual\window.py”, line 3288, in showMessage
self._splashTextbox = TextBox2(
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\visual\textbox2\textbox2.py”, line 218, in init
self.shader = alphaShader = shaders.Shader(
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\visual\shaders.py”, line 42, in init
self.handle = GL.glCreateProgramObjectARB()
File “C:\Program Files\PsychoPy\lib\site-packages\pyglet\gl\lib_wgl.py”, line 107, in call
return self.func(*args, **kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\pyglet\gl\lib.py”, line 64, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
pyglet.gl.lib.MissingFunctionException: glCreateProgramObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
################# Experiment ended with exit code 1 [pid:6812] #################
415.5293 INFO Loaded monitor calibration from [‘2024_02_26 11:42’]