[solved] No available video device
Hey all,
I tried to run my experiment on a university computer, but I get the error 'No available video device'.
Anyone has a clue what it means, and how it can be solved?
Cheers!
Hey all,
I tried to run my experiment on a university computer, but I get the error 'No available video device'.
Anyone has a clue what it means, and how it can be solved?
Cheers!
Comments
Could it be that the display resolution of the monitor you're trying to use is lower than the resolution you have set in OpenSesame?
If not, type the following in the Debug Window and report your resolution, as well as the outcome of the final line:
Nope, I already checked the resolution.
When I run your code in an inline script, the debug window shows:
When you try to run it via an inline_script, OpenSesame will first try to initialize a display. Hence the persistence of the error. That's why I asked if you could run it in the Debug Window
Ah, how do you run stuff in the debug window? I just wrote it down there, but it didn't do anything when I entered, and I couldn't find a 'run' button anywhere...
Go to the Debug Window, then type it in line by line, pressing Enter at the end of each line. If you copy it directly and enter it all in one go, weird stuff happens. It should look like this:
Although I suspect that the final line (showing the available modes) might be an empty list in your case.
Ok, so this is what I got:
It seems PyGame's display module is not properly initialized. What version of OpenSesame are you using?
A quick fix would probably be to switch to the psycho backend, which uses PsychoPy. This should avoid the PyGame issue. Otherwise, if you're running from source, re-installing PyGame would probably be the best way to go.
I'm using the latest opensesame version. I'll try reinstall Psychopy
Ok, so I tried running it with PsychoPy, and got the following error:
glActiveTexture is not exported by the available OpenGL driver. VERSION_1_3 is required for this functionality.
Hi Wouter,
There's probably a problem with the video drivers on these computers. I'm not sure whether you can do anything about it, except for updating the drivers (which you probably can't do yourself on the university computers) or ask help from the system administrators.
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
I had just had them replace my entire computer. Problem Solved. Thanks!