Issues with Player On Windows

I can’t seem to get one of my displays to update properly. Here are the error messages I am getting. Can anyone help?

1778 16-04-20 11:56:56 PC Client [UI Thread] MainForm - ChangeToNextLayout Layout Change to failed. Exception raised was: Default layout
1777 16-04-20 11:56:56 PC Client [UI Thread] MainForm - ChangeToNextLayout Prepare Layout Failed. Exception raised was: Default layout
1776 16-04-20 11:56:46 PC Client [UI Thread] MainForm - ChangeToNextLayout Layout Change to failed. Exception raised was: Default layout
1775 16-04-20 11:56:46 PC Client [UI Thread] MainForm - ChangeToNextLayout Prepare Layout Failed. Exception raised was: Default layout
1774 16-04-20 11:56:45 PC Client [UI Thread] MainForm - ChangeToNextLayout Layout Change to C:\Users\ME\Documents\Xibo Library\5.xlf failed. Exception raised was: Specified argument was out of the range of valid values.Parameter name: Unable to set and start a media node
1773 16-04-20 11:56:45 PC Client [UI Thread] MainForm - ChangeToNextLayout Prepare Layout Failed. Exception raised was: Specified argument was out of the range of valid values.Parameter name: Unable to set and start a media node
1772 16-04-20 11:56:45 PC Client [UI Thread] Region - Eval Options Unable to start new clock object: Value ‘-1294967296’ is not a valid value for Interval. Interval must be greater than 0.Parameter name: Interval

What CMS and player version are using please?

If not 1.7.7 consider upgrade to it.

Other than that, try ‘validate all’ on Modules page.
Set fully qualified path to the CMS library in CMS settings.

What kind of content do you have on your layout?

Hey Peter,

Thank you for your response. I am using 1.7.7 and I have already validated my modules. The fully qualified path is set to “signagemedia/”.

My layout has a ticker pulling from an RSS feed and a clock so far.

Any other advice would be greatly appreciated.

That’s not fully qualified path.

So for example:
Say your web root is /var/www/xibo and therefore your CMS library is currently at /var/www/xibo/signagemedia/ then the setting in the CMS should be /var/www/xibo/signagemedia/

have a look here:

or here:

This is a usefull tool to determine the full path of your webserver :slight_smile:

http://www.htaccesstools.com/articles/full-path-to-file-using-php/

1 Like

I was able to update it to the correct full path as you explained. The background image is now showing up on the client but none of the content or logo images appear.

The background image is actually background image or just an image in full screen region?
Windows client doesn’t support overlapping regions, so you want to have an .jpg image set to background.

If that’s not it, please show us a screenshot of status window on your device (press ‘i’ to show it while Xibo has focus).

It is set as a background, not a full screen region. I think the ticker may have something to do with it. Once I remove the ticker everything else works fine. I have attached a screenshot of my status window.

Do you perhaps have a very large duration on the ticker? Or a negative one? It’s complaining about one of the values on the ticker in any case.

Reducing the duration on the ticker fixed the issue. Thank you for your assistance.

1 Like