cosmic-store
cosmic-store copied to clipboard
Cosmic Store crash on launch
Hello and good day.
As per title, it did not give any warning whatsoever.
How do I inspect any logs or something? FYI, I removed pop shop before installing cosmic store.
Solved the issue by switching to Wayland
Impacted by same, did not try switching to Wayland. If needed/matters:
$ cosmic-store
[2024-05-12T03:55:36Z ERROR i18n_embed::fluent] Error while adding resource to bundle: Overriding { kind: Message, id: "utilities" }.
[2024-05-12T03:55:36Z ERROR i18n_embed::fluent] Error while adding resource to bundle: Overriding { kind: Message, id: "utilities" }.
[2024-05-12T03:55:36Z WARN wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform
[2024-05-12T03:55:36Z WARN wgpu_hal::gles::egl] No config found!
[2024-05-12T03:55:36Z WARN wgpu_hal::gles::egl] No config found!
[2024-05-12T03:55:36Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-05-12T03:55:36Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-05-12T03:55:36Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
thread 'main' panicked at /build/cosmic-store-FpsAEw/cosmic-store-0.1.0~1714166022~22.04~225ebca/vendor/winit/src/platform_impl/linux/x11/window.rs:1208:18:
Failed to call XMapRaised: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4 }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'main' panicked at /build/cosmic-store-FpsAEw/cosmic-store-0.1.0~1714166022~22.04~225ebca/vendor/winit/src/platform_impl/linux/x11/window.rs:601:34:
called Result::unwrap() on an Err value: PoisonError { .. }
stack backtrace:
0: 0x55c43081715b -
Issue appears resolved now.
I just installed Pop_OS 22.04 a few days ago and came across this problem. Under Wayland, Cosmic-Store opens no problem; but under x11, it absolutely refused to. In my search for a soloution, I came across a Reddit post by a user with the exact same problem. I will include their error log (convenient since I still have that page open), but it is near identical to mine.
I didn't run the back trace, but one of the comments had the exact solution I needed. By running the command 'env WGPU_ADAPTER_NAME=3070 cosmic-store', it loaded up under X11 no problem.
Error log from Reddit:
[2024-06-21T14:50:18Z WARN wgpu_hal::gles::egl] No windowing system present. Using surfaceless platform
[2024-06-21T14:50:18Z WARN wgpu_hal::gles::egl] No config found!
[2024-06-21T14:50:18Z WARN wgpu_hal::gles::egl] No config found!
[2024-06-21T14:50:18Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-06-21T14:50:18Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-06-21T14:50:18Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-06-21T14:50:18Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-06-21T14:50:18Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-06-21T14:50:18Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "BadMatch (invalid parameter attributes)",
error_code: 8,
request_code: 149,
minor_code: 4,
}
[2024-06-21T14:50:18Z ERROR winit::platform_impl::platform] X11 error: XError {
description: "136",
error_code: 136,
request_code: 148,
minor_code: 1,
}
[2024-06-21T14:50:19Z ERROR iced_winit::multi_window] Error Timeout when presenting surface.
[2024-06-21T14:50:20Z ERROR iced_winit::multi_window] Error Timeout when presenting surface.
[2024-06-21T14:50:21Z ERROR iced_winit::multi_window] Error Timeout when presenting surface.
[2024-06-21T14:50:22Z ERROR iced_winit::multi_window] Error Timeout when presenting surface.
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
[2024-06-21T14:50:22Z WARN iced_futures::subscription::tracker] Error sending event to subscription: TrySendError { kind: Full }
thread 'main' panicked at /build/cosmic-store-dR5whJ/cosmic-store-0.1.0~1718281780~22.04~ba3452a/vendor/winit/src/platform_impl/linux/x11/event_processor.rs:1042:30:
Failed to unfocus input context: XError { description: "136", error_code: 136, request_code: 148, minor_code: 1 }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
env WGPU_ADAPTER_NAME=3070 cosmic-store
Is there a automated way to launch cosmic-store with this command?