I am getting a "RuntimeException" when I try loading a universe with client version v0.199.535.
Client crashes at "... loaded 30%". There were no issues with client v0.199.472.
[2017-04-26 11:51:48] [SHADER] ERROR COMPILING VERTEX SHADER data//shader/cube/quads13/cube-3rd.vsh STATUS: 0
[2017-04-26 11:51:48] LOG: 0:4(12): warning: extension `GL_EXT_gpu_shader4' unsupported in vertex shader
0:193(23): error: bit-wise operations are forbidden in GLSL 1.20 (GLSL 1.30 or GLSL ES 3.00 required)
0:193(23): error: type mismatch
0:193(17): error: cannot construct `float' from a non-numeric data type
0:195(21): error: bit-wise operations are forbidden in GLSL 1.20 (GLSL 1.30 or GLSL ES 3.00 required)
0:195(21): error: bit-wise operations are forbidden in GLSL 1.20 (GLSL 1.30 or GLSL ES 3.00 required)
[...]
I strongly suspect that it is specific only to my outdated hardware, unless the GPU driver is simply outdated.