I'm having problems with OpenRadar sound. When I start OpenRadar, I get this in the terminal:
2019-01-04 07:16:02,395 [AWT-EventQueue-0] [[ INFO] SoundManager [AWT-EventQueue-0]] - Problem to init SoundManager!
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)
...and on and on.
I use Ubuntu 18.04 with openjdk-8. Flightgear sound works great. OpenRadar has no sound (alerts or FGcom).
You can disable sound processing by icedtea:
comment out lines with icedtea
remove comment character from lines with com.sun.media.sound
Your file should then look like:
Last edit: Andreas Vogel 2019-01-05
Thanks! That cured the notifications. I haven't tested FGCom yet.
The latest update fixed this issue. Reason behind was a changed sound api. Please replace your JAR, if you have it installed already.