· 1.1.91, 1.1.92, 1.1.93, and 1.1.94 are all invisible
This is probably due to the limitation of your graphic card.
On a unix-based system(Linux,MacOS etc), you can get the capacity of your hardware
by typing following command on a terminal window.
glxinfo -l | grep GL_MAX | grep COMPONENTS_ARB
These are minimum specs:
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 16384B
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 16384B
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 16384B
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 16384B
    GL_MAX_UNIFORM_BLOCK_SIZE = 65536
    GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 65536
    GL_MAX_UNIFORM_BLOCK_SIZE = 65536

Thank you for reporting these bugs.