Celeste (Flatpak) 0.5.1 crashes with the following error:
(celeste:25): Adwaita-CRITICAL **: 15:03:11.623: ../src/adw-header-bar.c:640: tried to remove non-child 0x560bdc29a490 of type 'GtkButton' from 0x560bdc282170 of type 'AdwHeaderBar'
(celeste:25): Adwaita-CRITICAL **: 15:03:11.623: ../src/adw-header-bar.c:640: tried to remove non-child 0x560bdc29af80 of type 'GtkButton' from 0x560bdc282350 of type 'AdwHeaderBar'
Info: Starting up tray binary...
(.tmpdUy1s6:82): Gtk-CRITICAL **: 15:03:11.829: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
thread 'main' panicked at 'internal error: entered unreachable code', celeste/src/launch.rs:2330:33
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
This error seems similar to #49 but with a different line number, so I'm reporting it just in case.
I did add RUST_BACKTRACE=full to the list of variables for the Flatpak, but it didn't seem to work. If you need a more in-depth stack trace, please tell me how to get it, as I don't have any experience with debugging Flatpak applications.
Celeste (Flatpak) 0.5.1 crashes with the following error:
This error seems similar to #49 but with a different line number, so I'm reporting it just in case.
I did add
RUST_BACKTRACE=full
to the list of variables for the Flatpak, but it didn't seem to work. If you need a more in-depth stack trace, please tell me how to get it, as I don't have any experience with debugging Flatpak applications.