No ticker on linux

Post a reply

Smilies
:Buttplugsmall: :Buttplugmedium: :Buttplugbig: :Inflatableplug: :Ponytailplug: :Analbeads: :Analballon: :Inflatabledildo: :Dildo: :Realisticdildo: :Strap-on: :Eggvibrator: :Vibrator2: :Vibrator3: :Vibrator: :Penispump: :Penisring: :Onahole: :Ballgag: :Tapegag: :Bitgag: :Ringgag: :Inflatablegag: :Bondagetape: :Candle: :Paddle.: :Rope: :Collar: :Sleepingmask: :Nosehook: :Chastity-Belt: :Handcuffs: :Whip: :Legspreader: :Leash: :Electrostimulation: :Lube: :Condom: :Enema-Kit: :Diaper: :Breastweight: :Nipplesuckers: :Nippleclamps: :Balletheels: :Pleaser: :Plateauheels: :Heels: :Shirt: :Dress: :Tanktop: :Underwear: :Skirt: :Swimsuit: :Twopieceswimsuit: :Thong: :Garterbelt: :Miniskirt: :Corset: :Wig: :Make-UP: :Fishnetoutfit: :Catsuit: :Gimpsuit: :Latexgloves: :Latexslip: :Latexstockings: :Cheerleader: :Pompom: :Sexybunny: :FrenchMaid: :Lolita: :Webcam: :Camera: :Mobile-Phone: :D :) ;) :( :o :? 8-) :x :P :|
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 20 MiB.

Expand view Topic review: No ticker on linux

Re: No ticker on linux

by ponygirl » 12 Oct 2016, 01:06

Confirming ALSA workaround.

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

Re: No ticker on linux

by _at » 10 Oct 2016, 11:06

The ticker works for me using alsa, so try that as a workaround.

Re: No ticker on linux

by 0131 » 09 Oct 2016, 00:37

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!

No ticker on linux

by ponygirl » 08 Oct 2016, 22:05

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)

Top