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

Crash (inside glium) when trying to start in a remote desktop session #12

Open
reduf opened this issue Jan 23, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@reduf
Copy link
Owner

reduf commented Jan 23, 2023

This is likely due to the known problem of OpenGL not being initializable in a remote desktop session, but it would be best to have an appropriate error. Note that the crash happen within this call.

search/src/support.rs

Lines 45 to 46 in f518e34

let display =
Display::new(builder, context, &event_loop).expect("Failed to initialize display");

Ideally, we would use DirectX, but I have no idea how easy it will be to do in a Rust application.

@reduf reduf added the bug Something isn't working label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant