weigert / splash

Unix Data Splashing Tool
MIT License
172 stars 4 forks source link

"GLSL 1.30 is not supported" at runtime? #18

Open notevenaperson opened 4 years ago

notevenaperson commented 4 years ago

Hi, I'm getting this error log at runtime:

Linker Error: 0:3(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

It hangs up for a moment, prints this two times then quits, if that helps with debugging.

Splash was compiled successfully without any errors, after I fulfilled the compilation dependencies.

I'm on a Thinkpad x201 running Arch Linux too (btw) and glslang v. 8.13.3743-1 is installed, if that helps too.