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

windows: psy-gl-canvas crash on eglQueryDevicesEXT #119

Open
maartenuni opened this issue May 8, 2024 · 0 comments
Open

windows: psy-gl-canvas crash on eglQueryDevicesEXT #119

maartenuni opened this issue May 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@maartenuni
Copy link
Contributor

When creating a PsyGlCanvas, psylib will try to query gl device using eglQueryDevicesEXT.

This crashes in the function list_egl_devices: on the function eglQueryDevicesEXT. This is an egl extension, so the first step is perhaps to see whether the extension is supported using epoxy_has_egl_extension

@maartenuni maartenuni added the bug Something isn't working label May 8, 2024
@maartenuni maartenuni added this to the Build on windows milestone May 8, 2024
@maartenuni maartenuni self-assigned this May 8, 2024
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