You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run hello_xr on my android phone, The build was successful but when i run the app i get the following errors. I have included the android loader in build.gradle file. I am using monado as runtime
dependencies {
implementation 'org.khronos.openxr:openxr_loader_for_android:1.1.43'
}
libc++abi org...onos.openxr.hello_xr.opengles E terminating with uncaught exception of type jni::InitializationException: JNI not initialized
libc org...onos.openxr.hello_xr.opengles A Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 17791 (Thread-3), pid 17750 (llo_xr.opengles)
i am also getting an error in logcat OpenGLRenderer org...onos.openxr.hello_xr.opengles Device claims wide gamut support, cannot find matching config, error = EGL_SUCCESS
Any help is appreciated
The text was updated successfully, but these errors were encountered:
@rpavlik I tried with the pre-built binaries, too, and they give the same error. @chaask, I used Monado XR runtime and the broker application. I can see the Monado XR being initialized in the log.
What I want to know is if the openGL instance is being created or not.
I'm trying to run hello_xr on my android phone, The build was successful but when i run the app i get the following errors. I have included the android loader in build.gradle file. I am using monado as runtime
dependencies {
implementation 'org.khronos.openxr:openxr_loader_for_android:1.1.43'
}
i am also getting an error in logcat
OpenGLRenderer org...onos.openxr.hello_xr.opengles Device claims wide gamut support, cannot find matching config, error = EGL_SUCCESS
Any help is appreciated
The text was updated successfully, but these errors were encountered: