rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Unable to start rerun viewer on Ubuntu 22.04 with wayland

Open changh95 opened this issue 2 months ago • 6 comments

Describe the bug

Rerun viewer crashes on starting.

To Reproduce

  1. Clean install of Ubuntu 22.04. Hardware-wise, there's an Intel CPU and NVIDIA RTX 3080 GPU.
  2. Installed rerun-sdk via PyPI.
  3. Started rerun viewer with 'rerun' on bash terminal.

Expected behavior

Rerun viewer is supposed to open.

Screenshots

~ ❯❯❯ pip install rerun-sdk
Defaulting to user installation because normal site-packages is not writeable
Collecting rerun-sdk
  Using cached rerun_sdk-0.15.1-cp38-abi3-manylinux_2_31_x86_64.whl.metadata (5.2 kB)
Requirement already satisfied: attrs>=23.1.0 in ./.local/lib/python3.10/site-packages (from rerun-sdk) (23.2.0)
Requirement already satisfied: numpy<2,>=1.23 in ./.local/lib/python3.10/site-packages (from rerun-sdk) (1.26.4)
Requirement already satisfied: pillow in ./.local/lib/python3.10/site-packages (from rerun-sdk) (10.3.0)
Requirement already satisfied: pyarrow>=14.0.2 in ./.local/lib/python3.10/site-packages (from rerun-sdk) (16.0.0)
Requirement already satisfied: typing-extensions>=4.5 in ./.local/lib/python3.10/site-packages (from rerun-sdk) (4.11.0)
Using cached rerun_sdk-0.15.1-cp38-abi3-manylinux_2_31_x86_64.whl (27.2 MB)
Installing collected packages: rerun-sdk
Successfully installed rerun-sdk-0.15.1
~ ❯❯❯ rerun
[2024-05-02T12:09:24Z INFO  egui_wgpu] There were 3 available wgpu adapters: {backend: Vulkan, device_type: IntegratedGpu, name: "Intel(R) Graphics (RPL-S)", driver: "Intel open-source Mesa driver", driver_info: "Mesa 23.2.1-1ubuntu3.1~22.04.2", vendor: 0x8086, device: 0xA780}, {backend: Vulkan, device_type: Cpu, name: "llvmpipe (LLVM 15.0.7, 256 bits)", driver: "llvmpipe", driver_info: "Mesa 23.2.1-1ubuntu3.1~22.04.2 (LLVM 15.0.7)", vendor: 0x10005}, {backend: Vulkan, device_type: DiscreteGpu, name: "NVIDIA GeForce RTX 3080", driver: "NVIDIA", driver_info: "535.171.04", vendor: 0x10DE, device: 0x2206}

Rerun caught a signal: SIGSEGV
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting
Report bugs: https://github.com/rerun-io/rerun/issues

   1: re_crash_handler::install_signal_handler::signal_handler
   2: <unknown>
   3: _dl_close
             at dl-close.c:788:3
   4: __GI__dl_catch_exception
             at dl-error-skeleton.c:208:8
   5: __GI__dl_catch_error
             at dl-error-skeleton.c:227:19
   6: _dlerror_run
             at dlerror.c:138:17
   7: __dlclose
             at dlclose.c:31:10
   8: ProducerCleanup
   9: ProducerInit
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: wgpu_hal::vulkan::instance::<impl wgpu_hal::Surface<wgpu_hal::vulkan::Api> for wgpu_hal::vulkan::Surface>::configure
  16: wgpu_core::device::global::<impl wgpu_core::global::Global<G>>::surface_configure
  17: <wgpu::backend::wgpu_core::ContextWgpuCore as wgpu::context::Context>::surface_configure


Rerun caught a signal: SIGSEGV
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting
Report bugs: https://github.com/rerun-io/rerun/issues

[1]    185204 segmentation fault (core dumped)  rerun

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Intel CPU, NVIDIA RTX 3080 (Driver 535.171.04)

Rerun version 0.15.1

Additional context

changh95 avatar May 02 '24 12:05 changh95