Not at all. SoundSystem has been extensively tested on numerous systems running Windows 7 32-bit on both IE and Firefox. That list is just the setups that I am running here at home on my own test machines. My point was that I am unable to replicate the problem on my test machines for debugging since I’m using that same version of Java from multiple OS’s, browsers, and architectures.
Getting back to your problem, though, if I can’t get MIDI to work (which seems likely based on the output, indicating an inability to acquire a Sequencer), at the very least I should still be able to catch that exception to allow SoundSystem to continue running. It would just mean that in the rare cases where this problem happens, users would just not be able to play MIDI.
Before I give up, though, let me research to see if there is another way I can acquire a Sequencer, which might eliminate that problem. My first thought is to catch the Exception and then immediately try again, since that Thread in question should be awake now.