Skip to content
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

Celeste crashes when syncing Google Drive #212

Open
rolandixor opened this issue Jun 23, 2024 · 2 comments
Open

Celeste crashes when syncing Google Drive #212

rolandixor opened this issue Jun 23, 2024 · 2 comments

Comments

@rolandixor
Copy link

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
Copy link

Same problem here. The application is unusable as is.

@bukbr
Copy link

bukbr commented Dec 20, 2024

Same... crash!!!

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: 0x635a938b3905 -
1: 0x635a938e25eb -
2: 0x635a938afecf -
3: 0x635a938b36de -
4: 0x635a938b4c29 -
5: 0x635a938b49cc -
6: 0x635a938b5201 -
7: 0x635a938b5033 -
8: 0x635a938b3dc9 -
9: 0x635a938b4d44 -
10: 0x635a938df565 -
11: 0x635a938df5f2 -
12: 0x635a938df736 -
13: 0x635a919dff04 -
14: 0x73bd727a891a - g_closure_invoke
15: 0x73bd727bd5c3 -
16: 0x73bd727bf071 -
17: 0x73bd727c4e01 - g_signal_emit_valist
18: 0x73bd727c4ec3 - g_signal_emit
19: 0x73bd718fe120 -
20: 0x73bd718fe2d7 - g_application_run
21: 0x635a918a8ec8 -
22: 0x635a919500e7 -
23: 0x635a91a83a63 -
24: 0x635a91983c79 -
25: 0x635a938a7782 -
26: 0x635a91953205 -
27: 0x73bd713eb188 -
28: 0x73bd713eb24b - __libc_start_main
29: 0x635a9186a025 -
30: 0x0 -
thread caused non-unwinding panic. aborting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants