Page 1 of 1

No ticker on linux

Posted: 08 Oct 2016, 22:05
by ponygirl
The ticker is not ticking on linux.
Console output:

Code: Select all

Exception in thread "Timer-3" 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)
	at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:283)
	at org.classpath.icedtea.pulseaudio.PulseAudioClip.open(PulseAudioClip.java:402)
	at org.classpath.icedtea.pulseaudio.PulseAudioClip.open(PulseAudioClip.java:453)
	at Teaseviewer.SlideViewer.playfromjar(SlideViewer.java:759)
	at Teaseviewer.SlideViewer$5$1.run(SlideViewer.java:677)
	at java.util.TimerThread.mainLoop(Timer.java:555)
	at java.util.TimerThread.run(Timer.java:505)

Re: No ticker on linux

Posted: 09 Oct 2016, 00:37
by 0131
Hi i even wonder that the software is working in linux ;D

Some other members helped me fixing some bugs in linux maybe one of them can help here.
I will look if i can find anything but dont expect a patch soon. :| (not soo much time)

Thx for the bug report!

Re: No ticker on linux

Posted: 10 Oct 2016, 11:06
by _at
The ticker works for me using alsa, so try that as a workaround.

Re: No ticker on linux

Posted: 12 Oct 2016, 01:06
by ponygirl
Confirming ALSA workaround.

Googling the exception gives a bunch of possible solutions:
http://stackoverflow.com/questions/2112 ... ot-working