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

Invalid data found on audio file 'C:\Users\user name\AppData\Local\osu!\Skins\SKINWITHOUTNAME\sectionpass.wav'. #525

Open Zel9278 opened 4 years ago

Zel9278 commented 4 years ago

Version: 0.16.1 Build date: 2018-06-03 19:24 OS: Windows 10 (amd64) JRE: 1.8.0_251 OpenGL version: 4.6.0 - Build 26.20.100.7372 (Intel) Error: Invalid data found on audio file 'C:\Users\user name\AppData\Local\osu!\Skins\SKINWITHOUTNAME\sectionpass.wav'. Stack trace:

javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input URL
    at javax.sound.sampled.AudioSystem.getAudioInputStream(Unknown Source)
    at itdelatrisu.opsu.audio.SoundController.loadClip(SoundController.java:99)
    at itdelatrisu.opsu.audio.SoundController.init(SoundController.java:234)
    at itdelatrisu.opsu.states.Splash$2.run(Splash.java:172)