Forum Discussion

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

ovr->Destroyed when calling to vrapi_GetInputTrackingState

Hello.

 

I'm creating a Mobile SDK application, and I'm experimenting a trouble when handling input:

 

When I run my application from the dashboard vrapi_GetInputTrackingState returns ovrError_NotInitialized and Logcat shows:

2021-04-14 19:25:18.131 12351-12457/com.oculus.sdk.vrcubeworldna W/VrApi_Input: vrapi_GetInputTrackingState: ovr->Destroyed

 

If I start the application debugging everything runs correctly.

What mean ovr->Destroyed?

 

Thanks in advance.

  • Anonymous's avatar
    Anonymous
    4 years ago

    Solved: I was caching ovr and it was changed by the framework.

1 Reply

  • Anonymous's avatar
    Anonymous

    Solved: I was caching ovr and it was changed by the framework.