Troubleshooting

Troubleshooting

Common Deployment Issues

If you’re experiencing issues with the deployment of the Vibe Desktop Player, follow these steps to identify and resolve the problem: 

  1. Check the System Tray: Open the System Tray and ensure the Vibe Player is running. 
    A screenshot of a computer

Description automatically generated
  2. Verify Logs: 
    1. Double-click the Vibe Player in the System Tray to open the logs. 
    2. Ensure there are no errors and confirm slides are downloading correctly to the respective channels. 
  3. Confirm File Downloads: 
    1. Open Windows Explorer and navigate to:  C:\Program Files (x86)\Vibe Desktop Player\ 
    2. Check that files are being downloaded to the appropriate folders: 
      1. \ScreenSaver\ 
      2. \DesktopBackground\ 
      3. \LockScreen\ 
      4. LoginScreen.jpg
  4. Check for Group Policy Conflicts: 
    1. Ensure there are no existing Group Policies for the Windows Screensaver, Lock Screen, or Wallpaper that could overwrite or conflict with Vibe’s registry settings. 
    2. Disable any policies affecting these channels. 
  5. Verify Registry Settings: 
    1. Review each registry value listed in the table for your required channels and confirm all settings are applied correctly. 
    2. NoteIf incorrect content is being displayed, verify that the Authcode values in the registry match the codes in the Vibe License Manager. 
  6. Check Your Command Lines! Ensure the following guidelines are followed:
    1. MSI Switch names (i.e. SS_WAIT_MIN) : Case sensitive and must be in UPPERCASE.
    2. Switch values (i.e. Yes / No): Not case sensitive.
  7. Existing Group Policies: Ensure there are no existing Group Policies that might override the above settings, as any active Group Policies will take precedence over changes made during the Vibe Desktop Player installation
  8. Contact Support if Needed: If the issue persists after following these steps, contact your Vibe Support team for further assistance. 

Registry Values

MSI Package

Screensaver

MSI SwitchKey NameValue TypeKey Path for MSI DeploymentKey ValueDescription of Key
SS_WAIT_MINScreenSaveTimeOutStringHKEY_CURRENT_USER\Control Panel\Desktop300Sets the amount of idle time, in seconds, before the screensaver starts
SS_ON_RESUMEScreenSaverIsSecureStringHKEY_CURRENT_USER\Control Panel\Desktop1Determines whether the screensaver requires a password upon resumption
SS_LOGOCustomLogoStringHKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer
SITE_URLApiUrlStringHKEY_LOCAL_MACHINE\Software\VibeDesktopPlayerhttps://dstest.vibe.fyi/modules/digitalsignage/webservice/digitalsignage.asmx
ENABLE_SSScreenSaverDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer0
SS_AUTHCODEApiAuthCodeStringHKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer12345678Screensaver authcode entered during installation.
SYNC_INTERVAL_MINMinutesBetweenSyncsDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer30
RANDOM_STARTRandomStartDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer1
DISABLE_SS_INFOBARDisableInformationBarDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer0
SS_INFOBAR_SYNC_SECSecondsBetweenInformationBarSyncsDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer30
SCRNSAVE.EXEStringHKEY_CURRENT_USER\Control Panel\DesktopC:\Program Files (x86)\Vibe Desktop Player\Vibe Screensaver.scrSpecifies the path to the screensaver executable file ( .scr)
ScreenSaveActiveStringHKEY_CURRENT_USER\Control Panel\Desktop1Determines whether the screensaver is enabled
SlidesFolderStringHKEY_LOCAL_MACHINE\Software\VibeDesktopPlayerMSI: C:\Program Files (x86)\Vibe Desktop Player\data\ScreenSaver
EXE: C:\Users\Public\Vibe Desktop Player\ScreenSaver
EnableScreensaverWhenSlideshowDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\1We set this to 1 to allow the screensaver to run when the lock screen slideshow is running (we set this even though the lock screen slideshow functionality is not enabled)
NoScreenSaverDWORD (32-bit)HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\0We set this to 0 to enable the screensaver

Lock Screen

MSI SwitchKey NameValue TypeKey Path for MSI DeploymentKey ValueDescription of Key
ENABLE_LSLockScreenDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer1Enable Lockscreen
LS_AUTHCODELockScreenApiAuthCodeStringHKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer12345678Lock screen authcode entered during installation.
LockScreenMinutesTillPcGoesToSleepDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer0Sets a time limit for how long the computer will remain active while on the lock screen before it automatically enters sleep mode.
LockScreenImagePathStringHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSPMSI: C:\Program Files (x86)\Vibe Desktop Player\data\LoginScreen.jpg
EXE: C:\Users\Public\Vibe Desktop Player\LoginScreen.jpg
Specifies the path to a custom lock screen image
LockScreenImageStatusDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP1Indicates the status of the lock screen image. When set to 1 , it confirms that the lock screen image specified in  LockScreenImagePath  is applied
SlideshowEnabledDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP1
NoChangingLockScreenDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization\1Setting this to 1 will prevent the user from changing the lock screen backround image
AnimateLockScreenBackgroundDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization\1A registry value of 1 prevents laptops with gyroscopes from moving the lock screen image as the laptop is moved, as this also caused the image to zoom in.
NoLockScreenDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization\We don't set this value. Reference for troubleshooting onlyIf the lockscreen is not showing, check that this value has not be set to 1 via a group policy. Setting it to 0 enables the Lock Screen, while 1 disables it.
SlideshowDurationDWORD (32-bit)HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen1800000if LockScreenMinutesTillPcGoesToSleep is 30, 60 or 180, set this value to LockScreenMinutesTillPcGoesToSleep * 60000

Background Wallpaper

MSI SwitchKey NameValue TypeKey Path for MSI DeploymentKey ValueDescription of Key
ENABLE_BGDesktopBackgroundDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer0
BG_AUTHCODEDesktopBackgroundApiAuthCodeStringHKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer12345678Background Wallpaper authcode entered during installat`ion.
BG_IMAGE_INTERVAL_SECDesktopBackgroundSecondsBetweenImagesDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer30
CurrentBackgroundImageStringHKEY_LOCAL_MACHINE\Software\VibeDesktopPlayerMSI: C:\Program Files (x86)\Vibe Desktop Player\data\DesktopBackground\abc.jpg
EXE: C:\Users\Public\Vibe Desktop Player\DesktopBackground\abc.jpg
WallpaperStyle DWORD (32-bit)HKEY_CURRENT_USER\Control Panel\Desktop\1Set to 1 which means centered
TileWallpaperDWORD (32-bit)HKEY_CURRENT_USER\Control Panel\Desktop\0Set to 0 which means not tiled
SlideshowTimeoutDWORD (32-bit)HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers\1We set this to 1 to stop the wallpaper slide show from keeping the computer active, which stops the screensaver from showing.

Power Saving

MSI SwitchKey NameValue TypeKey Path for MSI DeploymentKey ValueDescription of Key
CONSOLE_LOCK_TIMEOUTAttributesDWORD (32-bit)SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A72Show the power option "Display > Console lock display off timeout"
WAIT_BATTSet via Power Shell Command600
WAIT_PLUGSet via Power Shell Command1800
WAIT_BATT_LOCKSet via Power Shell Command600
WAIT_PLUG_LOCKSet via Power Shell Command1800
IdleTimeoutDWORD (32-bit)HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power1800Controls the time in seconds before the system goes into sleep mode.
ShowLockScreenTimeoutDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\600Setting this will change how long the lock screen stays visible before the PC turns off the display or goes to sleep. The value is in seconds (ie: 600 = 10 minutes)
SlideshowTimeoutDWORD (32-bit)HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers1We set this to 1 to stop the screensaver from stopping the PC from going to sleep

Others

MSI SwitchKey NameValue TypeKey Path for MSI DeploymentKey ValueDescription of Key
DISABLE_APP_CLOSEDisableAppCloseDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer0
OVERWRITE_USER_SETTINGSOverwriteUserSettingsDatetimeDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer1/17/2025 14:24
AutoMinimiseToTrayDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\VibeDesktopPlayer1Set to 0 to disable auto minimising.

Single PC

Screensaver

Key NameValue TypeKey Path for EXE DeploymentKey ValueDescription of Key
ScreenSaveTimeOutStringHKEY_CURRENT_USER\Control Panel\Desktop300Sets the amount of idle time, in seconds, before the screensaver starts
ScreenSaverIsSecureStringHKEY_CURRENT_USER\Control Panel\Desktop1Determines whether the screensaver requires a password upon resumption
SCRNSAVE.EXEStringHKEY_CURRENT_USER\Control Panel\DesktopC:\Program Files (x86)\Vibe Desktop Player\Vibe Screensaver.scrSpecifies the path to the screensaver executable file ( .scr)
ScreenSaveActiveStringHKEY_CURRENT_USER\Control Panel\Desktop1Determines whether the screensaver is enabled
SlidesFolderStringHKEY_CURRENT_USER\Software\VibeDesktopPlayerMSI: C:\Program Files (x86)\Vibe Desktop Player\data\ScreenSaver
EXE: C:\Users\Public\Vibe Desktop Player\ScreenSaver
EnableScreensaverWhenSlideshowDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\1We set this to 1 to allow the screensaver to run when the lock screen slideshow is running (we set this even though the lock screen slideshow functionality is not enabled)
NoScreenSaverDWORD (32-bit)HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\0We set this to 0 to enable the screensaver

Lock Screen

Key NameValue TypeKey Path for EXE DeploymentKey ValueDescription of Key
LockScreenMinutesTillPcGoesToSleepDWORD (32-bit)HKEY_CURRENT_USER\Software\VibeDesktopPlayer0Sets a time limit for how long the computer will remain active while on the lock screen before it automatically enters sleep mode.
LockScreenImagePathStringHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSPMSI: C:\Program Files (x86)\Vibe Desktop Player\data\LoginScreen.jpg
EXE: C:\Users\Public\Vibe Desktop Player\LoginScreen.jpg
Specifies the path to a custom lock screen image
LockScreenImageStatusDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP1Indicates the status of the lock screen image. When set to 1 , it confirms that the lock screen image specified in  LockScreenImagePath  is applied
SlideshowEnabledDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP1
NoChangingLockScreenDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization\1Setting this to 1 will prevent the user from changing the lock screen backround image
AnimateLockScreenBackgroundDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization\1A registry value of 1 prevents laptops with gyroscopes from moving the lock screen image as the laptop is moved, as this also caused the image to zoom in.
NoLockScreenDWORD (32-bit)HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\PersonalizationWe don't set this value. Reference for troubleshooting onlyIf the lockscreen is not showing, check that this value has not be set to 1 via a group policy. Setting it to 0 enables the Lock Screen, while 1 disables it.
SlideshowDurationDWORD (32-bit)HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen1800000if LockScreenMinutesTillPcGoesToSleep is 30, 60 or 180, set this value to LockScreenMinutesTillPcGoesToSleep * 60000

Background Wallpaper

Key NameValue TypeKey Path for EXE DeploymentKey ValueDescription of Key
CurrentBackgroundImageStringHKEY_CURRENT_USER\Software\VibeScreenSaver\MSI: C:\Program Files (x86)\Vibe Desktop Player\data\DesktopBackground\abc.jpg
EXE: C:\Users\Public\Vibe Desktop Player\DesktopBackground\abc.jpg
WallpaperStyle DWORD (32-bit)HKEY_CURRENT_USER\Control Panel\Desktop\1Set to 1 which means centered
TileWallpaperDWORD (32-bit)HKEY_CURRENT_USER\Control Panel\Desktop\0Set to 0 which means not tiled
SlideshowTimeoutDWORD (32-bit)HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers\1We set this to 1 to stop the wallpaper slide show from keeping the computer active, which stops the screensaver from showing.

Power Saving

Key NameValue TypeKey Path for EXE DeploymentKey ValueDescription of Key
AttributesDWORD (32-bit)SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A72Show the power option "Display > Console lock display off timeout"
IdleTimeoutDWORD (32-bit)HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power1800Controls the time in seconds before the system goes into sleep mode.
ShowLockScreenTimeoutDWORD (32-bit)HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\600Setting this will change how long the lock screen stays visible before the PC turns off the display or goes to sleep. The value is in seconds (ie: 600 = 10 minutes)
SlideshowTimeoutDWORD (32-bit)HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers1We set this to 1 to stop the screensaver from stopping the PC from going to sleep

Others

Key NameValue TypeKey Path for EXE DeploymentKey ValueDescription of Key
DisableAppCloseDWORD (32-bit)HKEY_CURRENT_USER\Software\VibeDesktopPlayer0
OverwriteUserSettingsDatetimeDWORD (32-bit)HKEY_CURRENT_USER\Software\VibeDesktopPlayer1/17/2025 14:24
AutoMinimiseToTrayDWORD (32-bit)HKEY_CURRENT_USER\Software\VibeDesktopPlayer1

Update Auth Codes in the Registry

Use the following registry to update your auth codes manually:  \HKEY_CURRENT_USER\Software\VibeDesktopPlayer
  • ApiAuthCode = Screensaver Auth Code
  • LockScreenApiAuthCode = Lock Screen Auth Code
  • DesktopBackgroundApiAuthCode = Desktop Auth Code
    • Related Articles

    • Basic Troubleshooting

      Hardware Hardware issues include the TV, digital signage player, touchfoils, internet connection. Software issue includes the data / text or images that you see on the screen. Software issues have two parts as well, i) interactive property listings ...
    • Basic Troubleshooting

      Onscreen Display  Content is off centre If the content is off centre, try using the LG remote arrow keys to move the content back into position. Before... After... Video is zoomed in/cut off Try turning tile mode off using the Tile button on your ...
    • Touch Foil troubleshooting tips

      Touch Screen is showing False Touches Is there anything stuck on the foil near the touches? Has there been water running down the screen? If so clean the foil, restart the media plaer and check if that resolves issue. Is there a minimum 10mm gap ...
    • App Log Errors

      Please use this article as a guide if an error is displayed in the Digital Signage app for LG WebOS or Desktop Player App logs. Read First LG (WebOS) SoC: If your screen is running webOS 2.4.5 or higher, you'll have access to friendly error messages ...
    • Setup Guide - Zoom Rooms

      This guide provides detailed steps for configuring Vibe to work on Zoom Rooms compatible devices. Follow the instructions below to ensure proper setup and optimal functionality. Prerequisites Device Compatibility The URL option for digital signage ...