opsu icon indicating copy to clipboard operation
opsu copied to clipboard

Failed to load audio file 'combobreak.wav'.

Open hgujfvh opened this issue 3 years ago • 0 comments

Version: 0.16.1 Build date: 2018-06-03 19:24 OS: Windows 7 (x86) JRE: 1.8.0_131 OpenGL version: 3.1.0 - Build 9.17.10.2843 (Intel) Error: Failed to load audio file 'combobreak.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(Unknown Source)
	at javax.sound.sampled.AudioSystem.getClip(Unknown Source)
	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)

hgujfvh avatar Oct 22 '21 18:10 hgujfvh