-
Notifications
You must be signed in to change notification settings - Fork 3
Possible Errors
When a shortcircuit occurs while a train is driving a route, the train might not stop at the destination signal.
Steps for reproducing:
- Select one train (ex. cargo_db).
- Select one route.
- Start cargo_db.
- Grab another train (ex. cargo_green).
- Wait until cargo_db is nearly at the destination signal.
- Cause a shortcircuit by putting cargo_green into a wrong switched point.
Expected Behaviour:
7. (Driving) cargo_db stops before reaching the destination if it is on the same partition as the shortcircuit.
Possible Error:
7.A1 (Driving) cargo_db continues to drive, i.e., the train doesn't stop at the destination signal.
7.A2 Controlling the cargo_db could be possible but not really stable reproducible until a complete system reboot (software restart) has be done.
When using the GameClient of the driver game, you can overwrite the emergency brake.
Steps for reproducing:
- Open the game client.
- Select a train for driving.
- Select a destination.
- Set speed (here you can change speed over time).
- Don't stop the train in front of the destination signal (as one would usually do).
- While arriving and driving past the destination signal, repeatedly press a speed button except for the stop button.
Expected Behaviour:
7. Trains stops triggered by the emergency breaks because the destination signal was driven past.
Possible Errors:
7.A1 Train keeps driving after passing the destination signal.
Notes:
- best replication method is a autoclicker with a interval of 15 ms.