hwittenborn / celeste

GUI file synchronization client that can sync with any cloud provider
GNU General Public License v3.0
1.24k stars 41 forks source link

Unknown error while running #92

Open erazemk opened 1 year ago

erazemk commented 1 year ago

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.

ghost commented 1 year ago

Same issue, does this happen when Celeste runs out of files to sync?