Closed birdspider closed 10 years ago
For the interested:
While the build works when one disables the
jvmArgs '-XX:+UnlockCommercialFeatures', '-XX:+FlightRecorder'
options in build.gradle, running works except for the graphics (window and fps info is there, window content is black or artifacted)
Errormsg: Shader status invalid: 0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES,
which is pretty clear. But maybe you can make GLSL optional or falling back.
Archlinux 64bit java version "1.7.0_40" OpenJDK Runtime Environment (IcedTea 2.4.2) (ArchLinux build 7.u40_2.4.2-1-x86_64) OpenJDK 64-Bit Server VM (build 24.0-b56, mixed mode) Intel Sandybridge with IGP
Commented out the problematic jvmArgs line. Thank you for pointing it out.
As for GLSL support: we'll look into that.
For the interested:
While the build works when one disables the
options in build.gradle, running works except for the graphics (window and fps info is there, window content is black or artifacted)
Errormsg: Shader status invalid: 0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES,
which is pretty clear. But maybe you can make GLSL optional or falling back.