Search Issue Tracker
Active
Votes
0
Found in [Package]
3.0.0
Issue ID
WRS-516
Regression
No
Player crashes on "/vendor/lib64/hw/vulkan.kona.so" when launching the Player in Pico G3 with WebRTC package included in the project
Reproduction steps:
1. Create a new project from the VR template
2. Add WebRTC package to the project (com.unity.webrtc)
3. Switch to the Android Platform in Build Profiles (File → Build Profiles → Select Android, press “Switch Profile”)
4. Build the Player
5. Sideload the build to the XR device
6. Launch the Player on the device
7. Observe the crash
Expected result: Player launches and loads successfully into the scene
Actual result: Player crashes when trying to load into the scene
Reproducible in: 3.0.0 (6000.0.58f2 (user reported))
Reproducible on: Windows 11
Not reproducible in: No other environments tested
Reproducible on devices:
- Pico G3, Android 10
Not reproducible on devices:
- Meta Quest 3
- Meta Quest 2
Note: Not tested properly by CQA, as we do not support Pico headsets
First few lines of the stack trace:
#00 pc 00000000000b8480 /vendor/lib64/hw/vulkan.kona.so (qglinternal::vkCreateInstance(VkInstanceCreateInfo const, VkAllocationCallbacks const, VkInstance_T*)+1128) (BuildId: f8caf8bf35d3f1bd8bcde8949f10d29e)
2025/09/26 14:56:33.098 754 754 Fatal DEBUG #01 pc 000000000001abb8 /system/lib64/libvulkan.so (vulkan::driver::CreateInstance(VkInstanceCreateInfo const, VkAllocationCallbacks const*, VkInstance_T*)+800) (BuildId: 22676fcba6e455c2a8f2fe06e97c3dfe)
2025/09/26 14:56:33.098 754 754 Fatal DEBUG #02 pc 0000000000012d3c /system/lib64/libvulkan.so (vulkan::api::CreateInstance(VkInstanceCreateInfo const, VkAllocationCallbacks const*, VkInstance_T**)+3368) (BuildId: 22676fcba6e455c2a8f2fe06e97c3dfe)
2025/09/26 14:56:33.098 754 754 Fatal DEBUG #03 pc 00000000001305ac /data/app/user.package.name-RqhpdBAo_trYs0P3OUS1Ug==/lib/arm64/libwebrtc.so
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment