hwittenborn / celeste

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

Celeste crashes when syncing Google Drive #212

Open rolandixor opened 2 months ago

rolandixor commented 2 months ago

Here's the backtrace:

thread 'main' panicked at src/launch.rs:1884:34: called Option::unwrap() on a None value stack backtrace: thread 'main' panicked at library/core/src/panicking.rs:221:5: panic in a function that cannot unwind stack backtrace: 0: 0x5d24b9657905 - 1: 0x5d24b96865eb - 2: 0x5d24b9653ecf - 3: 0x5d24b96576de - 4: 0x5d24b9658c29 - 5: 0x5d24b96589cc - 6: 0x5d24b9659201 - 7: 0x5d24b9659033 - 8: 0x5d24b9657dc9 - 9: 0x5d24b9658d44 - 10: 0x5d24b9683565 - 11: 0x5d24b96835f2 - 12: 0x5d24b9683736 - 13: 0x5d24b7783f04 - 14: 0x767db340c43a - g_closure_invoke 15: 0x767db342096c - 16: 0x767db34223f1 - 17: 0x767db34283c1 - g_signal_emit_valist 18: 0x767db3428483 - g_signal_emit 19: 0x767db26fe9b8 - 20: 0x767db26feb1b - g_application_run 21: 0x5d24b764cec8 - 22: 0x5d24b76f40e7 - 23: 0x5d24b7827a63 - 24: 0x5d24b7727c79 - 25: 0x5d24b964b782 - 26: 0x5d24b76f7205 - 27: 0x767db233408a - 28: 0x767db233414b - __libc_start_main 29: 0x5d24b760e025 - 30: 0x0 - thread caused non-unwinding panic. aborting.

Jordan-Pyper commented 1 month ago

Same problem here. The application is unusable as is.