I am getting Console Errors after playing sounds over some time with playLoop(), but i dont know if this is my mistake or if this is a Greenfoot bug? The errors look like that:
Exception in thread "SoundStream:file:/C:/Users/Simon/Desktop/Greenfoot%20Projekte/SimpleGame/Projekt%2015.02/Projekt%2015.02/sounds/backgroundhighscore.mp3" java.lang.ArrayIndexOutOfBoundsException: 580
or that:
Exception in thread "SoundStream:file:/C:/Users/Simon/Desktop/Greenfoot%20Projekte/SimpleGame/Projekt%2015.02/Projekt%2015.02/sounds/backgroundhighscore.mp3" java.lang.ArrayIndexOutOfBoundsException: 2305
or this:
Exception in thread "SoundStream:file:/C:/Users/Simon/Desktop/Greenfoot%20Projekte/SimpleGame/Projekt%2015.02/Projekt%2015.02/sounds/backgroundhighscore.mp3" java.lang.ArrayIndexOutOfBoundsException: 2304
Does anyone knows where they come from? Is there any way to fix that, if not, does this bugs also come up on greenfoot platform or just local at my computer?

