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

[BUG] detect crash false positiv #85

Closed
LuckyTurtleDev opened this issue Jun 15, 2023 · 1 comment
Closed

[BUG] detect crash false positiv #85

LuckyTurtleDev opened this issue Jun 15, 2023 · 1 comment

Comments

@LuckyTurtleDev
Copy link
Owner

LuckyTurtleDev commented Jun 15, 2023

The following solutions has create an false positive crash on level 003 (e32d3d9).
However I can not produce this current anymore.

 ⚙️ DEBUG m3_pc::usb > recieve message form "/dev/ttyACM0" GameEvent(Solution([Some(Wait(2)), Some(Right), Some(Wait(2)), Some(Left), Some(Wait(2)), Some(Left), None, None, None, None, None, None]))
 ⚙️ DEBUG m3_pc::usb > recieve message form "/dev/ttyACM1" GameEvent(KeyPressed(Start))
 ⚙️ DEBUG m3_pc::usb > recieve message form "/dev/ttyACM1" GameEvent(Solution([Some(Left), Some(Left), Some(Left), None, None, None, None, None, None, None, None, None]))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM0" GameEvent(Driving)
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(Driving)
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM0" GameEvent(CurrentCardIndex(Some(0)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(Some(0)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(Some(1)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM0" GameEvent(CurrentCardIndex(Some(1)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM0" GameEvent(CurrentCardIndex(Some(2)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(Some(2)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM0" GameEvent(CurrentCardIndex(Some(2)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM0" GameEvent(CurrentCardIndex(Some(2)))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM0" GameEvent(GameOver(Crash))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(CurrentCardIndex(None))
 ⚙️ DEBUG m3_pc::usb > send message to "/dev/ttyACM1" GameEvent(GameOver(DriveAway))
@LuckyTurtleDev
Copy link
Owner Author

Was never available to reproduce it. Close it for now.

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

1 participant