I have a Problem with the soundbank. I think this problem was postet here a several times but the answer doesn't help.
When I exec tuxguitar in a shell I get the answer:
javax.sound.midi.MidiUnavailableException: Audio Device Unavailable
at com.sun.media.sound.MixerSynth.implOpen(MixerSynth.java:165)
at com.sun.media.sound.AbstractMidiDevice.doOpen(AbstractMidiDevice.java:144)
at com.sun.media.sound.AbstractMidiDevice.open(AbstractMidiDevice.java:108)
at org.herac.tuxguitar.player.impl.MidiPlayerImpl.setSynthesizer(MidiPlayerImpl.java:166)
at org.herac.tuxguitar.player.impl.MidiPlayerImpl.getSynthesizer(MidiPlayerImpl.java:134)
at org.herac.tuxguitar.player.impl.MidiPlayerImpl.init(MidiPlayerImpl.java:98)
at org.herac.tuxguitar.player.impl.MidiPlayerImpl.(MidiPlayerImpl.java:87)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.herac.tuxguitar.gui.util.ClassLoaderUtil.newInstance(ClassLoaderUtil.java:30)
at org.herac.tuxguitar.gui.util.ClassLoaderUtil.newInstance(ClassLoaderUtil.java:24)
at org.herac.tuxguitar.gui.TuxGuitar.initPlayer(TuxGuitar.java:293)
at org.herac.tuxguitar.gui.TuxGuitar.displayGUI(TuxGuitar.java:166)
at org.herac.tuxguitar.gui.TuxGuitar.main(TuxGuitar.java:120)
In other forums I found the sugestion to download the soundbank-delux from the sun website but this don't help, too.