celeste icon indicating copy to clipboard operation
celeste copied to clipboard

Unknown Error

Open sgarbus opened this issue 1 year ago • 1 comments

Left the computer on and syncing overnight. In the morning I opened the lock screen and was greeted by:

thread 'main' panicked at src/launch.rs:2051:46: called Result::unwrap() on an Err value: TryFromIntError(()) stack backtrace:

sgarbus avatar Mar 12 '24 03:03 sgarbus

Hey @sgarbus, thanks for reporting the issue! This looks like it's happening due to a timestamp conversion not working properly, but I'm not entirely sure what went wrong in your exact case. It'd be helpful if I could get the values of the variables when that exception occurred, but that's not currently implemented and I'm not sure if there's a way to get that working with Rust either.

I'm currently working on a rewrite of Celeste, which should clean up a bunch of issues like this. For the time being though, does restarting Celeste fix the problem?

hwittenborn avatar Mar 13 '24 04:03 hwittenborn