rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.22k stars 287 forks source link

WSL: Lines are not being rendered #6749

Closed jprochazk closed 2 months ago

jprochazk commented 2 months ago

On WSL2 using --renderer opengl, the native viewer from latest main (https://github.com/rerun-io/rerun/commit/67a1705d1d7b2ef677f7e10ea054d6b906c5ac0a) does not render any lines. Software rasterization through --renderer vulkan (llvmpipe) works fine.

Tested with 0.16.1 and latest main. The issue only appears on latest main.

Running the rgbd example:

0.16.1

image (6)

0.17

image

Wumpf commented 2 months ago

Issue repros for me as well in this configuration image As reported, the software rasterizer works slowly but correctly image

Wumpf commented 2 months ago

We confirmed that the problem goes away when either:

closing issue after this went into the troubleshooting guide