I've been trying to download and use SLiMgui on a laptop with Windows 10 Enterprise N. Following the instructions on the manual, I've been able to download it with msys2, but once I open SLiMgui.exe, I get the error message pasted down below from msys64, with SLiMgui opening but the window remaining all black.
15:08:09 : QOpenGLShader::compile(Fragment): ERROR: 4:1: 'textureSampler' : syntax error syntax error
15:08:09 : *** Problematic Fragment shader source code ***
#version 110
#ifdef GL_KHR_blend_equation_advanced
#extension GL_ARB_fragment_coord_conventions : enable
#extension GL_KHR_blend_equation_advanced : enable
#endif
#define lowp
#define mediump
#define highp
#line 1
varying highp vec2 uv;uniform sampler2DRect textureSampler;uniform bool swizzle;uniform highp float opacity;void main() { highp vec4 tmpFragColor = texture2DRect(textureSampler,uv); tmpFragColor.a *= opacity; gl_FragColor = swizzle ? tmpFragColor.bgra : tmpFragColor;}
***
15:08:09 : Could not link shader program:
"ERROR: 4:1: 'textureSampler' : syntax error syntax error\n\n"