Posted September 8, 201213 yr Is there a way to start a sound/music for example when the entity is attacked and make it loop until the entity is dead? http://i.imgur.com/Hppni.png[/img]
September 8, 201213 yr Yes, I'm no expert on sounds, but it involves the event bus. So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.
September 8, 201213 yr Author Ok, can anyone that knows excactly how to do it please help! I know how to add normal sounds with the event bus! http://i.imgur.com/Hppni.png[/img]
September 8, 201213 yr Ok, can anyone that knows excactly how to do it please help! I know how to add normal sounds with the event bus! Right, and then you intercept entity damage events and entity death events. So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.
September 8, 201213 yr Not really has nothing to do with the event bus. Just when the entity is alive/within range Play the sound when it stops being alive stop playing the sound. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
September 8, 201213 yr Author So if I make a boolean that is set to true when the entity is attacked then in my onUpdate method I have an if check checking if the battle has started and if the entity is alive. So will that loop the sound over and over then? http://i.imgur.com/Hppni.png[/img]
September 8, 201213 yr So if I make a boolean that is set to true when the entity is attacked then in my onUpdate method I have an if check checking if the battle has started and if the entity is alive. So will that loop the sound over and over then? Yes. And when it dies, you turn it off. So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.
September 9, 201213 yr Author Good, this will be very nice for my new dimension bosses! http://i.imgur.com/Hppni.png[/img]
September 9, 201213 yr Author Actually I just get a hundred thousand of these: 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_9' was not created because an error occurred while loading thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_9' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_10' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_10' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_11' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_11' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_12' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_12' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_13' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_13' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_14' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_14' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_15' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_15' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_16' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_16' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_17' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_17' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_18' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_18' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_19' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_19' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_20' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_20' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_21' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_21' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_22' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_22' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_23' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_23' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_24' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_24' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_25' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_25' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_26' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_26' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_27' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_27' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_28' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_28' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_29' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_29' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_30' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_30' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_31' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_31' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_32' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_32' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_33' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_33' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_34' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_34' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_35' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_35' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_36' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_36' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_37' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_37' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_38' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_38' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_39' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_39' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_40' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_40' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_41' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_41' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_42' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_42' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_43' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_43' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_44' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_44' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_45' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_45' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_46' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_46' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_47' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_47' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_48' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_48' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_49' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_49' not found in method 'play' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_50' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:06 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:06 [iNFO] [sTDOUT] Source 'sound_50' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_51' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_51' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_52' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_52' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_53' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_53' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_54' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_54' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_55' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_55' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_56' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_56' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_57' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_57' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_58' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_58' not found in method 'play' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_59' was not created because a sound buffer was not found for thormod/articmodcrap.wav 2012-09-09 11:01:07 [iNFO] [sTDOUT] Error in class 'LibraryLWJGLOpenAL' 2012-09-09 11:01:07 [iNFO] [sTDOUT] Source 'sound_59' not found in method 'play' http://i.imgur.com/Hppni.png[/img]
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.