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
Describe the bug
CRITICAL error occurs in the chain notes made up of only elements near 27 seconds in the Lawless Expert+ map below. https://beatsaver.com/maps/40908
There are other maps with the same problem.
The error occurs in the following line of the source code: InvalidOperationException: Sequence contains no matching element.
Because the processing that combines the occurrence of Chain Notes events is based on BurstSliderHead, if BurstSliderElement is the first element in the Map, an error will occur because Head cannot be found.
As I couldn't think of a way to fix it properly, I made a simple patch to suppress the CRITICAL error for the time being.
Describe the bug
CRITICAL error occurs in the chain notes made up of only elements near 27 seconds in the Lawless Expert+ map below.
https://beatsaver.com/maps/40908
There are other maps with the same problem.
The error occurs in the following line of the source code:
InvalidOperationException: Sequence contains no matching element
.https://github.com/nicoco007/BeatSaberCustomAvatars/blob/main/Source/CustomAvatar/Utilities/BeatmapObjectEventFilter.cs#L148
Because the processing that combines the occurrence of Chain Notes events is based on BurstSliderHead, if BurstSliderElement is the first element in the Map, an error will occur because Head cannot be found.
As I couldn't think of a way to fix it properly, I made a simple patch to suppress the CRITICAL error for the time being.
https://github.com/rynan4818/CustomAvatarsGetHeadNotePatch/releases
Also, I think there are many users who are using BS1.29.1, so please also fix it for 5.3.2.
The text was updated successfully, but these errors were encountered: