AlexChaplinBraz / Ablavema

A Blender launcher and version manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash before GUI on Manjaro

neurodiverseEsoteric opened this issue · comments

Error connecting to 'https://ftp.nluug.nl/pub/graphics/blender/release/'.
The error was: error sending request for url (https://ftp.nluug.nl/pub/graphics/blender/release/): error trying to connect: operation timed out
Not the time to check for updates yet.
thread 'main' panicked at 'Error in Surface::configure: parent device is lost', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.12.0/src/backend/direct.rs:214:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: queue 0x7f19dc000ca0 destroyed while proxies still attached:
  zwp_primary_selection_device_v1@35 still attached
  zwp_primary_selection_device_manager_v1@31 still attached
  wl_data_device@34 still attached
  wl_data_device_manager@33 still attached
  wl_seat@32 still attached
  wl_registry@30 still attached
warning: queue 0x564da6f11910 destroyed while proxies still attached:
  xdg_wm_base@23 still attached
  wl_surface@22 still attached
  zwp_text_input_manager_v3@16 still attached
  wl_output@15 still attached
  wl_output@14 still attached
  wl_output@13 still attached
  wl_output@12 still attached
  xdg_activation_v1@11 still attached
  wl_subcompositor@10 still attached
  zwp_relative_pointer_manager_v1@9 still attached
  zwp_pointer_constraints_v1@8 still attached
  wl_seat@7 still attached
  wl_shm@6 still attached
  zxdg_decoration_manager_v1@5 still attached
  wl_compositor@4 still attached
  wl_registry@2 still attached

Oof. Sorry for not responding faster. I somehow missed the email from this issue. Must've swiped the notification away on my phone accidentally. I haven't been doing much on my computer lately, so today was the first time I opened up Thunderbird in a while.

I've been looking into it and I lack information. GPU? OS? Are you using Wayland? I was reading some issues on that error and it seems to be related to that, but it appears to not be fixed yet. I'll try some things for the next release, but it doesn't seem to be something I can do anything about. I was thinking of switching the renderer to glow, which tends to just work, but it seems to have been removed in iced's master branch, so I reckon it'll be removed in the next release.

Of course I remember to read the title again only two seconds after posting the comment...

So I'm gonna assume you're using Wayland, which has been the default on Manjaro for a while. Try switching to X11 and running Ablavema again. There should be an option somewhere on the login screen. Let's see if we can at least confirm that the issue lies there. Though I don't think I can do much about it anyway...

It does work on X11, yes