Open rustui opened 6 months ago
I encountered this panic in the latest version 0.15.1 as well, but only once so far.
thread '<unnamed>' panicked at src/query/epa/epa3.rs:129:13:
assertion left == right failed
left: 9
right: 1
I removed the panic in favor of a debug log, so that this corner case doesn’t crash the whole app until we get around to debugging it.
I have run my game hundreds of times, and this is the first time it crashed due to this. Because it's so rare, I don't know how to reproduce it, and subsequent runs of the game haven't encountered this issue again. It's possible that it has already been fixed since I'm not using the latest version. So, I'm just noting it here for now.