-
Notifications
You must be signed in to change notification settings - Fork 53
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 fails to open #216
Comments
Confirmed on Arch Linux, COSMIC alpha 4 from extra-testing repository.
|
Exactly the same issue on Pop!_OS 22.04 after updating Cosmic Store yesterday. |
Same here. Pop!_OS_22.04 (X11): thread 'main' panicked at /build/cosmic-store-Stjxm2/cosmic-store-0.1.0 |
Yep. Same here: (base) cxxx@sxxx: Failure seems widely reported but no remedy offered. |
Same issue here:
|
Same error on
Panic originates in https://github.com/pop-os/libcosmic/blob/d84447aaad96c84f1e59291f14468ba63fb79797/src/widget/scrollable.rs based on what I see from clone & run below: I cloned d78e23e and run it and things work fine: $ cargo r -r
...
# the panicing dep:
Compiling iced_widget v0.14.0-dev (https://github.com/pop-os/libcosmic.git#d84447aa)
...
Running `target/release/cosmic-store`
[2024-12-09T20:50:50Z WARN wgpu_hal::gles::adapter] Detected skylake derivative running on mesa i915. Clears to srgb textures will use manual shader clears.
[2024-12-09T20:50:50Z WARN wgpu_hal::gles::egl] Re-initializing Gles context due to Wayland window
[2024-12-09T20:50:50Z WARN sctk_adwaita::buttons] Ignoring unknown button type: |
I'm unfortunately not able to reproduce this, but would anyone who is experiencing the issue be willing to attempt bisecting the issue? That could be helpful. |
Full Backtrace with Debugthread 'main' panicked at /home/dominic/.cargo/git/checkouts/libcosmic-b367e32ffc370f4f/de0c192/iced/widget/src/scrollable.rs:1241:53: ::run_with::h9f0ef54d970d414a |
Similar issue. Whenever I try to open cosmic-store it immediately closes.
|
Same issue here... [2024-12-12T08:54:58Z WARN wgpu_hal::gles::egl] Re-initializing Gles context due to Wayland window |
This might not be an issue specific to cosmic-store. The same call to |
same here! System Details:
log: most probable issue: |
After attempting to open Cosmic Store, it opens briefly for a frame, then immediately closes. Trying to launch from the terminal gives the following output:
I cannot reproduce this on other systems. I did a refresh install hoping that would clear up everything, but the issue remains.
The text was updated successfully, but these errors were encountered: