Naxesss / MapsetVerifier

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

Clicking of extra icons causes app freezes and crashes afterwards #14

Closed Ztumpie905509 closed 3 years ago

Ztumpie905509 commented 3 years ago

Extra rows of icon are found. My map which got issues

It should be like this :

Random ranked map Random Ranked map Random loved map Random Loved map

Besides, when I click any icons in my map, the app freezes and crashes.

If you need my map to test here's the link : https://osu.ppy.sh/beatmapsets/1398887#osu/3016977

Naxesss commented 3 years ago

This happens because there are too many issues to the point where the javascript processing crashes. Specifically your Hitsound(s) difficulty has an absurd amount of problems. Most things reliant on said javascript will stop functioning as a result, mainly showing/hiding of issues and categories. I've tried a few things to fix this issue in the past but without much luck.

In your case you can temporarily move out the hitsound difficulty and you'll see that MV runs properly again, so would recommend you do that.

Ztumpie905509 commented 3 years ago

ok, thank you for the solution to this, removed the hitsounds diff and problem are solved.