<p>I went through an online file converter and converted all of my .m4a files into .ogg files. It turns out that my old ".ogg" files were not in fact actual .ogg files but renamed versions of .m4a files because they took up exactly the same amount of space as a regular .m4a file would take up. However, even when I used the correct .ogg files in a new music pack, it failed and came up with a similar error message to last time:
</p><p>[22:02:28] [Thread-11/INFO] [STDOUT/]: [
paulscode.sound.SoundSystemLogger:errorMessage:131]: Error in class 'CodecJOrbis'
</p><p>[22:02:28] [Thread-11/INFO] [STDOUT/]: [
paulscode.sound.SoundSystemLogger:errorMessage:132]: File does not contain Vorbis header in method 'readHeader'.
</p><p>[22:02:28] [Thread-11/INFO] [STDOUT/]: [
paulscode.sound.SoundSystemLogger:errorMessage:131]: Error in class 'CodecJOrbis'
</p><p>[22:02:28] [Thread-11/INFO] [STDOUT/]: [
paulscode.sound.SoundSystemLogger:errorMessage:132]: Error reading the header
</p><p>[22:02:28] [Thread-11/INFO] [STDOUT/]: [
paulscode.sound.SoundSystemLogger:errorMessage:131]: Error in class 'SourceLWJGL OpenAL'
</p><p>[22:02:28] [Thread-11/INFO] [STDOUT/]: [
paulscode.sound.SoundSystemLogger:errorMessage:132]: Audio Format null in method 'play'
</p><p>I am at a loss on how to go about fixing this issue, I would appriciate any further help. Thank you all for your help so far!
</p>