OpenMLTD / MLTDTools

Tools for THE iDOLM@STER Million Live! Theater Days (MLTD/MiriShita/ミリシタ) / 偶像大师百万演唱会剧场时光工具箱
BSD 3-Clause Clear License
136 stars 16 forks source link

s02ann(vivid collors) Lip sync error #21

Open Sozuke opened 4 years ago

Sozuke commented 4 years ago

when trying to take out the lip sync, million dance shows an error.

"index out of bounds of the matrix"

i have a spanish pc, attached screenshot

Edit* I tried it with the first version of million dance and the mistake didn't happen, I guess it has several expressions at the same time (all for the background)

MillionDance 30_05_2020 01_27_28 p  m

hozuki commented 4 years ago

Some tech details: The problem is caused by Array.BinarySearch() returning -1 (i.e. ~0), and this value needs special treatment. It rarely happens, but it does in this song so you hit the jackpot. :D It is fixed in commit 3befe75faa267f7d89ba17283be51d0fc15fba00. Please have a try at the new CI build.

PS. The name of the song should be VIVID Imagination, not vivid color. :P

hozuki commented 4 years ago

Can you confirm that this problem is solved?