chrislo27 Posted January 23, 2012 Share Posted January 23, 2012 Hello guys! If any of you know something about Java and SoundSystem, I\'ve got a error in a little game I\'m making in my free time.ERROR:Error in class \'MidiChannel\' Unable to load Midi file in method \'setSequence\'.Error in class \'MidiChannel\' Exception in method \'play\' ERROR MESSAGE: sequence not set STACK TRACE: com.sun.media.sound.RealTimeSequencer.start(Unknown Source) paulscode.sound.MidiChannel.play(MidiChannel.java:650) paulscode.sound.Library.play(Library.java:665) paulscode.sound.SoundSystem.CommandPlay(SoundSystem.java:2076) paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2599) paulscode.sound.CommandThread.run(CommandThread.java:121)This errors atsounds/*SoundSystem*/.backgroundMusic('Main BG', 'Docking.mid', true); //yes, I used someone\'s KSP soundtrack filePlease help!But I doubt no one knows much SoundSystem... Link to comment Share on other sites More sharing options...
chrislo27 Posted January 23, 2012 Author Share Posted January 23, 2012 Here\'s the unfinished game. Been about 2 weeks of development.(MAY NEED JAVA JDK)Run usingjava -jar TypeCraft.jarPlease note you have to be in the current directory to run that line. Link to comment Share on other sites More sharing options...
chrislo27 Posted January 23, 2012 Author Share Posted January 23, 2012 Realized my sound files aren\'t in there. Locking.. Link to comment Share on other sites More sharing options...
Recommended Posts