bandwhich: error: display_handler panic on launch

Immediately after launching, the following error shows up.

thread 'display_handler' panicked at 'overflow when subtracting durations', src/libcore/option.rs:1185:5

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any', src/libcore/result.rs:1165:5

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (5 by maintainers)

Most upvoted comments

This was accidentally closed when I merged @ebroto’s PR - so reopening it until we can confirm the fix. I’m not 100% certain this will work (because if rendering takes 30s…)

Thanks for the report @titus-anromedonn! Could you run it like this:

RUST_BACKTRACE=full sudo ~/home/.cargo/bin/what

This will give more information about where the error happens.