You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
When
shutdown()
is called, the program exits with code -1073741819 (0xC0000005) indicating an access violation.The text was updated successfully, but these errors were encountered: