chettoy / apexsky

https://apex.chettoy.com
GNU General Public License v3.0
123 stars 73 forks source link

Problem with overlay! #137

Open wazi2320335 opened 1 month ago

wazi2320335 commented 1 month ago

'/home/a/apexkvm/apexsky_overlay' Hello, world! WARNING: radv is not a conformant Vulkan implementation, testing use only. 2024-07-28T14:16:25.549895Z DEBUG apexsky_overlay::overlay::asset: Loading Blob... at apexsky_overlay/src/overlay/asset.rs:89

thread 'Compute Task Pool (6)' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.20.1/src/backend/wgpu_core.rs:751:18: Error in Surface::configure: Validation Error

Caused by: Requested alpha mode PreMultiplied is not in the list of supported alpha modes: [Opaque]

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Encountered a panic in system bevy_render::view::window::create_surfaces! when I run apexsky_overlay show this. the gpu on ubuntu is HD7750

pplegends commented 3 weeks ago

I have the same problem as you. Has your problem been resolved?

pplegends commented 3 weeks ago

In case your problem isn’t fixed, you can easily resolve it by switching to Wayland. In my case, I’m using KDE.

jincheng9474 commented 2 weeks ago

I naturally got errors when I switched to Wayland: Hello, world! libEGL warning: egl: failed to create dri2 screen 2024-08-26T08:25:19.473334Z DEBUG apexsky_overlay::overlay::asset: Loading Blob... at apexsky_overlay/src/overlay/asset.rs:89

libEGL warning: egl: failed to create dri2 screen thread 'Compute Task Pool (14)' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.20.1/src/backend/wgpu_core.rs:751:18: Error in Surface::configure: Validation Error

Caused by: Requested alpha mode PreMultiplied is not in the list of supported alpha modes: [Inherit]

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Encountered a panic in system bevy_render::view::window::create_surfaces!

In case your problem isn’t fixed, you can easily resolve it by switching to Wayland. In my case, I’m using KDE.如果您的问题没有解决,您可以通过切换到 Wayland 轻松解决它。就我而言,我正在使用 KDE。

pplegends commented 2 weeks ago

I naturally got errors when I switched to Wayland: Hello, world! libEGL warning: egl: failed to create dri2 screen 2024-08-26T08:25:19.473334Z DEBUG apexsky_overlay::overlay::asset: Loading Blob... at apexsky_overlay/src/overlay/asset.rs:89

libEGL warning: egl: failed to create dri2 screen thread 'Compute Task Pool (14)' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.20.1/src/backend/wgpu_core.rs:751:18: Error in Surface::configure: Validation Error

Caused by: Requested alpha mode PreMultiplied is not in the list of supported alpha modes: [Inherit]

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Encountered a panic in system bevy_render::view::window::create_surfaces!

In case your problem isn’t fixed, you can easily resolve it by switching to Wayland. In my case, I’m using KDE.如果您的问题没有解决,您可以通过切换到 Wayland 轻松解决它。就我而言,我正在使用 KDE。

Are you using gnome? I don’t know why, but I also got this error when I used gnome before. I switched to kde, and it worked as it was supposed to.