You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the downloaded executable program, I get this error:
kalast<0.4.3> (built on 2024-01-18T00:16:18Z with rustc<1.75.0>)
Config initialized at /home/<user>/Downloads/kalast-v0.4.3-ubuntu
thread 'main' panicked at src/win/window.rs:114:36:
called `Result::unwrap()` on an `Err` value: SdlError("Couldn't find matching GLX visual")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
When running the example from source code, I get a similar error message.
The text was updated successfully, but these errors were encountered:
I just tested on Ubuntu and here are the screenshot of the program running with glxinfo command to check version of OpenGL. Do you have the same on your side?
When running the downloaded executable program, I get this error:
When running the example from source code, I get a similar error message.
The text was updated successfully, but these errors were encountered: