Skip to content

Error while building on ubuntu #22

@drdhaval2785

Description

@drdhaval2785
$ java -cp bin project.gui.APPGTTS
new voice file selected
Frame length 7863387
Exception in thread "main" java.lang.ExceptionInInitializerError
	at project.ss.engine.CoreEngineImpl.<clinit>(CoreEngineImpl.java:78)
	at project.ss.SynthesizerImpl.<clinit>(SynthesizerImpl.java:34)
	at project.gui.JTTSFrame.<init>(JTTSFrame.java:28)
	at project.gui.APPGTTS.main(APPGTTS.java:8)
Caused by: java.lang.IllegalArgumentException: Master Gain not supported
	at org.classpath.icedtea.pulseaudio.PulseAudioLine.getControl(PulseAudioLine.java:89)
	at org.classpath.icedtea.pulseaudio.PulseAudioSourceDataLine.getControl(PulseAudioSourceDataLine.java:51)
	at project.ss.engine.ControledPlayerImpl.<clinit>(ControledPlayerImpl.java:56)

My java configurations

$ java -version
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions