Nibo
Registered
Problem was with abnormal log file 2023_12_07_21_04_39-17R1.xml. Last driver block in this xml has BestLapTime value, but no Lap tags with data per lap (needed to create valid lap record in r2la) and Laps tag with value "-15". Probably rF2 glitched because of player disconnect or something like this.
I made a small change to r2la to ignore this type of abnormal data combinations.
Or you can open 2023_12_07_21_04_39-17R1.xml in code editor and remove BestLapTime value in line 5426. Line should look like this:
Updated to v.2.1.027
I made a small change to r2la to ignore this type of abnormal data combinations.
Or you can open 2023_12_07_21_04_39-17R1.xml in code editor and remove BestLapTime value in line 5426. Line should look like this:
Code:
<BestLapTime></BestLapTime>
Updated to v.2.1.027
- Fix for an error when some driver has BestLapTime value but no Lap tag values.
Last edited: