Hi,
every 10 minutes I get this error:
What does the second line "java.lang.ArrayIndexOutOfBoundsException: 580" mean? I have no idea, what the problem is, because Greenfoot is able to play and loop my sound...
1 2 3 4 5 6 7 8 | Exception in thread "SoundStream:file:/G:/Rette%20Weihnachten/sounds/Boss.mp3" java.lang.ArrayIndexOutOfBoundsException: 580 at javazoom.jl.decoder.LayerIIIDecoder.huffman_decode(LayerIIIDecoder.java: 795 ) at javazoom.jl.decoder.LayerIIIDecoder.decode(LayerIIIDecoder.java: 278 ) at javazoom.jl.decoder.LayerIIIDecoder.decodeFrame(LayerIIIDecoder.java: 219 ) at javazoom.jl.decoder.Decoder.decodeFrame(Decoder.java: 147 ) at greenfoot.sound.Mp3AudioInputStream.read(Mp3AudioInputStream.java: 230 ) at greenfoot.sound.SoundStream.run(SoundStream.java: 302 ) at java.lang.Thread.run(Thread.java: 722 ) |