quippy-git / javamod

JavaMod Player
https://quippy-git.github.io/javamod/
GNU General Public License v3.0
9 stars 2 forks source link

Can't play .XM music. #4

Closed FireFox1121 closed 1 year ago

FireFox1121 commented 1 year ago

When I gonna open my .xm tracker music for example, app just freezing and not responding. Music source in attachment: music.zip

quippy-git commented 1 year ago

Accidentally commented in other issue thread. To complete documentation of the issue, so that is not closed without comment:

The XM is now read correctly. It had instruments without samples and indicated that with 0xFFFF instead of 0 - but I read the amount of samples as "unsigned word" and got 65535 - not -1... Reading so many samples might end in a very long loop, till memory is out.