2008/5/18 lukkinosat lukkinosat@yahoo.it:
I use the function Skins.QueueMessage from a background thread. Skins.QueueMessage( mtInfo, "TEST", 40 );
I set a time of 40 seconds, but if time watchdog is less than 40 seconds, vdr exit with a segmentation fault.
Is this normal?
Yes, because further handling of this message is done in the main thread.
Is possible set a message with a time greater of time watchdog?
Multiple calls to QueueMessage with a shorter value for "Seconds" should work as a workaround.
Best Regards, Joachim.