flathub / com.outerwildsmods.owmods_gui

https://flathub.org/apps/details/com.outerwildsmods.owmods_gui
2 stars 0 forks source link

Latest update crashes on start #45

Closed DomiStyle closed 8 months ago

DomiStyle commented 8 months ago

The latest 0.12.0 update crashes on start for me:

RUST_BACKTRACE=full flatpak run com.outerwildsmods.owmods_gui
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-runtime-wry-0.14.3/src/lib.rs:2021:55:
called `Result::unwrap()` on an `Err` value: Unknown { .. } - "Unknown error while interacting with the clipboard: Display parsing error"
stack backtrace:
   0:     0x555dcd7926af - <unknown>
   1:     0x555dcd5b2950 - <unknown>
   2:     0x555dcd760d2e - <unknown>
   3:     0x555dcd793f4e - <unknown>
   4:     0x555dcd793855 - <unknown>
   5:     0x555dcd79477b - <unknown>
   6:     0x555dcd7942bc - <unknown>
   7:     0x555dcd794216 - <unknown>
   8:     0x555dcd794201 - <unknown>
   9:     0x555dcd449084 - <unknown>
  10:     0x555dcd4495f2 - <unknown>
  11:     0x555dcd4819ba - <unknown>
  12:     0x555dcd55c041 - <unknown>
  13:     0x555dcd489c17 - <unknown>
  14:     0x555dcd48afd1 - <unknown>
  15:     0x7f6c3b82958a - <unknown>
  16:     0x7f6c3b82964b - __libc_start_main
  17:     0x555dcd4629a5 - <unknown>
  18:                0x0 - <unknown>

Downgrading works for now: sudo flatpak update --commit=5fb872431141fa4d524d271ebf8b9ecba33556b74cfa59bce8d2125ab0a09289 com.outerwildsmods.owmods_gui

Bwc9876 commented 8 months ago

Probably some permission needs to be set in our manifest, will push a fix soon (either that or the new webkit2gtk version has smth messed up with it)

Bwc9876 commented 8 months ago

@DomiStyle This seems to be an issue with running under wayland that I wasn't aware of, just to confirm are you running on wayland?

DomiStyle commented 8 months ago

@Bwc9876 Yep, I'm on Wayland.

Bwc9876 commented 8 months ago

Ok just fell back to an X11 socket. I think the issue was me updating the image used to build the .deb in the main repo but for now I'm gonna do this until i can debug more. Fix should be coming out in ~1 hour