You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is caused by the beatmap file not following the correct format.
at the end of the [HitObjects] section there are 2 sliders that are out of order
fixing the beatmap file fixes the problem
presumably this happens because oppai doesn't sort the hitobjects (since they are supposed to already be sorted) and falls into some sort of miscalculation when calculating strains (maybe?)
whatever the reason, this can be fixed by simply sorting the objects after parsing them
The map is https://osu.ppy.sh/beatmapsets/91353#osu/285777 (easy)
Reference star difficulty: 1.34
Oppai's output:
Also thanks to @jxpxxzj
The text was updated successfully, but these errors were encountered: