psychxr
psychxr copied to clipboard
Access violation when calling `psychxr.drivers.libovr.shutdown()` (PsychXR 0.2.4)
When shutdown()
is called, the program exits with code -1073741819 (0xC0000005) indicating an access violation.
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?