We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiler error on uname -a: 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux
Error during shader compilation: vert.glsl. Log: 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES
Error during shader compilation: frag.glsl. Log: 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES
error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader /home/uyunghu/src/boomer-master/src/boomer.nim(588) boomer /home/uyunghu/src/boomer-master/src/boomer.nim(351) main /home/uyunghu/src/boomer-master/src/boomer.nim(80) newShaderProgram /home/uyunghu/.nimble/pkgs/opengl-1.2.9/opengl/private/errors.nim(44) glUseProgram /home/uyunghu/.nimble/pkgs/opengl-1.2.9/opengl/private/errors.nim(99) checkGLerror Error: unhandled exception: OpenGL error: invalid operation [GLerror]
I dont know what to do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
compiler error on uname -a: 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux
uyunghu@debiX200:~/src/boomer-master$ ./boomer -w
Using config: (min_scale: 0.01, scroll_speed: 1.5, drag_friction: 6.0, scale_friction: 4.0)
Screen rate: 60
GLX version 1.4
GLX extension: GLX_ARB_context_flush_control GLX_ARB_create_context GLX_ARB_create_context_no_error GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_buffer_age GLX_EXT_create_context_es2_profile GLX_EXT_create_context_es_profile GLX_EXT_fbconfig_packed_float GLX_EXT_framebuffer_sRGB GLX_EXT_no_config_context GLX_EXT_swap_control GLX_EXT_swap_control_tear GLX_EXT_texture_from_pixmap GLX_EXT_visual_info GLX_EXT_visual_rating GLX_INTEL_swap_event GLX_MESA_copy_sub_buffer GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync
Visual 462 selected
Error during shader compilation: vert.glsl. Log:
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES
Error during shader compilation: frag.glsl. Log:
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES
error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader
/home/uyunghu/src/boomer-master/src/boomer.nim(588) boomer
/home/uyunghu/src/boomer-master/src/boomer.nim(351) main
/home/uyunghu/src/boomer-master/src/boomer.nim(80) newShaderProgram
/home/uyunghu/.nimble/pkgs/opengl-1.2.9/opengl/private/errors.nim(44) glUseProgram
/home/uyunghu/.nimble/pkgs/opengl-1.2.9/opengl/private/errors.nim(99) checkGLerror
Error: unhandled exception: OpenGL error: invalid operation [GLerror]
I dont know what to do?
The text was updated successfully, but these errors were encountered: