Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.

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.

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

  • 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?

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.

  • 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'

 

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.