srb2thepast / osu-alltrick

A trainer for every skill in the rhythm game osu!
MIT License
12 stars 0 forks source link

Crash on Map Score Import #10

Closed Rekunan closed 1 year ago

Rekunan commented 1 year ago

If you input my username and try to import this map: https://osu.ppy.sh/beatmapsets/43466#osu/136400, then it crashes.

I have a hunch that this is due to me having 4 scores (HR, NM, HD, and EZ) on it.

Rekunan commented 1 year ago

I just encountered the same issue on this map: https://osu.ppy.sh/beatmapsets/55945#osu/169450 This time I have 5 scores on it (HD, HR, EZ, NFDT, EZDT).

I believe you may need to adjust your program to account for having multiple scores.

Rekunan commented 1 year ago

Considering I just crashed on this map: https://osu.ppy.sh/beatmapsets/25828#osu/106033, I believe the issue is actually not being able to handle old .osu file formats, since I only have a NM score on it.

Rekunan commented 1 year ago

Almost forgor the errlog.txt errlog.txt

srb2thepast commented 1 year ago

Duplicate of #6: The reason these crashes occurred for each map is related to that the file formats are old, as you mentioned. I will aim towards fixing this by the next update (v0.88.0).

Also, as stated in the readme, when there are multiple scores set on the same map, only the highest score is chosen to be imported.