|
From: manny k. <man...@gm...> - 2016-06-22 21:21:42
|
Hi Lars, I've been getting this strange OGG sound error. Do you have that in your eclipse running in eclipse or just that my eclipse dev environment is screwed up again somehow after adding spring boot ? Manny ------------------------------------------------ org.mars_sim.msp.ui.swing.sound.OGGSoundClip$InternalException: java.lang.IndexOutOfBoundsException at org.mars_sim.msp.ui.swing.sound.OGGSoundClip.playStream(OGGSoundClip.java:481) at org.mars_sim.msp.ui.swing.sound.OGGSoundClip.access$0(OGGSoundClip.java:399) at org.mars_sim.msp.ui.swing.sound.OGGSoundClip$1.run(OGGSoundClip.java:255) Caused by: java.lang.IndexOutOfBoundsException at java.io.BufferedInputStream.read(BufferedInputStream.java:338) at org.mars_sim.msp.ui.swing.sound.OGGSoundClip.playStream(OGGSoundClip.java:479) ... 2 more |