Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load file /Downloads/./Skins/Girls HD/combobreak.mp3'. #174

Closed
Darksider3 opened this issue Jan 12, 2016 · 5 comments
Closed

Failed to load file /Downloads/./Skins/Girls HD/combobreak.mp3'. #174

Darksider3 opened this issue Jan 12, 2016 · 5 comments

Comments

@Darksider3
Copy link

Got that every run, anyway which Skin i load.
Version: 0.12.1
Build date: 2015-10-02 03:05
OS: Linux (amd64)
JRE: 1.7.0_91
Error: Failed to load file '/home/darksider3/Downloads/./Skins/Girls HD/combobreak.mp3'.
Stack trace:

java.lang.IllegalArgumentException: Invalid format
    at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.createStream(PulseAudioDataLine.java:142)
    at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:99)
    at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:283)
    at org.classpath.icedtea.pulseaudio.PulseAudioClip.open(PulseAudioClip.java:402)
    at itdelatrisu.opsu.audio.MultiClip.getClip(MultiClip.java:171)
    at itdelatrisu.opsu.audio.MultiClip.<init>(MultiClip.java:97)
    at itdelatrisu.opsu.audio.SoundController.loadClip(SoundController.java:120)
    at itdelatrisu.opsu.audio.SoundController.loadClip(SoundController.java:93)
    at itdelatrisu.opsu.audio.SoundController.init(SoundController.java:213)
    at itdelatrisu.opsu.states.Splash$1.run(Splash.java:129)
@CristianChPuma
Copy link

For some reason there are issues with hitsounds in Linux version. So there's an option to disable them to avoid these problems.

@Darksider3
Copy link
Author

Funny, while i get sometimes Hitsounds.... Randomly all ~900 Beats whom hitted. Okay, just done. Thanks.

@Bigpet
Copy link
Contributor

Bigpet commented Jan 15, 2016

seems like a duplicate of #89

@Darksider3
Copy link
Author

Hrm, #89 is assuming that the file is given in WAV. Here we have mp3. But possible, yeah.

@Bigpet
Copy link
Contributor

Bigpet commented Jan 21, 2016

@Darksider3 it doesn't matter if it's wav or mp3 it's about the sampling rate and quantization of the decoded stream. That's the "format" that the message is referring to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants