Skip to content
New issue

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

"Couldn't find any available vsync extension" even if I set vsync to false #1386

Closed
ProgrammingLife opened this issue Jan 6, 2022 · 1 comment

Comments

@ProgrammingLife
Copy link

When I run simple example with vsync set to false I get:

libEGL warning: DRI2: failed to authenticate
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CreationErrors([NoAvailablePixelFormat, OsError("Couldn't find any available vsync extension")])', src/main.rs:8:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Is this possible to run app without checking for vsync extension? My system doesn't have one and I'm going to work with my app in headless mode.

@kchibisov
Copy link
Member

kchibisov commented Sep 3, 2022

Fixed in #1435.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants