Skip to content

Instantly share code, notes, and snippets.

@Skirmisher
Created July 22, 2014 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Skirmisher/6dae4ecdc8e5f8a2fb3a to your computer and use it in GitHub Desktop.
Save Skirmisher/6dae4ecdc8e5f8a2fb3a to your computer and use it in GitHub Desktop.
javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input stream
at javax.sound.sampled.AudioSystem.getAudioInputStream(Unknown Source)
at local.rip.engine.SoundPlayer$PlaySound.run(SoundPlayer.java:413)
javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input file
at javax.sound.sampled.AudioSystem.getAudioInputStream(Unknown Source)
at local.rip.engine.Sound_player.initialize(MusicPlayer.java:179)
at local.rip.engine.Sound_player.run(MusicPlayer.java:151)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment