-
-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Content
I'm on Linux Mint 22.3 and I'm also having this issue. Only versions from 1.4.1 down open up. The other versions (from 2.0.0) just show the similar errors that was listed in OP and the program fails to open.
I also have installed gir1.2-ayatanaappindicator3-0.1
What could be wrong and how could I fix it please?
`$ ./Downloads/Programs/Impactor-linux-x86_64v2.0.3.appimage
Gtk-Message: 13:41:46.664: Failed to load module "xapp-gtk3-module"
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
xkbcommon: ERROR: couldn't find a Compose file for locale "en_NG" (mapped to "en_NG")
[2026-01-28T12:41:47Z ERROR wgpu::backend::wgpu_core] Handling wgpu errors as fatal by default
thread 'main' (33657) panicked at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-27.0.1/src/backend/wgpu_core.rs:1058:30:
wgpu error: Validation Error
Caused by:
In Device::create_shader_module, label = 'iced_wgpu.quad.solid.shader'
Shader validation error: Function [1] 'unpack_u32' is invalid
┌─ iced_wgpu.quad.solid.shader:9:1
│
9 │ ╭ fn unpack_u32(data: vec2) -> vec4 {
10 │ │ let rg: vec2 = unpack2x16float(data.x);
│ │ ^^^^^^^^^^^^^^^ naga::ir::Expression [2]
11 │ │ let ba: vec2 = unpack2x16float(data.y);
12 │ │
13 │ │ return vec4(rg.y, rg.x, ba.y, ba.x);
│ ╰─────────────────────────────────────────────^ naga::ir::Function [1]
│
= Expression [2] is invalid
= Shader requires capability Capabilities(SHADER_FLOAT16_IN_FLOAT32)
Expression [2] is invalid
Shader requires capability Capabilities(SHADER_FLOAT16_IN_FLOAT32)
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Aborted (core dumped)
`