opsu icon indicating copy to clipboard operation
opsu copied to clipboard

Invalid data found on audio file '/home/ares/Games/osu/Skins/Gawr Gura/readys.wav'.

Open Lionshide opened this issue 4 years ago • 1 comments

I'm trying to use other skin, but this happened. I don't know

Version: 0.16.1 Build date: 2018-06-03 19:24 OS: Linux (amd64) JRE: 1.8.0_73 OpenGL version: 4.6 (Compatibility Profile) Mesa 20.3.1 (Intel) Error: Invalid data found on audio file '/home/ares/Games/osu/Skins/Gawr Gura/readys.wav'. Stack trace:

javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input URL
	at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1155)
	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)

Lionshide avatar Jan 18 '21 09:01 Lionshide

Could this audio file be played properly on your device? Since chances are that the file is corrupt, try opening it with a random audio player first.

CloneWith avatar May 07 '24 02:05 CloneWith