Naxesss / MapsetVerifier

A modding tool for osu!
93 stars 8 forks source link

Error testing for omitted barline consistency with inconsistent timing #19

Closed Alchyr closed 2 years ago

Alchyr commented 2 years ago

image

One difficulty has slightly offset timing to the others, as I was in the process of applying mods and haven't updated one of the difficulties as it's a gd and adjusting offset makes applying mods inconvenient.

https://drive.google.com/file/d/1EjkkYaCMPXD6FEmERAVJeeIAMWh4SSqu/view?usp=sharing Exported .osz of the mapset in question

Naxesss commented 2 years ago

Found and solved the issue - seems that I forgot to account for the case of lines not being consistent. The check tried to compare two lines at the same time between difficulties, but one difficulty was missing that line, hence the exception you see.

Good catch! Will push with the next update, whenever that happens.