Error message in debug tutorial is not shown #2227
Labels
Bug
The observed behaviour is incorrect or unexpected.
C-Moderate Effort
Should take a moderate amount of time to address.
S-Critical
This is an issue that seriously affects playability or user experience.
T-Tutorial
Involves the tutorial experience for new players.
T-UI
Involves the user interface.
Z-User Experience
This issue seeks to make the game more enjoyable to play.
Describe the bug
In the "Debug" tutorial you are instructed to crash a robot deliberately. When you do, no error message is displayed.
To Reproduce
swarm -i Tutorials/crash
r <- build {turn right; move; move; move; move}; view r
Expected behavior
A bunch of log messages are shown, but the error message should be shown as well.
Screenshots
![image](https://private-user-images.githubusercontent.com/533859/397889723-db75aa52-8b23-49dc-9183-496187617d4a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjkwODcsIm5iZiI6MTczOTM2ODc4NywicGF0aCI6Ii81MzM4NTkvMzk3ODg5NzIzLWRiNzVhYTUyLThiMjMtNDlkYy05MTgzLTQ5NjE4NzYxN2Q0YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxMzU5NDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMDA2NWQ2NjYyZTYyZjVkNmU2NjM1YzEzZjdmMjUwOGZjODA0NTlkM2YwOWYxY2Q5NmU1ZWU2N2I1NDU0NjMzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.tinEDQU3GUSmjx8Lx2py0mSHbwMtCMtTYmTJSUXvqlA)
Additional context
This issue was first reported by
ChucklesTheBeard
on Discord.An error message is generated saying "There's a mountain in the way", but since the tutorial generates a log message immediately after that, the error message is suppressed due to #1877. Some ideas discussed on Discord:
The text was updated successfully, but these errors were encountered: