Posted December 3, 201311 yr Console Log: 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'CodecJOrbis' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Ogg header not recognized in method 'readHeader'. 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'CodecJOrbis' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error reading the header 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'SourceLWJGL OpenAL' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Audio Format null in method 'play' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'CodecJOrbis' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Ogg header not recognized in method 'readHeader'. 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'CodecJOrbis' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error reading the header 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'SourceLWJGL OpenAL' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Audio Format null in method 'play' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'CodecJOrbis' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Ogg header not recognized in method 'readHeader'. 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'CodecJOrbis' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error reading the header 2013-12-02 18:08:08 [iNFO] [sTDOUT] Error in class 'SourceLWJGL OpenAL' 2013-12-02 18:08:08 [iNFO] [sTDOUT] Audio Format null in method 'play' This happened right after I ran the code: public void playMusic(SoundPoolEntry currentSong) { currentSong = SoundEvent.getResult(new PlayBackgroundMusicEvent(this, currentSong)); if (currentSong != null) { this.sndSystem.backgroundMusic("BgMusic", currentSong.getSoundUrl(), currentSong.getSoundName(), false); this.sndSystem.setVolume("BgMusic", this.options.musicVolume); this.sndSystem.play("BgMusic"); } } currentSong's URL is: file:/Development/Minecraft/forge/mcp/jars/./Music/IRemember.ogg currentSong's Name is: IRemember.ogg EDIT: I think the problem might have to do with my .ogg file. (I converted it from .mp3 to .ogg) Going to try converting it with another program to see if there is any difference. EDIT: Yes it did! Turns out that the original program I used was the problem.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.