GithubHelp home page GithubHelp logo

Comments (7)

graysky2 avatar graysky2 commented on May 18, 2024

I then found this post on the Kodi forum. I amended the ExecStart line in the unit file to include the dbus-launch command and I can now shut down and reboot successfully.

It was setup like this in the past but some had issues with it: 6558d5a

Does it matter if you switch to vt7 (doubtful)? I cannot reproduce your issue on several test boxes.

from kodi-standalone-service.

elParaguayo avatar elParaguayo commented on May 18, 2024

Switching to vt7 stopped it from launching entirely.

If you can't reproduce the issue (thank you for trying!) then it's probably not worth spending more time on it.

If I get round to upgrading my HTPC then I can see if the same issue arises.

Thanks again for your help.

EDIT: If I do have the same issue, I can easily create a drop-in file to fix it for me but I'm interested in why no one else seems to have had this problem.

from kodi-standalone-service.

graysky2 avatar graysky2 commented on May 18, 2024

You're on Arch, right? You have two things going on here.

  1. the vt7 thing
  2. the restart thing

For 1. Are you using a windows manager? If so, disable it. When your machine boots, it should drop you to the tty login.

For 2. What if you stop kodi.service and remove the kodi-standalone-service package entirely. Then remove the kodi user (userdel kodi as root), then reinstall kodi-standalone-service. Reboot. Enable kodi debug logging. Start the kodi.service. Now try to restart the system using kodi's restart option (power icon in upper left>reboot). What happens? If it doesn't reboot as you expect, post the kodi debug.log here.

from kodi-standalone-service.

elParaguayo avatar elParaguayo commented on May 18, 2024

1: Yes, on Arch (and, just to be very clear, this is on a fresh VirtualBox install). Not using a windows manager (except manually via startx) so, yes, I boot to a login prompt.

2: Followed instructions (although couldn't seem to get debugging working via advancedsettings.xml so I started kodi, enabled debugging, stopped kodi, deleted old log and restarted service). No joy on reboot. Debug log below:

2020-05-04 07:29:30.055 T:140360752016064 NOTICE: -----------------------------------------------------------------------
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: Starting Kodi (18.6 Git:20200427-nogitfound). Platform: Linux x86 64-bit
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: Using Release Kodi x64 build
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: Kodi compiled 2020-04-27 by GCC 9.3.0 for Linux x86 64-bit version 5.4.17 (328721)
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: Running on Arch Linux 0.0, kernel: Linux x86 64-bit version 5.4.36-1-lts
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: FFmpeg version/source: 4.0.4-Kodi
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: Host CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz, 1 core available
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://masterprofile/ is mapped to: /var/lib/kodi/.kodi/userdata
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://envhome/ is mapped to: /var/lib/kodi
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://home/ is mapped to: /var/lib/kodi/.kodi
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://temp/ is mapped to: /var/lib/kodi/.kodi/temp
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: special://logpath/ is mapped to: /var/lib/kodi/.kodi/temp
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: The executable running is: /usr/lib/kodi/kodi-x11
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: Local hostname: archservervm
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: Log File is located: /var/lib/kodi/.kodi/temp/kodi.log
2020-05-04 07:29:30.055 T:140360752016064 NOTICE: -----------------------------------------------------------------------
2020-05-04 07:29:30.056 T:140360752016064 INFO: loading settings
2020-05-04 07:29:30.056 T:140360752016064 NOTICE: special://profile/ is mapped to: special://masterprofile/
2020-05-04 07:29:30.061 T:140360752016064 DEBUG: CSkinSettings: no tag found
2020-05-04 07:29:30.061 T:140360752016064 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
2020-05-04 07:29:30.061 T:140360752016064 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
2020-05-04 07:29:30.061 T:140360752016064 NOTICE: Contents of special://profile/advancedsettings.xml are...

2

2020-05-04 07:29:30.061 T:140360752016064 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
2020-05-04 07:29:30.061 T:140360752016064 NOTICE: Default Video Player: VideoPlayer
2020-05-04 07:29:30.061 T:140360752016064 NOTICE: Default Audio Player: paplayer
2020-05-04 07:29:30.061 T:140360752016064 NOTICE: Disabled debug logging due to GUI setting. Level 1.
2020-05-04 07:29:30.061 T:140360752016064 NOTICE: Log level changed to "LOG_LEVEL_DEBUG"
2020-05-04 06:29:30.062 T:140360752016064 INFO: creating subdirectories
2020-05-04 06:29:30.062 T:140360752016064 INFO: userdata folder: special://masterprofile/
2020-05-04 06:29:30.062 T:140360752016064 INFO: recording folder:
2020-05-04 06:29:30.062 T:140360752016064 INFO: screenshots folder:
2020-05-04 06:29:30.064 T:140360752002816 DEBUG: Thread Announce start, auto delete: false
2020-05-04 06:29:30.066 T:140360752016064 NOTICE: PulseAudio: Server not running
2020-05-04 06:29:30.066 T:140360672081664 DEBUG: Thread Lirc start, auto delete: false
2020-05-04 06:29:30.066 T:140360752016064 NOTICE: Running database version Addons27
2020-05-04 06:29:30.073 T:140360752016064 INFO: ADDON: cpluff: 'Could not open plug-in directory /usr/lib/kodi/addons: No such file or directory'
2020-05-04 06:29:30.073 T:140360752016064 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: game.controller.default v1.0.8 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: game.controller.snes v1.0.8 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: kodi.resource v1.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.album.universal v3.1.3 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.artists.universal v4.3.2 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.common.allmusic.com v3.2.1 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.common.imdb.com v3.1.5 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.10 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.local v1.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.themoviedb.org v5.1.10 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.2 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: script.module.pil v1.1.7 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: service.xbmc.versioncheck v0.5.4 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: skin.estouchy v2.0.28 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: skin.estuary v2.0.27 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: xbmc.addon v18.6.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: xbmc.core v0.1.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: xbmc.json v10.3.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: xbmc.python v2.26.0 installed
2020-05-04 06:29:30.073 T:140360752016064 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2020-05-04 06:29:30.074 T:140360672081664 INFO: Loading special://xbmc/system/Lircmap.xml
2020-05-04 06:29:30.074 T:140360672081664 INFO: * Adding remote mapping for device 'mceusb'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'XboxDVDDongle'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'anysee'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'iMON-PAD'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'MCE_via_iMON'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'TwinHanRemote'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'linux-input-layer'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'mediacenter'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'devinput'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'devinput-32'
2020-05-04 06:29:30.075 T:140360672081664 INFO: * Adding remote mapping for device 'devinput-64'
2020-05-04 06:29:30.075 T:140360672081664 DEBUG: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
2020-05-04 06:29:30.079 T:140360752016064 DEBUG: CFavourites::Load - no system favourites found, skipping
2020-05-04 06:29:30.079 T:140360752016064 DEBUG: CFavourites::Load - no userdata favourites found, skipping
2020-05-04 06:29:30.080 T:140360752016064 DEBUG: DBus method call to org.freedesktop.ConsoleKit.Manager.CanStop at /org/freedesktop/ConsoleKit/Manager of org.freedesktop.ConsoleKit failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.ConsoleKit was not provided by any .service files
2020-05-04 06:29:30.080 T:140360752016064 INFO: Selected Logind/UPower as PowerSyscall
2020-05-04 06:29:30.080 T:140360752016064 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2020-05-04 06:29:30.080 T:140360752016064 INFO: LogindUPowerSyscall - UPower not found, battery information will not be available
2020-05-04 06:29:30.104 T:140360752016064 DEBUG: LogindUPowerSyscall - inhibit lock taken, fd 10
2020-05-04 06:29:30.105 T:140360663688960 DEBUG: Thread ActiveAE start, auto delete: false
2020-05-04 06:29:30.105 T:140360655296256 DEBUG: Thread AESink start, auto delete: false
2020-05-04 06:29:30.111 T:140360646903552 DEBUG: Thread FDEventMonitor start, auto delete: false
2020-05-04 06:29:30.112 T:140360663688960 INFO: CAESinkALSA - Unable to open device "surround71" for playback
2020-05-04 06:29:30.123 T:140360663688960 INFO: CAESinkALSA - Unable to open device "surround71:CARD=I82801AAICH,DEV=0" for playback
2020-05-04 06:29:30.125 T:140360663688960 INFO: CAESinkALSA - Unable to open device "iec958:CARD=I82801AAICH,DEV=0" for playback
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: Found 1 Lists of Devices
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: Enumerated ALSA devices:
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: Device 1
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceName : @
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayName : Default (Intel 82801AA-ICH Intel 82801AA-ICH)
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayNameExtra:
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_channels : FL, FR, BL, BR, FC, LFE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_sampleRates : 48000
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: Device 2
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceName : sysdefault
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayName : Intel 82801AA-ICH (sysdefault)
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayNameExtra: Intel 82801AA-ICH
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_channels : FL, FR, BL, BR, FC, LFE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_sampleRates : 48000
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: Device 3
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceName : surround21
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayName : Intel 82801AA-ICH (surround21)
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayNameExtra: Intel 82801AA-ICH
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR, UNKNOWN1, UNKNOWN2, UNKNOWN3, UNKNOWN4, UNKNOWN5, UNKNOWN6, UNKNOWN7, UNKNOWN8
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_sampleRates : 48000
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: Device 4
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceName : @:CARD=I82801AAICH,DEV=0
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayName : Intel 82801AA-ICH (@:CARD=I82801AAICH,DEV=0)
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayNameExtra: Intel 82801AA-ICH
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_channels : FL, FR, BL, BR, FC, LFE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_sampleRates : 48000
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: Device 5
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceName : surround21:CARD=I82801AAICH,DEV=0
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayName : Intel 82801AA-ICH (surround21:CARD=I82801AAICH,DEV=0)
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_displayNameExtra: Intel 82801AA-ICH
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR, UNKNOWN1, UNKNOWN2, UNKNOWN3, UNKNOWN4, UNKNOWN5, UNKNOWN6, UNKNOWN7, UNKNOWN8
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_sampleRates : 48000
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
2020-05-04 06:29:30.126 T:140360663688960 NOTICE: m_streamTypes : No passthrough capabilities
2020-05-04 06:29:30.126 T:140360655296256 INFO: CActiveAESink::OpenSink - initialize sink
2020-05-04 06:29:30.126 T:140360655296256 DEBUG: CActiveAESink::OpenSink - trying to open device ALSA:@
2020-05-04 06:29:30.126 T:140360655296256 INFO: CAESinkALSA::Initialize - Attempting to open device "@"
2020-05-04 06:29:30.128 T:140360655296256 INFO: CAESinkALSA::Initialize - Opened device "sysdefault"
2020-05-04 06:29:30.128 T:140360655296256 INFO: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2020-05-04 06:29:30.128 T:140360655296256 INFO: CAESinkALSA::InitializeHW - Using data format AE_FMT_S16NE
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: CAESinkALSA::InitializeHW - Request: periodSize 1024, bufferSize 9600
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: CAESinkALSA::InitializeHW - Got: periodSize 1024, bufferSize 9216
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: CAESinkALSA::InitializeHW - Setting timeout to 192 ms
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: CAESinkALSA::GetChannelLayout - Input Channel Count: 2 Output Channel Count: 2
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: CAESinkALSA::GetChannelLayout - Requested Layout: FL, FR
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: CAESinkALSA::GetChannelLayout - Got Layout: FL, FR (ALSA: FL FR)
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: CActiveAESink::OpenSink - ALSA Initialized:
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: Output Device : Default (Intel 82801AA-ICH Intel 82801AA-ICH)
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: Sample Rate : 48000
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: Sample Format : AE_FMT_S16NE
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: Channel Count : 2
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: Channel Layout: FL, FR
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: Frames : 1024
2020-05-04 06:29:30.128 T:140360655296256 DEBUG: Frame Size : 4
2020-05-04 06:29:30.130 T:140360752016064 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2020-05-04 06:29:30.131 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
2020-05-04 06:29:30.131 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
2020-05-04 06:29:30.131 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
2020-05-04 06:29:30.131 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
2020-05-04 06:29:30.131 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
2020-05-04 06:29:30.131 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
2020-05-04 06:29:30.131 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
2020-05-04 06:29:30.132 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
2020-05-04 06:29:30.132 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
2020-05-04 06:29:30.132 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
2020-05-04 06:29:30.132 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
2020-05-04 06:29:30.132 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
2020-05-04 06:29:30.132 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
2020-05-04 06:29:30.132 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
2020-05-04 06:29:30.133 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
2020-05-04 06:29:30.134 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
2020-05-04 06:29:30.134 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
2020-05-04 06:29:30.134 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
2020-05-04 06:29:30.134 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
2020-05-04 06:29:30.134 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
2020-05-04 06:29:30.135 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
2020-05-04 06:29:30.135 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
2020-05-04 06:29:30.135 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
2020-05-04 06:29:30.135 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
2020-05-04 06:29:30.135 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
2020-05-04 06:29:30.135 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
2020-05-04 06:29:30.136 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
2020-05-04 06:29:30.136 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
2020-05-04 06:29:30.137 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
2020-05-04 06:29:30.137 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
2020-05-04 06:29:30.137 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
2020-05-04 06:29:30.137 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
2020-05-04 06:29:30.137 T:140360752016064 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
2020-05-04 06:29:30.138 T:140360752016064 DEBUG: DBus method call to org.freedesktop.DBus.Peer.Ping at /org/freedesktop/UDisks2 of org.freedesktop.UDisks2 failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks2 was not provided by any .service files
2020-05-04 06:29:30.138 T:140360752016064 DEBUG: DBus method call to org.freedesktop.UDisks.EnumerateDevices at /org/freedesktop/UDisks of org.freedesktop.UDisks failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks was not provided by any .service files
2020-05-04 06:29:30.346 T:140360752016064 DEBUG: Selected UDev as storage provider
2020-05-04 06:29:30.380 T:140360752016064 INFO: Available videomodes (xrandr):
2020-05-04 06:29:30.380 T:140360752016064 INFO: Output 'Virtual1' has 19 modes
2020-05-04 06:29:30.380 T:140360752016064 INFO: ID:0x4f Name:800x600 Refresh:60.000000 Width:800 Height:600
2020-05-04 06:29:30.380 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x60 Name:800x600 Refresh:60.316540 Width:800 Height:600
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x50 Name:2560x1600 Refresh:59.986591 Width:2560 Height:1600
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x51 Name:1920x1440 Refresh:60.000000 Width:1920 Height:1440
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x52 Name:1856x1392 Refresh:59.995178 Width:1856 Height:1392
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x53 Name:1792x1344 Refresh:59.999790 Width:1792 Height:1344
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x54 Name:1920x1200 Refresh:59.884602 Width:1920 Height:1200
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x55 Name:1600x1200 Refresh:60.000000 Width:1600 Height:1200
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x56 Name:1680x1050 Refresh:59.954250 Width:1680 Height:1050
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x57 Name:1400x1050 Refresh:59.978439 Width:1400 Height:1050
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x58 Name:1280x1024 Refresh:60.019741 Width:1280 Height:1024
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x59 Name:1440x900 Refresh:59.887451 Width:1440 Height:900
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x5a Name:1280x960 Refresh:60.000000 Width:1280 Height:960
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x5b Name:1360x768 Refresh:60.015160 Width:1360 Height:768
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x5c Name:1280x800 Refresh:59.810329 Width:1280 Height:800
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x5d Name:1152x864 Refresh:75.000000 Width:1152 Height:864
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x5e Name:1280x768 Refresh:59.870232 Width:1280 Height:768
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x5f Name:1024x768 Refresh:60.003841 Width:1024 Height:768
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 INFO: ID:0x61 Name:640x480 Refresh:59.940479 Width:640 Height:480
2020-05-04 06:29:30.381 T:140360752016064 INFO: Pixel Ratio: 1.000000
2020-05-04 06:29:30.381 T:140360752016064 NOTICE: Checking resolution 15
2020-05-04 06:29:30.471 T:140360752016064 INFO: RetroPlayer[PROCESS]: Registering process control for X11
2020-05-04 06:29:30.471 T:140360752016064 INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGL
2020-05-04 06:29:30.590 T:140360752016064 NOTICE: Using visual 0x21
2020-05-04 06:29:30.634 T:140360752016064 NOTICE: Previous line repeats 1 times.
2020-05-04 06:29:30.634 T:140360752016064 NOTICE: VDPAU::CreateContext - creating decoder context
2020-05-04 06:29:30.635 T:140360752016064 NOTICE: vdp_device = 0xb8b62320 vdp_st = 0x00000001
2020-05-04 06:29:30.635 T:140360752016064 ERROR: (VDPAU) unable to init VDPAU - vdp_st = 0x1. Falling back.
2020-05-04 06:29:30.635 T:140360752016064 DEBUG: GLX_EXTENSIONS: GLX_ARB_context_flush_control GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_create_context_es2_profile GLX_EXT_create_context_es_profile GLX_EXT_fbconfig_packed_float GLX_EXT_framebuffer_sRGB GLX_EXT_import_context GLX_EXT_texture_from_pixmap GLX_EXT_visual_info GLX_EXT_visual_rating GLX_MESA_copy_sub_buffer GLX_MESA_query_renderer GLX_OML_swap_method GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_SGI_make_current_read
2020-05-04 06:29:30.635 T:140360752016064 NOTICE: GL_VENDOR = VMware, Inc.
2020-05-04 06:29:30.635 T:140360752016064 NOTICE: GL_RENDERER = llvmpipe (LLVM 10.0.0, 256 bits)
2020-05-04 06:29:30.635 T:140360752016064 NOTICE: GL_VERSION = 3.1 Mesa 20.0.6
2020-05-04 06:29:30.635 T:140360752016064 NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.40
2020-05-04 06:29:30.635 T:140360752016064 NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_APPLE_packed_pixels GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_EXT_texture_buffer_object GL_AMD_texture_texture4 GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_buffer_object GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_compatibility GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_draw_indirect GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_viewport_array GL_EXT_direct_state_access GL_AMD_multi_draw_indirect GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_query_buffer_object GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_enhanced_layouts GL_ARB_indirect_parameters GL_ARB_internalformat_query2 GL_ARB_multi_bind GL_ARB_query_buffer_object GL_ARB_seamless_cubemap_per_texture GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shading_language_include GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_ARB_clip_control GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_get_texture_sub_image GL_ARB_pipeline_statistics_query GL_ARB_transform_feedback_overflow_query GL_EXT_polygon_offset_clamp GL_KHR_context_flush_control GL_ARB_parallel_shader_compile GL_ARB_shader_atomic_counter_ops GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_MESA_shader_integer_functions GL_ARB_polygon_offset_clamp GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_texture_sRGB_R8 GL_EXT_EGL_sync
2020-05-04 06:29:30.645 T:140360752016064 ERROR: CYUVShaderGLSL::CYUVShaderGLSL - failed to open file gl_shader_frag_texture_lim.glsl
2020-05-04 06:29:30.645 T:140360752016064 NOTICE: GL: No pixel shader, fixed pipeline in use
2020-05-04 06:29:30.657 T:140360752016064 ERROR: CYUVShaderGLSL::CYUVShaderGLSL - failed to open file gl_shader_frag_texture_lim.glsl
2020-05-04 06:29:30.657 T:140360752016064 NOTICE: GL: No pixel shader, fixed pipeline in use
2020-05-04 06:29:30.665 T:140360752016064 INFO: GL: Maximum texture width: 8192
2020-05-04 06:29:30.665 T:140360752016064 DEBUG: guilib: Fill viewport on change for solving rendering passes
2020-05-04 06:29:30.828 T:140360752016064 INFO: GL: Enabling VSYNC
2020-05-04 06:29:30.833 T:140360752016064 INFO: load keymapping
2020-05-04 06:29:30.834 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
2020-05-04 06:29:30.834 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2020-05-04 06:29:30.835 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2020-05-04 06:29:30.836 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
2020-05-04 06:29:30.836 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/joystick.xml
2020-05-04 06:29:30.837 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
2020-05-04 06:29:30.839 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/mouse.xml
2020-05-04 06:29:30.839 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/remote.xml
2020-05-04 06:29:30.840 T:140360752016064 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
2020-05-04 06:29:30.841 T:140360752016064 INFO: GUI format 720x480, Display Windowed
2020-05-04 06:29:30.841 T:140360752016064 INFO: CLangInfo: loading resource.language.en_gb language information...
2020-05-04 06:29:30.841 T:140360752016064 DEBUG: trying to set locale to en_US.UTF-8
2020-05-04 06:29:30.841 T:140360752016064 INFO: global locale set to C
2020-05-04 06:29:30.842 T:140360752016064 INFO: CLangInfo: loading resource.language.en_gb language strings...
2020-05-04 06:29:30.849 T:140360752016064 DEBUG: LocalizeStrings: loaded 4015 strings from file resource://resource.language.en_gb/strings.po
2020-05-04 06:29:30.851 T:140360752016064 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
2020-05-04 06:29:30.851 T:140360752016064 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
2020-05-04 06:29:30.851 T:140360752016064 DEBUG: LocalizeStrings: loaded 18 strings from file /usr/share/kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.851 T:140360752016064 DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.851 T:140360752016064 DEBUG: LocalizeStrings: loaded 17 strings from file /var/lib/kodi/.kodi/addons/metadata.album.universal/resources/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.852 T:140360752016064 DEBUG: LocalizeStrings: loaded 32 strings from file /var/lib/kodi/.kodi/addons/metadata.artists.universal/resources/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.853 T:140360752016064 DEBUG: LocalizeStrings: loaded 8 strings from file /var/lib/kodi/.kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.853 T:140360752016064 DEBUG: LocalizeStrings: loaded 11 strings from file /var/lib/kodi/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.854 T:140360752016064 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.855 T:140360752016064 DEBUG: LocalizeStrings: loaded 24 strings from file /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/language/English/strings.po
2020-05-04 06:29:30.856 T:140360384861952 DEBUG: Thread JobWorker start, auto delete: true
2020-05-04 06:29:30.856 T:140360384861952 DEBUG: Initialize, updating databases...
2020-05-04 06:29:30.856 T:140360384861952 NOTICE: Running database version Addons27
2020-05-04 06:29:30.856 T:140360384861952 NOTICE: Running database version ViewModes6
2020-05-04 06:29:30.857 T:140360384861952 NOTICE: Running database version Textures13
2020-05-04 06:29:30.858 T:140360384861952 NOTICE: Running database version MyMusic72
2020-05-04 06:29:30.859 T:140360384861952 NOTICE: Running database version MyVideos116
2020-05-04 06:29:30.860 T:140360384861952 NOTICE: Running database version TV32
2020-05-04 06:29:30.860 T:140360384861952 NOTICE: Running database version Epg12
2020-05-04 06:29:30.860 T:140360384861952 DEBUG: Initialize, updating databases... DONE
2020-05-04 06:29:30.866 T:140360752016064 NOTICE: start dvd mediatype detection
2020-05-04 06:29:30.866 T:140360752016064 DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
2020-05-04 06:29:30.875 T:140360606914304 DEBUG: Thread DetectDVDMedia start, auto delete: false
2020-05-04 06:29:30.875 T:140360606914304 DEBUG: Compiled with libcdio Version 0.20100
2020-05-04 06:29:30.883 T:140360752016064 INFO: Unloading old skin ...
2020-05-04 06:29:30.884 T:140360752016064 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
2020-05-04 06:29:30.884 T:140360752016064 INFO: load fonts for skin...
2020-05-04 06:29:30.885 T:140360752016064 INFO: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
2020-05-04 06:29:30.905 T:140360752016064 INFO: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
2020-05-04 06:29:30.919 T:140360752016064 DEBUG: LocalizeStrings: loaded 140 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po
2020-05-04 06:29:30.919 T:140360752016064 INFO: load new skin...
2020-05-04 06:29:30.919 T:140360752016064 INFO: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
2020-05-04 06:29:30.921 T:140360752016064 DEBUG: Load Skin XML: 2.41ms
2020-05-04 06:29:30.921 T:140360752016064 INFO: initialize new skin...
2020-05-04 06:29:30.921 T:140360752016064 DEBUG: guilib: Fill viewport on change for solving rendering passes
2020-05-04 06:29:30.921 T:140360752016064 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2020-05-04 06:29:30.923 T:140360752016064 DEBUG: OpenBundle - Opened bundle /usr/share/kodi/addons/skin.estuary/media/Textures.xbt
2020-05-04 06:29:30.923 T:140360752016064 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2020-05-04 06:29:30.923 T:140360752016064 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2020-05-04 06:29:30.929 T:140360752016064 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2020-05-04 06:29:30.929 T:140360752016064 INFO: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2020-05-04 06:29:30.930 T:140360752016064 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2020-05-04 06:29:30.931 T:140360752016064 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2020-05-04 06:29:30.932 T:140360752016064 INFO: Previous line repeats 1 times.
2020-05-04 06:29:30.932 T:140360752016064 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
2020-05-04 06:29:30.953 T:140360752016064 INFO: skin loaded...
2020-05-04 06:29:30.953 T:140360752016064 DEBUG: Activating window ID: 12997
2020-05-04 06:29:30.953 T:140360752016064 DEBUG: ------ Window Init () ------
2020-05-04 06:29:30.953 T:140360752016064 DEBUG: Activating window ID: 12999
2020-05-04 06:29:30.953 T:140360752016064 DEBUG: ------ Window Init (Startup.xml) ------
2020-05-04 06:29:30.953 T:140360752016064 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2020-05-04 06:29:30.953 T:140360752016064 DEBUG: Activating window ID: 10000
2020-05-04 06:29:30.953 T:140360752016064 DEBUG: ------ Window Deinit (Startup.xml) ------
2020-05-04 06:29:30.953 T:140360752016064 DEBUG: ------ Window Init (Home.xml) ------
2020-05-04 06:29:30.953 T:140360752016064 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2020-05-04 06:29:30.988 T:140360752016064 DEBUG: CDirectoryProvider[addons://]: refreshing..
2020-05-04 06:29:30.991 T:140360384861952 DEBUG: CAddonMgr::GetAvailableUpdates took 3 ms
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[library://video/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[favourites://]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
2020-05-04 06:29:30.994 T:140360752016064 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
2020-05-04 06:29:31.000 T:140360752016064 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
2020-05-04 06:29:31.000 T:140360752016064 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2020-05-04 06:29:31.000 T:140360752016064 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2020-05-04 06:29:31.000 T:140360752016064 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2020-05-04 06:29:31.008 T:140360752016064 INFO: JSONRPC v10.3.0: Successfully initialized
2020-05-04 06:29:31.009 T:140360752016064 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
2020-05-04 06:29:31.009 T:140360752016064 DEBUG: LoadMappings - loaded node "CEC Adapter"
2020-05-04 06:29:31.009 T:140360752016064 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
2020-05-04 06:29:31.009 T:140360752016064 DEBUG: LoadMappings - loaded node "iMON HID device"
2020-05-04 06:29:31.009 T:140360752016064 DEBUG: LoadMappings - loaded node "WETEK Play remote"
2020-05-04 06:29:31.009 T:140360752016064 DEBUG: LoadMappings - loaded node ""
2020-05-04 06:29:31.009 T:140360370976512 DEBUG: Thread JobWorker start, auto delete: true
2020-05-04 06:29:31.016 T:140360384861952 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
2020-05-04 06:29:31.016 T:140360384861952 DEBUG: Getting Directory (special://profile/playlists/video)
2020-05-04 06:29:31.016 T:140360384861952 DEBUG: Getting Directory (special://profile/playlists/mixed)
2020-05-04 06:29:31.016 T:140360384861952 DEBUG: CMultiPathDirectory::MergeItems, items = 0
2020-05-04 06:29:31.021 T:140360384861952 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
2020-05-04 06:29:31.023 T:140360384861952 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview., songartistview. FROM (SELECT idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder
2020-05-04 06:29:31.024 T:140360384861952 DEBUG: GetRecentlyAddedAlbums query: SELECT albumview., albumartistview. FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
2020-05-04 06:29:31.024 T:140360384861952 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
2020-05-04 06:29:31.029 T:140360384861952 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
2020-05-04 06:29:31.029 T:140360384861952 DEBUG: GetArtistsByWhere query: SELECT COUNT(DISTINCT artistview.idArtist) FROM artistview WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '')
2020-05-04 06:29:31.031 T:140360354191104 DEBUG: Thread PeripBusUSBUdev start, auto delete: false
2020-05-04 06:29:31.031 T:140360354191104 DEBUG: Process - initialised udev monitor
2020-05-04 06:29:31.035 T:140360345798400 DEBUG: Thread PeripBusCEC start, auto delete: false
2020-05-04 06:29:31.044 T:140360181176064 DEBUG: Thread PeripBusAddon start, auto delete: false
2020-05-04 06:29:31.044 T:140360752016064 DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
2020-05-04 06:29:31.044 T:140360752016064 NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2020-05-04 06:29:31.044 T:140360752016064 DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
2020-05-04 06:29:31.044 T:140360752016064 NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: ContextMenuManager: addon menus reloaded.
2020-05-04 06:29:31.045 T:140360752016064 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerCoreConfig::: created player VideoPlayer
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerCoreConfig::: created player PAPlayer
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerCoreConfig::: created player RetroPlayer
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
2020-05-04 06:29:31.045 T:140360752016064 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
2020-05-04 06:29:31.045 T:140360752016064 NOTICE: Loaded playercorefactory configuration
2020-05-04 06:29:31.045 T:140360752016064 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2020-05-04 06:29:31.045 T:140360752016064 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2020-05-04 06:29:31.045 T:140360752016064 INFO: removing tempfiles
2020-05-04 06:29:31.047 T:140360752016064 DEBUG: CRepositoryUpdater: previous update at 05/03/2020 6:58:31 PM, next at 05/04/2020 6:58:31 PM
2020-05-04 06:29:31.047 T:140360752016064 DEBUG: CServiceAddonManager: starting service.xbmc.versioncheck
2020-05-04 06:29:31.047 T:140360752016064 NOTICE: initialize done
2020-05-04 06:29:31.047 T:140360752016064 NOTICE: Running the application...
2020-05-04 06:29:31.048 T:140360752016064 DEBUG: no profile autoexec.py (/var/lib/kodi/.kodi/userdata/autoexec.py) found, skipping
2020-05-04 06:29:31.048 T:140360752016064 DEBUG: NetworkMessage - Starting network services
2020-05-04 06:29:31.048 T:140360155997952 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-05-04 06:29:31.048 T:140360155997952 INFO: initializing python engine.
2020-05-04 06:29:31.064 T:140360164390656 DEBUG: Thread Timer start, auto delete: false
2020-05-04 06:29:31.064 T:140360172783360 DEBUG: Thread PeripEventScanner start, auto delete: false
2020-05-04 06:29:31.066 T:140360752016064 INFO: CZeroconfAvahi::clientCallback: avahi server not available. But may become later...
2020-05-04 06:29:31.066 T:140360752016064 NOTICE: starting zeroconf publishing
2020-05-04 06:29:31.067 T:140360752016064 INFO: JSONRPC Server: Successfully initialized
2020-05-04 06:29:31.068 T:140360370976512 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (archservervm) port:9090
2020-05-04 06:29:31.068 T:140360370976512 DEBUG: CZeroconfAvahi::doPublishService: client not running, queued for publishing
2020-05-04 06:29:31.074 T:140359933884160 DEBUG: Thread EventServer start, auto delete: false
2020-05-04 06:29:31.074 T:140359933884160 NOTICE: ES: Starting UDP Event server on port 9777
2020-05-04 06:29:31.074 T:140359933884160 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
2020-05-04 06:29:31.074 T:140360370976512 DEBUG: CZeroconfAvahi::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (archservervm) port:9777
2020-05-04 06:29:31.074 T:140360370976512 DEBUG: CZeroconfAvahi::doPublishService: client not running, queued for publishing
2020-05-04 06:29:31.074 T:140359925491456 DEBUG: Thread TCPServer start, auto delete: false
2020-05-04 06:29:31.080 T:140360155997952 DEBUG: CPythonInvoker(0, /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): start processing
2020-05-04 06:29:31.103 T:140360155997952 DEBUG: -->Python Interpreter Initialized<--
2020-05-04 06:29:31.103 T:140360155997952 DEBUG: CPythonInvoker(0, /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): the source file to load is "/var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py"
2020-05-04 06:29:31.103 T:140360155997952 DEBUG: CPythonInvoker(0, /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): setting the Python path to /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages
2020-05-04 06:29:31.103 T:140360155997952 DEBUG: CPythonInvoker(0, /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): entering source directory /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib
2020-05-04 06:29:31.103 T:140360155997952 DEBUG: CPythonInvoker(0, /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.14.0 of the xbmc.python api
2020-05-04 06:29:31.123 T:140360155997952 DEBUG: CAddonSettings[service.xbmc.versioncheck]: loading setting definitions
2020-05-04 06:29:31.123 T:140360155997952 DEBUG: CAddonSettings[service.xbmc.versioncheck]: trying to load setting definitions from old format...
2020-05-04 06:29:31.123 T:140360155997952 DEBUG: Version Check: Version 0.5.4 started
2020-05-04 06:29:31.577 T:140360752016064 DEBUG: LogindUPowerSyscall - Received unknown signal NameAcquired
2020-05-04 06:29:33.065 T:140360752016064 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:33.065 T:140360752016064 DEBUG: HandleKey: up (0xf080) pressed, action is Up
2020-05-04 06:29:33.223 T:140360752016064 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:35.754 T:140360752016064 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2020-05-04 06:29:35.921 T:140360752016064 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:35.921 T:140360752016064 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2020-05-04 06:29:35.921 T:140360752016064 DEBUG: Activating window ID: 10111
2020-05-04 06:29:35.921 T:140360752016064 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
2020-05-04 06:29:35.921 T:140360752016064 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
2020-05-04 06:29:36.129 T:140360155997952 DEBUG: Version Check: Version installed {u'major': 18, u'tag': u'stable', u'minor': 6, u'revision': u'20200427-nogitfound'}
2020-05-04 06:29:36.129 T:140360155997952 DEBUG: Version Check: Version available {u'major': u'18', u'extrainfo': u'final', u'tagversion': u'', u'tag': u'stable', u'addon_support': u'yes', u'minor': u'6', u'revision': u'20200229-8e967df'}
2020-05-04 06:29:36.129 T:140360155997952 DEBUG: Version Check: There is no newer stable available
2020-05-04 06:29:36.129 T:140360155997952 INFO: CPythonInvoker(0, /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): script successfully run
2020-05-04 06:29:36.129 T:140360155997952 DEBUG: onExecutionDone(0, /var/lib/kodi/.kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py)
2020-05-04 06:29:36.132 T:140360155997952 INFO: Python interpreter stopped
2020-05-04 06:29:36.132 T:140360155997952 DEBUG: Thread LanguageInvoker 140360155997952 terminating
2020-05-04 06:29:36.844 T:140360752016064 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:36.845 T:140360752016064 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2020-05-04 06:29:36.994 T:140360752016064 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:37.309 T:140360752016064 DEBUG: Previous line repeats 1 times.
2020-05-04 06:29:37.309 T:140360752016064 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2020-05-04 06:29:37.440 T:140360752016064 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:37.697 T:140360752016064 DEBUG: Previous line repeats 1 times.
2020-05-04 06:29:37.697 T:140360752016064 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2020-05-04 06:29:37.861 T:140360752016064 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:38.270 T:140360752016064 DEBUG: Previous line repeats 1 times.
2020-05-04 06:29:38.270 T:140360752016064 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2020-05-04 06:29:38.420 T:140360752016064 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:38.739 T:140360752016064 DEBUG: Previous line repeats 1 times.
2020-05-04 06:29:38.739 T:140360752016064 DEBUG: HandleKey: down (0xf081) pressed, action is Down
2020-05-04 06:29:38.897 T:140360752016064 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:39.466 T:140360752016064 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2020-05-04 06:29:39.633 T:140360752016064 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
2020-05-04 06:29:39.633 T:140360752016064 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2020-05-04 06:29:39.676 T:140360752016064 NOTICE: Stopping player
2020-05-04 06:29:39.676 T:140360752016064 NOTICE: Storing total System Uptime
2020-05-04 06:29:39.677 T:140360752016064 NOTICE: Saving settings
2020-05-04 06:29:39.680 T:140360752016064 NOTICE: Saving skin settings
2020-05-04 06:29:39.681 T:140360752016064 NOTICE: Stopping all
2020-05-04 06:29:39.681 T:140360384861952 DEBUG: Thread JobWorker 140360384861952 terminating (autodelete)
2020-05-04 06:29:39.682 T:140360370976512 DEBUG: Thread JobWorker 140360370976512 terminating (autodelete)
2020-05-04 06:29:39.682 T:140360752016064 DEBUG: NetworkMessage - Signaling network services to stop
2020-05-04 06:29:39.682 T:140360752016064 NOTICE: ES: Stopping event server
2020-05-04 06:29:39.682 T:140360752016064 DEBUG: NetworkMessage - Waiting for network services to stop
2020-05-04 06:29:39.682 T:140360752016064 NOTICE: stopping zeroconf publishing
2020-05-04 06:29:40.091 T:140359933884160 NOTICE: ES: UDP Event server stopped
2020-05-04 06:29:40.091 T:140359933884160 DEBUG: Thread EventServer 140359933884160 terminating
2020-05-04 06:29:40.091 T:140359925491456 DEBUG: Thread TCPServer 140359925491456 terminating
2020-05-04 06:29:40.092 T:140360752016064 NOTICE: stop dvd detect media
2020-05-04 06:29:40.246 T:140360606914304 DEBUG: Thread DetectDVDMedia 140360606914304 terminating
2020-05-04 06:29:40.246 T:140360752016064 DEBUG: CServiceAddonManager: stopping service.xbmc.versioncheck.
2020-05-04 06:29:40.246 T:140360752016064 INFO: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended)
2020-05-04 06:29:40.247 T:140360663688960 DEBUG: Thread ActiveAE 140360663688960 terminating

from kodi-standalone-service.

graysky2 avatar graysky2 commented on May 18, 2024

I am unclear from the log what is going on. I have no experiencing using this in a VM particularly VB. What is the host OS? Can you try it on a non-virtualized Arch?

from kodi-standalone-service.

elParaguayo avatar elParaguayo commented on May 18, 2024

Host OS is Arch too. However, I get the impression it may be the virtualisation causing this issue here so I suggest we leave this for now as I don't think it's worth your time looking into this further.

Thanks for helping though.

from kodi-standalone-service.

graysky2 avatar graysky2 commented on May 18, 2024

OK. Please try it on the host without the WM setup to run. It should work. Reopen if not.

from kodi-standalone-service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.