Introduction
The Runtime Validator (RV) helps identify issues during runtime in listing files, race configurations, or participant imports. For example, a listing file may not execute data as intended — a command like LINE FEED may appear to work while actually accessing memory beyond its allocated range. Problems like these can lead to program crashes, data corruption, and potential security vulnerabilities.
Event Codes
The table below lists issues detected by the RunScore Runtime Validator (RV) and how to resolve them.
How to Allocate Space
Events 102001 (Results Bib Mismatch) and 102002 (Results Time Mismatch) occur when a CSV import includes more participants than the event is configured to hold.
Parameter Count Mismatch
Event 103002 (Listing Parameter Count Mismatch) occurs when a listing file calls an RSM (RunScore Macro) with fewer parameters than the macro expects.