Forum Discussion
dee
11 years agoHonored Guest
CreateDebug+Destroy+CreateDebug
Is this code legal?
ovrHmd_CreateDebug(ovrHmd_DK2,&oculusHMD);
ovrHmd_Destroy(oculusHMD);
ovrHmd_CreateDebug(ovrHmd_DK2,&oculusHMD);
Second ovrHmd_CreateDebug fails with this message in log:
"OVR Error:\n OVRTime: 262752.420501\n Time: 2015-06-22 20:24:06 [252:857:0]\n Code: -1006 -- ovrError_ServiceError\n Description: NetServer Hmd_CreateDebug: Debug HMD already active.\n Context: NetServer Hmd_CreateDebug: Debug HMD already active.\n File/Line: NetServer Hmd_CreateDebug: Debug HMD already active.:0\n\n"
Testing with SDK 0.6.0.0 beta, win7 x64
ovrHmd_CreateDebug(ovrHmd_DK2,&oculusHMD);
ovrHmd_Destroy(oculusHMD);
ovrHmd_CreateDebug(ovrHmd_DK2,&oculusHMD);
Second ovrHmd_CreateDebug fails with this message in log:
"OVR Error:\n OVRTime: 262752.420501\n Time: 2015-06-22 20:24:06 [252:857:0]\n Code: -1006 -- ovrError_ServiceError\n Description: NetServer Hmd_CreateDebug: Debug HMD already active.\n Context: NetServer Hmd_CreateDebug: Debug HMD already active.\n File/Line: NetServer Hmd_CreateDebug: Debug HMD already active.:0\n\n"
Testing with SDK 0.6.0.0 beta, win7 x64
2 Replies
- deeHonored GuestIt works as expected with ovrHmd_Create(), only ovrHmd_CreateDebug() is problem.
- cyberealityGrand ChampionI create a bug report. Sorry about that.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 12 years ago