solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
710 stars 132 forks source link

Music won't loop #1005

Open christopho opened 7 years ago

christopho commented 7 years ago

Bug report from @llamaizing with alttp pack:

When either setting the map music to "credits" or calling sol.audio.play_music("credits", true), the song does not loop back to the beginning after reaching the end. The following error is given:

Error: Failed to fill the audio buffer with decoded IT data for music file 'musics/credits.it: error 40963
llamaizing commented 7 years ago

update: This bug occurs at the end of the song even when the music does not loop: sol.audio.play_music("credits", false). I'm guessing there's something at the end of the music file that it doesn't like.