Scilab works on my system - linux mint 21.2, but it gives a GLException, can I fix this?

Hello,

try this:

export _JAVA_OPTIONS='-Djogl.disable.opengles'

or, if the above does not work:

export LIBGL_ALWAYS_SOFTWARE=true scilab

S.