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

Access violation when calling psychxr.drivers.libovr.shutdown() (PsychXR 0.2.4) #9

Open
mdcutone opened this issue Jul 21, 2021 · 1 comment

Comments

@mdcutone
Copy link
Owner

When shutdown() is called, the program exits with code -1073741819 (0xC0000005) indicating an access violation.

@mdcutone
Copy link
Owner Author

mdcutone commented Jul 21, 2021

Problem does not happen in the minimal libovr example. It seems that calling shutdown() after creating a swapchain (i.e. doing OpenGL stuff), results in the issue. Could be that LibOVR is trying to free something that it doesn't own or no longer exits at the time it's called.

Anybody else have additional insights or a solution?

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

No branches or pull requests

1 participant