Skip to content
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

Lag and errors when panning/zooming in 3D View #7989

Closed
andrearosasco opened this issue Nov 4, 2024 · 1 comment
Closed

Lag and errors when panning/zooming in 3D View #7989

andrearosasco opened this issue Nov 4, 2024 · 1 comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself

Comments

@andrearosasco
Copy link

andrearosasco commented Nov 4, 2024

Describe the bug
When I try to pan or zoom a 3D view I get the following errors:

⚠️ unknown error cause
cause=InvalidFormatUsage(TextureUsage(RENDER_ATTACHMENT), Rgba32Float, true)
❗Wgpu validation error 630: Validation Error

Cause by:
  In Device::create_texture
    Texture usage Texture Usages(RENDER_ATTACHMENT) are not allowed on a texture of type Rgba32Float due to downlevel restrictions

and the viewer lags for a bit.

I'm logging and updating the urdf with this script:
https://github.com/rerun-io/python-example-droid-dataset/blob/master/src/rerun_loader_urdf.py

Additional error logs:

    Caused by:
      In Device::create_texture
        Texture usages TextureUsages(RENDER_ATTACHMENT) are not allowed on a texture of type Rgba32Float due to downlevel restrictions
    
[2024-11-04T14:04:24Z ERROR wgpu_core::device::global] Device::create_texture error: Texture usages TextureUsages(RENDER_ATTACHMENT) are not allowed on a texture of type Rgba32Float due to downlevel restrictions
[2024-11-04T14:04:24Z ERROR wgpu_core::device::global] Texture::create_view(Id(60,103,gl)) error: TextureId Id(60,103,gl) is invalid
[2024-11-04T14:04:24Z WARN  re_renderer::error_handling::wgpu_core_error] unknown error cause cause=InvalidFormatUsages(TextureUsages(RENDER_ATTACHMENT), Rgba32Float, true)
[2024-11-04T14:04:24Z ERROR re_renderer::error_handling::error_tracker] Wgpu validation error 1141: Validation Error

Expected behavior
No error, smooth panning and zooming

Desktop (please complete the following information):

  • Ubuntu 22.04 on WSL

Rerun version
0.19.0

@andrearosasco andrearosasco added 👀 needs triage This issue needs to be triaged by the Rerun team 🪳 bug Something isn't working labels Nov 4, 2024
@andrearosasco
Copy link
Author

Nevermind, switching to 0.18.0 solved it. Leaving the issue here for reference.

@teh-cmc teh-cmc added 📺 re_viewer affects re_viewer itself and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Nov 5, 2024
@teh-cmc teh-cmc closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself
Projects
None yet
Development

No branches or pull requests

2 participants