-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cosmic Store crash on launch #71
Comments
Solved the issue by switching to Wayland |
Impacted by same, did not try switching to Wayland. If needed/matters: $ cosmic-store |
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 Failed to unfocus input context: XError { description: "136", error_code: 136, request_code: 148, minor_code: 1 } note: run with |
Is there a automated way to launch cosmic-store with this command? |
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.
The text was updated successfully, but these errors were encountered: