-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getActiveRuntimeCursor Null cursor when querying system content resolver #76
Comments
Hello, can you please give more context, I don't understand if you're asking for help with running an unity app on pico or if it's an issue with ALXR. If it is about ALXR it looks like you're using a very old build, please use the latest nightly builds (alxr-client-pico.apk not -v4 that is for PUI versions below 5.2). |
very thanks for response, i will test latest alvr later. the core problem is when i start a android native activity(native lib is alxr-client-pico) inner a unity app i got the error message. |
hi, i tested alvr server 18.2.3, alxr-client-pico.apk is build with commit SHA-1 32c206b, everything is ok when i change nothing. but i got very same error when i modify alvr\openxr-client\alxr-engine-sys\android\app\build.gradle with these changes: LOGCAT: |
Description
On Android , i got error msg "getActiveRuntimeCursor Null cursor when querying system content resolver", when i start an [android native activity] in [android app] that build with unity 2019. i debug this problem long time, and i really did not know why...
General Troubleshooting
Environement
unity 2019, Android Studio Electric Eel | 2022.1.1
Hardware
pico neo 3 pui 5.3.4
Installation
i used alvr old version , last commit sha-1 is d70c019:
** logcat output **
2023-02-10 18:59:16.957 4768-16902 openxr_loader com.DefaultCompany.PicoTest I getActiveRuntimeCursor: Querying URI: content://org.khronos.openxr.runtime_broker/openxr/1/abi/arm64-v8a/runtimes/active/0, arm64-v8a, major version 1
2023-02-10 18:59:16.958 4768-16902 openxr_loader com.DefaultCompany.PicoTest W getActiveRuntimeCursor Null cursor when querying installable content resolver.
2023-02-10 18:59:16.958 4768-16902 openxr_loader com.DefaultCompany.PicoTest I getActiveRuntimeCursor: Querying URI: content://org.khronos.openxr.system_runtime_broker/openxr/1/abi/arm64-v8a/runtimes/active/0, arm64-v8a, major version 1
2023-02-10 18:59:16.958 4768-16902 openxr_loader com.DefaultCompany.PicoTest W getActiveRuntimeCursor Null cursor when querying system content resolver.
2023-02-10 18:59:16.966 4768-16902 OpenXR-Loader com.DefaultCompany.PicoTest I Info [GENERAL | | OpenXR-Loader11] : RuntimeManifestFile::FindManifestFiles - using global runtime file /vendor/etc/openxr/1/active_runtime.json
2023-02-10 18:59:16.966 4768-16902 OpenXR-Loader com.DefaultCompany.PicoTest I Info [GENERAL | | OpenXR-Loader11] : RuntimeManifestFile::CreateIfValid - attempting to load /vendor/etc/openxr/1/active_runtime.json
2023-02-10 18:59:16.967 20622-22647 AppServiceManager os.teatracker W findActiveService active found
2023-02-10 18:59:16.968 4768-16902 OpenXR-Loader com.DefaultCompany.PicoTest E Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader11] : RuntimeInterface::LoadRuntime skipping manifest file skipping_manifest_file_shaoheyi0 /vendor/etc/openxr/1/active_runtime.json, failed to load with message "dlopen failed: library "libruntime.pxr.so" not found"
2023-02-10 18:59:16.968 4768-16901 RustStdoutStderr com.DefaultCompany.PicoTest I Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader11] : RuntimeInterface::LoadRuntime skipping manifest file skipping_manifest_file_shaoheyi0 /vendor/etc/openxr/1/active_runtime.json, failed to load with message "dlopen failed: library "libruntime.pxr.so" not found"
The text was updated successfully, but these errors were encountered: