Closed
Description
Describe the bug
On WSL switching from rerun v0.18.0 to v0.21.0 causes the following error to appear when the visualizer is launched:
[2024-12-30T13:09:13Z ERROR wgpu_core::device::resource] indirect-validation error: ComputePipeline(Internal("The selected version doesn't support Features(COMPUTE_SHADER | DYNAMIC_ARRAY_SIZE)"))
[2024-12-30T13:09:13Z ERROR eframe::native::run] Exiting because of error: WGPU error: Parent device is lost
Error: WGPU error: Parent device is lost
Launching rerun with WGPU_BACKEND=vulkan rerun
works but the performance is poor
To Reproduce
Steps to reproduce the behavior:
- pip install rerun-sdk==0.21.0
- rerun
Expected behavior
The visualizer starts without any errors
Desktop (please complete the following information):
Ubuntu 22.04.4 (WSL) on Windows 11
Rerun version
0.21.0
Additional Context
The error does not appear in rerun 0.18.0