Re: Re: Elan and Video working with Ubuntu 9.04
Up one level
Re: Re: Elan and Video working with Ubuntu 9.04
Posted by
hasloe
at
2009-09-23 00:49
The "java.lang.IllegalArgumentException" is indeed worrying. The message "Requested value 7.9588003 exceeds allowable maximum value 6.0206" is less clear then it seems: why would the allowable maximum be 6.0206? And where does the 7.9588003 come from?
This exception is raised when the "gain" is set com.sun.media.renderer.audio.device.JavaSoundOutput.setGain(JavaSoundOutput.java:157)
when the player is created. Is the value taken from some system setting?
But it could still be that the real problem is something else.
-Han