[solved] version 2.9.2
Hey,
An exp i built using version 2.8.0 is not working properly (the inline script) on the new version. Is there any solution for the problem?
Thanks,
Rotem
Hey,
An exp i built using version 2.8.0 is not working properly (the inline script) on the new version. Is there any solution for the problem?
Thanks,
Rotem
Comments
Hi,
We can only provide good support, if you provide enough information on the issues you have. Based on your question, I can only recommend using the old version of Opensesame and not the new one. However, this is of course not optimal. Therefore, I'd like you to post your error message and maybe the code that you run that leads to the error here in the forum. Otherwise, we have no way of knowing what went wrong.
Thanks,
Eduard
Hey, i don't have an error message, just that my inline script doesn't run on the new version and i only see a black screen. This is my inline script:
Hi,
I had to disable the variables that you define in your
sequence, because I can't see which format they have, but after doing that, the experiment was working with the new version.If you don't get an error message, you can try printing out as much stuff as possible, to see whether everything looks like it should.
Good luck,
Eduard
Hey Eduard,
Not sure i understand what you mean by printing out as much stuff as possible.
I tried again with no success. I think there in no error but that the moving dots in my exp become highly apart from one another in a way it's not possible to detect them on the screen. Maybe it has something to do with the computer screen definitions and the new version.
Attached is my exp: http://pastebin.com/KLkJE7DF
Thanks,
Rotem
By printing out stuff I mean, you can use the
printcommand to display variables and useful information in yourdebug window.E.g.
I tried your experiment and it works for me. So it is most likely no bug of Opensesame. What you can try is checking, the foreground/background colors, the backend you use, and other similar settings.
Eduard
O.k thanks!