Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
Not applicable
6 years ago

[bug] Initialization & deinitialization of SDK two or more times leads to crash on app shutdown

Repro steps: go to OculusRoomTiny (GL) sample and locate main.cpp modify WinMain (just add the loop): int WINAPI WinMain(HINSTANCE hinst, HINSTANCE, LPSTR, int) {     int c = 0;      do ...