Closed bmsmaster closed 1 month ago
No, that's definitely a bug. It seems I forgot to check if there were any ext notes to begin with. _ext file is only needed when there are Dual Slides, so the program will still output a correct stage file if there are no Dual Slides, but it will crash.
I've pushed out a new release that prevents this crash.
Error
export/structs/noteExtArray.lua:31: attempt to index a nil value
Traceback
[love "callbacks.lua"]:228: in function 'handler' export/structs/noteExtArray.lua:31: in function 'new' export/scene.lua:156: in function 'toStageFile' main.lua:108: in function 'update'
[C]: in function 'xpcall'