[open] Error message
Hi all!
When a try to run my program, the following appears:
An unexpected error occurred, which was not caught by OpenSesame. This should not happen! Message:
width greater than ellipse radius
What does this error message mean?

Comments
Hi Elza,
My guess is that either the width or the height of the ellipse is 0 or negative. Could that be it? For example, this line of code will trigger this error:
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Sorry, I'm very new to OpenSesame and just trying out some of the tutorials before creating my own experiment. I'm currently working on the 'cats, dogs and capybaras' tutorial. I've followed the instructions to set up the experiment but after the instruction screen I get the error message above. Could you please explain what this means and how I can fix this?
Thanks!
You will get that error message if you draw an ellipse with a height that is zero or negative. In an
inline_script, you will get the error with a line like this (the arguments are:x,y,width,height) ...... and in an OpenSesame script like this ...
The solution would be to change the 0 height to a positive value, for example:
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!