[solved] Opensesame does not work at all anymore (openExp error)
Hi,
since yesterday opensesame (portable) does not run any experiments anymore, promting "openExp error" without any error description.
The debug window shows
openexp._canvas.legacy.init_display(): enabling hardware surface
openexp._canvas.legacy.init_display(): enabling double buffering
openexp._canvas.legacy.init_display(): video mode ok
openexp.sampler._legacy.init_sound(): sampling freq = 48000, buffer size = 512
what is the most likely cause for this?
Best,
ps
Comments
That is difficult to say. Perhaps you could start OpenSesame in
debugmode. You can do this by editing therun_opensesame.batfile and adding--debugas a parameter to OpenSesame. If you then start the experiment, you should see more diagnostic output in the debug window.Cheers!
Check out SigmundAI.eu for our OpenSesame AI assistant!
Okay, the problem was the lack of an output-device for sound,
a common python bug on windows machines...
Thanks alot.