Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
fanwsfzq's avatar
fanwsfzq
Honored Guest
10 years ago

crash in "ovrHmd_GetEyePosesPtr"!!!!! annoying

run the OculusRoomTiny SDK,the application crash in ovrHmd_GetEyePosesPtr:
:cry: :cry: :cry:


OVR_PUBLIC_FUNCTION(void) ovrHmd_EndFrame(ovrHmd hmd, const ovrPosef renderPose[2], const ovrTexture eyeTexture[2])
{
if (!ovrHmd_EndFramePtr)
return;
ovrHmd_EndFramePtr(hmd, renderPose, eyeTexture);
}


the function is in the OVR_CAPIShim.c ,about 1175th line....

my compter attribute is:

OS:windows 7,32bit
GPU:NVDIA 9600GSO
IDE:VS2012


who can help me~~~~thanks~~

2 Replies

  • Matlock's avatar
    Matlock
    Honored Guest
    Did you install the oculus runtime?
    Does the Tuscany demo work?
  • I don't know about that error, but that video card you have is nowhere near capable. First off, it's a DirectX 10 card, while most Rift demos are using DirectX 11. Second, the power is barely there to run anything more than like a spinning cube in VR. I would look to get a modern graphics card first.