cancel
Showing results for 
Search instead for 
Did you mean: 

ovr->Destroyed when calling to vrapi_GetInputTrackingState

Anonymous
Not applicable

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Anonymous
Not applicable

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

View solution in original post

1 REPLY 1

Anonymous
Not applicable

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