Sound file problem

Hi Guys I want to add sound in my code but when I want to run it shows me this

java.lang.RuntimeException: Waited 5000ms for: <6ac2c61e, 64053536>[count 2, qsz 0, owner <main-FPSAWTAnimator#00-Timer0>] - <main-FPSAWTAnimator#00-Timer0-FPSAWTAnimator#00-Timer1>
at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:410)
at java.lang.Thread.run(Thread.java:748)
RuntimeException: Waited 5000ms for: <6ac2c61e, 64053536>[count 2, qsz 0, owner <main-FPSAWTAnimator#00-Timer0>] - <main-FPSAWTAnimator#00-Timer0-FPSAWTAnimator#00-Timer1>

I can see “waited 5000ms” but I can’t guess what the problem is without actually seeing your code. Can you share a very simple (MCVE) sketch that shows the problem? Also, what computer / OS are you running this on?