itdelatrisu / opsu

opsu! ~ an open-source osu! client
https://itdelatrisu.github.io/opsu/
GNU General Public License v3.0
763 stars 123 forks source link

Failed to load audio file 'shutter.wav'. #506

Open Toasterbirb opened 4 years ago

Toasterbirb commented 4 years ago

Version: 0.16.1 Build date: 2018-06-03 19:24 OS: Linux (amd64) JRE: 1.8.0_73 OpenGL version: 3.0 Mesa 19.2.1 (Intel Open Source Technology Center) Error: Failed to load audio file 'shutter.wav'. Stack trace:

java.lang.IllegalArgumentException: No line matching interface Clip supporting format PCM_SIGNED unknown sample rate, 16 bit, stereo, 4 bytes/frame, big-endian is supported.
    at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:479)
    at javax.sound.sampled.AudioSystem.getClip(AudioSystem.java:522)
    at itdelatrisu.opsu.audio.SoundController.loadClip(SoundController.java:143)
    at itdelatrisu.opsu.audio.SoundController.loadClip(SoundController.java:100)
    at itdelatrisu.opsu.audio.SoundController.init(SoundController.java:234)
    at itdelatrisu.opsu.states.Splash$2.run(Splash.java:172)