Forum Discussion
Mecrof
10 years agoExplorer
[RESOLVED] OVR_ASSERT fail in ovrHmd_ConfigureRendering()
Hi everyone I got a problem with the Oculus during my project development. Before, my program ran well on the Oculus. But since I don't know what, it does not work anymore. I got an assertion fail (o...
Mecrof
10 years agoExplorer
Thanks a lot jherico !
That was the problem. I thought the two last parameters of ovrHmd_ConfigureRendering were output parameters.
So I put this code before:
and it works as before. Thank you :-)
Well, now, the problem is why I can't remember when I changed my code. But it's the universal problem of the thing between the keyboard and the chair :mrgreen:
That was the problem. I thought the two last parameters of ovrHmd_ConfigureRendering were output parameters.
So I put this code before:
osettings_.eyeFov[0] = hmd->DefaultEyeFov[0];
osettings_.eyeFov[1] = hmd->DefaultEyeFov[1];
ovrHmd_ConfigureRendering(hmd, &osettings_.cfg.Config, ovrDistortionCap_Chromatic | ovrDistortionCap_TimeWarp | ovrDistortionCap_Overdrive, osettings_.eyeFov, osettings_.eyeRenderDesc);
and it works as before. Thank you :-)
Well, now, the problem is why I can't remember when I changed my code. But it's the universal problem of the thing between the keyboard and the chair :mrgreen:
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device