Guest User

RPi4-MYSQL-issue-LE9.2.1

a guest
Apr 9th, 2020
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.17 KB | None | 0 0
  1. ################################################################################
  2. # ... output of cat /storage/.kodi/temp/kodi.log
  3. # LibreELEC release: RPi4.arm-9.2.1
  4. #
  5. ################################################################################
  6. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: -----------------------------------------------------------------------
  7. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: Starting Kodi (18.6 Git:leia_pi4_18.6-Leia). Platform: Linux ARM 32-bit
  8. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: Using Release Kodi x32 build
  9. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: Kodi compiled 2020-03-03 by GCC 8.3.0 for Linux ARM 32-bit version 4.19.106 (267114)
  10. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: Running on LibreELEC (official): 9.2.1, kernel: Linux ARM 32-bit version 4.19.106
  11. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: FFmpeg version/source: 4.0.4-Kodi
  12. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
  13. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: ARM Features: Neon enabled
  14. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi/
  15. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
  16. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
  17. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
  18. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://envhome/ is mapped to: /storage
  19. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://home/ is mapped to: /storage/.kodi
  20. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
  21. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: special://logpath/ is mapped to: /storage/.kodi/temp
  22. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
  23. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: Local hostname: kodi-livingrm
  24. 2019-04-11 12:28:39.521 T:3011151184 NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
  25. 2019-04-11 12:28:39.522 T:3011151184 NOTICE: -----------------------------------------------------------------------
  26. 2019-04-11 12:28:39.532 T:3011151184 INFO: loading settings
  27. 2019-04-11 12:28:39.535 T:3011151184 NOTICE: special://profile/ is mapped to: special://masterprofile/
  28. 2019-04-11 12:28:39.557 T:3011151184 DEBUG: CSkinSettings: no <skinsettings> tag found
  29. 2019-04-11 12:28:39.558 T:3011151184 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
  30. 2019-04-11 12:28:39.558 T:3011151184 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
  31. <?xml version="1.0" encoding="utf-8" ?>
  32. <advancedsettings>
  33. <cputempcommand>/usr/bin/cputemp</cputempcommand>
  34. <gputempcommand>/usr/bin/gputemp</gputempcommand>
  35. <showexitbutton>false</showexitbutton>
  36. <remotedelay>1</remotedelay>
  37. <samba>
  38. <clienttimeout>30</clienttimeout>
  39. </samba>
  40. <fanartres>720</fanartres>
  41. <imageres>540</imageres>
  42. </advancedsettings>
  43. 2019-04-11 12:28:39.558 T:3011151184 WARNING: CSettingsManager: missing version attribute
  44. 2019-04-11 12:28:39.561 T:3011151184 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  45. 2019-04-11 12:28:39.561 T:3011151184 NOTICE: Contents of special://profile/advancedsettings.xml are...
  46. <advancedsettings>
  47. <videodatabase>
  48. <type>mysql</type>
  49. <host>192.168.1.23</host>
  50. <port>3306</port>
  51. <user>kodi</user>
  52. <pass>*****</pass>
  53. </videodatabase>
  54. <musicdatabase>
  55. <type>mysql</type>
  56. <host>192.168.1.23</host>
  57. <port>3306</port>
  58. <user>kodi</user>
  59. <pass>*****</pass>
  60. </musicdatabase>
  61. <videolibrary>
  62. <importwatchedstate>true</importwatchedstate>
  63. <importresumepoint>true</importresumepoint>
  64. </videolibrary>
  65. </advancedsettings>
  66. 2019-04-11 12:28:39.561 T:3011151184 WARNING: VIDEO database configuration is experimental.
  67. 2019-04-11 12:28:39.561 T:3011151184 WARNING: CSettingsManager: missing version attribute
  68. 2019-04-11 12:28:39.561 T:3011151184 NOTICE: Default Video Player: VideoPlayer
  69. 2019-04-11 12:28:39.562 T:3011151184 NOTICE: Default Audio Player: paplayer
  70. 2019-04-11 12:28:39.562 T:3011151184 NOTICE: Enabled debug logging due to GUI setting (2)
  71. 2019-04-11 12:28:39.562 T:3011151184 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  72. 2019-04-11 12:28:39.562 T:3011151184 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  73. 2019-04-11 12:28:39.572 T:3011151184 INFO: creating subdirectories
  74. 2019-04-11 12:28:39.572 T:3011151184 INFO: userdata folder: special://masterprofile/
  75. 2019-04-11 12:28:39.572 T:3011151184 INFO: recording folder:
  76. 2019-04-11 12:28:39.572 T:3011151184 INFO: screenshots folder: /storage/screenshots/
  77. 2019-04-11 12:28:39.680 T:3011151184 NOTICE: PulseAudio: Server found running - will try to use Pulse
  78. 2019-04-11 12:28:39.681 T:2933912432 DEBUG: Thread Lirc start, auto delete: false
  79. 2019-04-11 12:28:39.681 T:2933912432 INFO: Loading special://xbmc/system/Lircmap.xml
  80. 2019-04-11 12:28:39.681 T:3001021296 DEBUG: Thread libinput start, auto delete: false
  81. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'mceusb'
  82. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  83. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  84. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  85. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'anysee'
  86. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'iMON-PAD'
  87. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  88. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  89. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'TwinHanRemote'
  90. 2019-04-11 12:28:39.687 T:2933912432 INFO: * Adding remote mapping for device 'linux-input-layer'
  91. 2019-04-11 12:28:39.688 T:2933912432 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  92. 2019-04-11 12:28:39.688 T:2933912432 INFO: * Adding remote mapping for device 'mediacenter'
  93. 2019-04-11 12:28:39.688 T:2933912432 INFO: * Adding remote mapping for device 'devinput'
  94. 2019-04-11 12:28:39.688 T:2933912432 INFO: * Adding remote mapping for device 'devinput-32'
  95. 2019-04-11 12:28:39.688 T:2933912432 INFO: * Adding remote mapping for device 'devinput-64'
  96. 2019-04-11 12:28:39.688 T:2933912432 DEBUG: CIRTranslator::Load - no userdata Lircmap.xml found, skipping
  97. 2019-04-11 12:28:39.730 T:3011151184 NOTICE: Running database version Addons27
  98. 2019-04-11 12:28:39.883 T:3001021296 DEBUG: CLibInputHandler::DeviceAdded - keyboard type device added: flirc.tv flirc Keyboard (event0)
  99. 2019-04-11 12:28:39.883 T:3001021296 DEBUG: CLibInputKeyboard::GetRepeat - delay: 500ms repeat: 33ms for flirc.tv flirc Keyboard (event0)
  100. 2019-04-11 12:28:39.893 T:3011151184 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/kodi/addons: No such file or directory'
  101. 2019-04-11 12:28:39.894 T:3011151184 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  102. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
  103. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
  104. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: driver.dvb.crazycat v9.2.0.0 installed
  105. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: driver.dvb.dvb-latest v9.2.0.0 installed
  106. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: game.controller.default v1.0.8 installed
  107. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: game.controller.snes v1.0.8 installed
  108. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
  109. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
  110. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
  111. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
  112. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
  113. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
  114. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
  115. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
  116. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
  117. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
  118. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
  119. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
  120. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
  121. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
  122. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
  123. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
  124. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
  125. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: kodi.resource v1.0.0 installed
  126. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: metadata.album.universal v3.1.2 installed
  127. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: metadata.albums.theaudiodb.com v1.2.3 installed
  128. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: metadata.artists.universal v4.3.2 installed
  129. 2019-04-11 12:28:39.894 T:3011151184 NOTICE: ADDON: metadata.common.allmusic.com v3.2.1 installed
  130. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.common.fanart.tv v3.6.2 installed
  131. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
  132. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
  133. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
  134. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.10 installed
  135. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.local v1.0.0 installed
  136. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.themoviedb.org v5.1.10 installed
  137. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.2 installed
  138. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: os.libreelec.tv v9.2 installed
  139. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: os.openelec.tv v9.2 installed
  140. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: peripheral.joystick v1.4.9 installed
  141. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: repository.kodi.game v1.0.0 installed
  142. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: repository.libreelec.tv v9.2.0 installed
  143. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
  144. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
  145. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
  146. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
  147. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
  148. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
  149. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
  150. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.module.chardet v3.0.4 installed
  151. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.module.idna v2.8 installed
  152. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.module.pil v1.1.7 installed
  153. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
  154. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.module.requests v2.22.0 installed
  155. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
  156. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: script.program.driverselect v0.1.6 installed
  157. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: service.libreelec.settings v9.0.0 installed
  158. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: skin.estuary v2.0.27 installed
  159. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: visualization.spectrum v3.0.3.1 installed
  160. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: weather.yahoo v5.0.6 installed
  161. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
  162. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: xbmc.addon v18.6.0 installed
  163. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: xbmc.core v0.1.0 installed
  164. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: xbmc.gui v5.14.0 installed
  165. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: xbmc.json v10.3.0 installed
  166. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
  167. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: xbmc.python v2.26.0 installed
  168. 2019-04-11 12:28:39.895 T:3011151184 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
  169. 2019-04-11 12:28:39.904 T:3001021296 DEBUG: CLibInputHandler::DeviceAdded - pointer type device added: flirc.tv flirc Consumer Control (event1)
  170. 2019-04-11 12:28:39.904 T:3001021296 DEBUG: CLibInputHandler::DeviceAdded - keyboard type device added: flirc.tv flirc Consumer Control (event1)
  171. 2019-04-11 12:28:39.904 T:3001021296 DEBUG: CLibInputKeyboard::GetRepeat - could not get key repeat for event1 (Function not implemented)
  172. 2019-04-11 12:28:39.904 T:3001021296 DEBUG: CLibInputKeyboard::GetRepeat - delay: 400ms repeat: 80ms for flirc.tv flirc Consumer Control (event1)
  173. 2019-04-11 12:28:39.921 T:3011151184 DEBUG: CFavourites::Load - no system favourites found, skipping
  174. 2019-04-11 12:28:39.921 T:3011151184 DEBUG: CFavourites::Load - no userdata favourites found, skipping
  175. 2019-04-11 12:28:39.924 T:3011151184 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
  176. 2019-04-11 12:28:39.924 T:3011151184 INFO: Selected Logind/UPower as PowerSyscall
  177. 2019-04-11 12:28:39.924 T:3001021296 DEBUG: CLibInputHandler::DeviceAdded - keyboard type device added: flirc.tv flirc System Control (event2)
  178. 2019-04-11 12:28:39.924 T:3001021296 DEBUG: CLibInputKeyboard::GetRepeat - could not get key repeat for event2 (Function not implemented)
  179. 2019-04-11 12:28:39.924 T:3001021296 DEBUG: CLibInputKeyboard::GetRepeat - delay: 400ms repeat: 80ms for flirc.tv flirc System Control (event2)
  180. 2019-04-11 12:28:39.924 T:3011151184 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  181. 2019-04-11 12:28:39.924 T:3011151184 INFO: LogindUPowerSyscall - UPower not found, battery information will not be available
  182. 2019-04-11 12:28:39.932 T:3011151184 DEBUG: LogindUPowerSyscall - inhibit lock taken, fd 21
  183. 2019-04-11 12:28:39.933 T:3011151184 DEBUG: DBus method call to org.freedesktop.UPower.EnumerateDevices at /org/freedesktop/UPower of org.freedesktop.UPower failed: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  184. 2019-04-11 12:28:39.934 T:2988688240 DEBUG: Thread ActiveAE start, auto delete: false
  185. 2019-04-11 12:28:39.934 T:2979001200 DEBUG: Thread AESink start, auto delete: false
  186. 2019-04-11 12:28:39.934 T:2968515440 DEBUG: Thread FDEventMonitor start, auto delete: false
  187. 2019-04-11 12:28:39.943 T:2988688240 INFO: CAESinkALSA - Unable to open device "default" for playback
  188. 2019-04-11 12:28:39.951 T:2988688240 DEBUG: PulseAudio: Context authorizing
  189. 2019-04-11 12:28:39.952 T:2988688240 DEBUG: PulseAudio: Context setting name
  190. 2019-04-11 12:28:39.952 T:2988688240 DEBUG: PulseAudio: Context ready
  191. 2019-04-11 12:28:39.952 T:2988688240 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
  192. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: Found 2 Lists of Devices
  193. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: Enumerated PI devices:
  194. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: Device 1
  195. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_deviceName : HDMI
  196. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_displayName : HDMI
  197. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_displayNameExtra:
  198. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  199. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_channels : FL, FR
  200. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
  201. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
  202. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
  203. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: Device 2
  204. 2019-04-11 12:28:39.953 T:2988688240 NOTICE: m_deviceName : Analogue
  205. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_displayName : Analogue
  206. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_displayNameExtra:
  207. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  208. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_channels : FL, FR
  209. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_sampleRates : 48000
  210. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  211. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_streamTypes : No passthrough capabilities
  212. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: Device 3
  213. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_deviceName : Both
  214. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_displayName : HDMI and Analogue
  215. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_displayNameExtra:
  216. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  217. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_channels : FL, FR
  218. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_sampleRates : 48000
  219. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  220. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_streamTypes : No passthrough capabilities
  221. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: Enumerated PULSE devices:
  222. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: Device 1
  223. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_deviceName : Default
  224. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_displayName : Default
  225. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
  226. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  227. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_channels : FL, FR
  228. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
  229. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
  230. 2019-04-11 12:28:39.954 T:2988688240 NOTICE: m_streamTypes : No passthrough capabilities
  231. 2019-04-11 12:28:39.954 T:2979001200 INFO: CActiveAESink::OpenSink - initialize sink
  232. 2019-04-11 12:28:39.954 T:2979001200 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  233. 2019-04-11 12:28:39.954 T:2979001200 DEBUG: DllBcm: Using omx system library
  234. 2019-04-11 12:28:39.956 T:2979001200 DEBUG: SECTION:LoadDLL(libopenmaxil.so)
  235. 2019-04-11 12:28:39.957 T:2979001200 DEBUG: Loading: libopenmaxil.so
  236. 2019-04-11 12:28:39.966 T:2979001200 DEBUG: CSettingsManager: requested setting (videoscreen.limitgui) was not found.
  237. 2019-04-11 12:28:39.966 T:2979001200 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
  238. 2019-04-11 12:28:39.966 T:2979001200 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  239. 2019-04-11 12:28:39.968 T:2979001200 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xb0f0d308
  240. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
  241. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  242. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: Output Device : HDMI
  243. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: Sample Rate : 44100
  244. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: Sample Format : AE_FMT_FLOAT
  245. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: Channel Count : 2
  246. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: Channel Layout: FL, FR
  247. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: Frames : 2205
  248. 2019-04-11 12:28:39.969 T:2979001200 DEBUG: Frame Size : 8
  249. 2019-04-11 12:28:39.977 T:3011151184 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  250. 2019-04-11 12:28:39.982 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  251. 2019-04-11 12:28:39.983 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  252. 2019-04-11 12:28:39.983 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  253. 2019-04-11 12:28:39.984 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
  254. 2019-04-11 12:28:39.984 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
  255. 2019-04-11 12:28:39.984 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded
  256. 2019-04-11 12:28:39.985 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
  257. 2019-04-11 12:28:39.985 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  258. 2019-04-11 12:28:39.986 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  259. 2019-04-11 12:28:39.986 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  260. 2019-04-11 12:28:39.986 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  261. 2019-04-11 12:28:39.987 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
  262. 2019-04-11 12:28:39.988 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  263. 2019-04-11 12:28:39.988 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded
  264. 2019-04-11 12:28:39.988 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  265. 2019-04-11 12:28:39.989 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  266. 2019-04-11 12:28:39.989 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  267. 2019-04-11 12:28:39.990 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  268. 2019-04-11 12:28:39.990 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded
  269. 2019-04-11 12:28:39.991 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded
  270. 2019-04-11 12:28:39.991 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
  271. 2019-04-11 12:28:39.992 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  272. 2019-04-11 12:28:39.992 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  273. 2019-04-11 12:28:39.992 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  274. 2019-04-11 12:28:39.993 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  275. 2019-04-11 12:28:39.993 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  276. 2019-04-11 12:28:39.994 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  277. 2019-04-11 12:28:39.994 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  278. 2019-04-11 12:28:39.995 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  279. 2019-04-11 12:28:39.995 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded
  280. 2019-04-11 12:28:39.996 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded
  281. 2019-04-11 12:28:39.996 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded
  282. 2019-04-11 12:28:39.996 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded
  283. 2019-04-11 12:28:39.997 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded
  284. 2019-04-11 12:28:39.997 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  285. 2019-04-11 12:28:39.998 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  286. 2019-04-11 12:28:39.998 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded
  287. 2019-04-11 12:28:39.999 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  288. 2019-04-11 12:28:39.999 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  289. 2019-04-11 12:28:40.000 T:3011151184 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  290. 2019-04-11 12:28:40.000 T:3011151184 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
  291. 2019-04-11 12:28:40.001 T:3011151184 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
  292. 2019-04-11 12:28:40.003 T:3011151184 DEBUG: Selected UDev as storage provider
  293. 2019-04-11 12:28:40.003 T:3011151184 NOTICE: Raspberry PI firmware version: Feb 20 2020 16:43:11
  294. Copyright (c) 2012 Broadcom
  295. version 00f355997ccdacfaac70e6e07803eccc0a6f1d6e (clean) (release) (start_x)
  296. 2019-04-11 12:28:40.003 T:3011151184 NOTICE: ARM mem: 704MB GPU mem: 320MB MPG2:0 WVC1:0
  297. 2019-04-11 12:28:40.003 T:3011151184 NOTICE: Config:
  298. arm_freq=1500
  299. audio_pwm_mode=514
  300. config_hdmi_boost=5
  301. core_freq=500
  302. core_freq_min=200
  303. disable_commandline_tags=2
  304. disable_l2cache=1
  305. disable_overscan=1
  306. display_hdmi_rotate=-1
  307. display_lcd_rotate=-1
  308. enable_gic=1
  309. force_eeprom_read=1
  310. force_pwm_open=1
  311. framebuffer_ignore_alpha=1
  312. framebuffer_swap=1
  313. gpu_freq=500
  314. gpu_freq_min=250
  315. hdmi_channel_map=8
  316. init_uart_clock=0x2dc6c00
  317. lcd_framerate=60
  318. mask_gpu_interrupt0=1024
  319. mask_gpu_interrupt1=0x10000
  320. over_voltage_avs=-5000
  321. pause_burst_frames=1
  322. program_serial_random=1
  323. total_mem=4096
  324. hdmi_force_cec_address:0=65535
  325. hdmi_force_cec_address:1=65535
  326. hdmi_ignore_cec_init:0=1
  327. hdmi_pixel_freq_limit:0=0x11e1a300
  328. hdmi_pixel_freq_limit:1=0x11e1a300
  329. 2019-04-11 12:28:40.004 T:3011151184 NOTICE: Config:
  330. device_tree=-
  331. overlay_prefix=overlays/
  332. hdmi_cvt:0=
  333. hdmi_cvt:1=
  334. hdmi_edid_filename:0=
  335. hdmi_edid_filename:1=
  336. hdmi_timings:0=
  337. hdmi_timings:1=
  338. 2019-04-11 12:28:40.004 T:3011151184 INFO: RetroPlayer[PROCESS]: Registering process control for GBM
  339. 2019-04-11 12:28:40.004 T:3011151184 INFO: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
  340. 2019-04-11 12:28:40.169 T:3011151184 DEBUG: CDRMUtils::FindConnector - found connector: 51
  341. 2019-04-11 12:28:40.169 T:3011151184 DEBUG: CDRMUtils::OpenDrm - opened device: /dev/dri/card0 using module: vc4
  342. 2019-04-11 12:28:40.201 T:3011151184 DEBUG: CDRMUtils::FindConnector - found connector: 51
  343. 2019-04-11 12:28:40.201 T:3011151184 DEBUG: CDRMUtils::FindEncoder - found encoder: 50
  344. 2019-04-11 12:28:40.201 T:3011151184 DEBUG: CDRMUtils::FindCrtc - found crtc: 49
  345. 2019-04-11 12:28:40.201 T:3011151184 DEBUG: CDRMUtils::FindPlane - found video plane 28
  346. 2019-04-11 12:28:40.202 T:3011151184 WARNING: CDRMUtils::FindPlane - could not find plane
  347. 2019-04-11 12:28:40.202 T:3011151184 DEBUG: CDRMUtils::FindPlane - found gui plane 35
  348. 2019-04-11 12:28:40.203 T:3011151184 DEBUG: CDRMUtils::FindPreferredMode - found preferred mode: 1920x1080 @ 60 Hz
  349. 2019-04-11 12:28:40.203 T:3011151184 DEBUG: CDRMAtomic::InitDrm - initialized atomic DRM
  350. 2019-04-11 12:28:40.318 T:3011151184 DEBUG: CWinSystemGbm::InitWindowSystem - initialized DRM
  351. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
  352. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
  353. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
  354. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
  355. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
  356. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
  357. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
  358. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
  359. 2019-04-11 12:28:40.319 T:3011151184 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
  360. 2019-04-11 12:28:40.321 T:3011151184 NOTICE: Previous line repeats 1 times.
  361. 2019-04-11 12:28:40.321 T:3011151184 NOTICE: EGL_VERSION = 1.4
  362. 2019-04-11 12:28:40.321 T:3011151184 NOTICE: EGL_VENDOR = Mesa Project
  363. 2019-04-11 12:28:40.321 T:3011151184 NOTICE: EGL_EXTENSIONS = EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
  364. 2019-04-11 12:28:40.321 T:3011151184 NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_MESA_platform_gbm
  365. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL Config Attributes:
  366. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_BUFFER_SIZE: 32
  367. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_ALPHA_SIZE: 8
  368. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_BLUE_SIZE: 8
  369. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_GREEN_SIZE: 8
  370. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_RED_SIZE: 8
  371. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_DEPTH_SIZE: 16
  372. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_STENCIL_SIZE: 0
  373. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_CONFIG_CAVEAT: 0x3038
  374. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_CONFIG_ID: 10
  375. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_LEVEL: 0
  376. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_MAX_PBUFFER_HEIGHT: 4096
  377. 2019-04-11 12:28:40.321 T:3011151184 DEBUG: EGL_MAX_PBUFFER_PIXELS: 0
  378. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_MAX_PBUFFER_WIDTH: 4096
  379. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_NATIVE_RENDERABLE: 1
  380. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_NATIVE_VISUAL_ID: 875713089
  381. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_NATIVE_VISUAL_TYPE: 0x3038
  382. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_SAMPLES: 0
  383. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_SAMPLE_BUFFERS: 0
  384. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_SURFACE_TYPE: 4
  385. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_TRANSPARENT_TYPE: 0x3038
  386. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_TRANSPARENT_BLUE_VALUE: 0
  387. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_TRANSPARENT_GREEN_VALUE: 0
  388. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_TRANSPARENT_RED_VALUE: 0
  389. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_BIND_TO_TEXTURE_RGB: 0
  390. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_BIND_TO_TEXTURE_RGBA: 0
  391. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_MIN_SWAP_INTERVAL: 1
  392. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_MAX_SWAP_INTERVAL: 1
  393. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_LUMINANCE_SIZE: 0
  394. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_ALPHA_MASK_SIZE: 0
  395. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_COLOR_BUFFER_TYPE: 0x308e
  396. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_RENDERABLE_TYPE: 77
  397. 2019-04-11 12:28:40.322 T:3011151184 DEBUG: EGL_CONFORMANT: 77
  398. 2019-04-11 12:28:40.325 T:3011151184 NOTICE: Checking resolution 16
  399. 2019-04-11 12:28:40.326 T:3011151184 DEBUG: OnLostDevice - notify display change event
  400. 2019-04-11 12:28:40.429 T:2979001200 DEBUG: CAESinkPi:Drain delay:100ms now:0ms
  401. 2019-04-11 12:28:40.429 T:2979001200 DEBUG: CAESinkPi:Deinitialize
  402. 2019-04-11 12:28:40.432 T:2979001200 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  403. 2019-04-11 12:28:40.445 T:2979001200 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xb0f0d308
  404. 2019-04-11 12:28:40.446 T:3011151184 WARNING: CGBMUtils::DestroySurface - surface already destroyed
  405. 2019-04-11 12:28:40.446 T:3011151184 DEBUG: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
  406. 2019-04-11 12:28:40.478 T:3011151184 DEBUG: CDRMUtils::SetMode - found crtc mode: 1920x1080 @ 60 Hz
  407. 2019-04-11 12:28:40.478 T:3011151184 DEBUG: CGBMUtils::CreateSurface - created surface with size 1920x1080
  408. 2019-04-11 12:28:40.514 T:3011151184 DEBUG: CWinSystemGbmEGLContext::CreateNewWindow - initialized GBM
  409. 2019-04-11 12:28:40.515 T:3011151184 NOTICE: GL_VENDOR = Broadcom
  410. 2019-04-11 12:28:40.515 T:3011151184 NOTICE: GL_RENDERER = V3D 4.2
  411. 2019-04-11 12:28:40.515 T:3011151184 NOTICE: GL_VERSION = OpenGL ES 3.0 Mesa 19.1.7
  412. 2019-04-11 12:28:40.515 T:3011151184 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
  413. 2019-04-11 12:28:40.515 T:3011151184 NOTICE: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_texture_border_clamp GL_KHR_context_flush_control GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_EXT_float_blend GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_EXT_texture_query_lod
  414. 2019-04-11 12:28:41.231 T:3011151184 DEBUG: OnLostDevice - notify display change event
  415. 2019-04-11 12:28:41.262 T:3011151184 DEBUG: CDRMUtils::SetMode - found crtc mode: 1920x1080 @ 60 Hz
  416. 2019-04-11 12:28:41.262 T:3011151184 INFO: GLES: Maximum texture width: 4096
  417. 2019-04-11 12:28:41.262 T:2988688240 DEBUG: CActiveAE - display reset event
  418. 2019-04-11 12:28:41.262 T:3011151184 DEBUG: guilib: Fill viewport on change for solving rendering passes
  419. 2019-04-11 12:28:41.262 T:2979001200 INFO: CActiveAESink::OpenSink - initialize sink
  420. 2019-04-11 12:28:41.262 T:2979001200 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  421. 2019-04-11 12:28:41.262 T:2979001200 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
  422. 2019-04-11 12:28:41.262 T:2979001200 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  423. 2019-04-11 12:28:41.263 T:2979001200 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0xb0f0d308
  424. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignment(16)
  425. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  426. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: Output Device : HDMI
  427. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: Sample Rate : 44100
  428. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: Sample Format : AE_FMT_FLOAT
  429. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: Channel Count : 2
  430. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: Channel Layout: FL, FR
  431. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: Frames : 2205
  432. 2019-04-11 12:28:41.265 T:2979001200 DEBUG: Frame Size : 8
  433. 2019-04-11 12:28:41.267 T:2988688240 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  434. 2019-04-11 12:28:41.845 T:3011151184 DEBUG: EGL Debugging:
  435. Error: EGL_BAD_SURFACE
  436. Command: eglSwapBuffers
  437. Type: EGL_DEBUG_MSG_ERROR_KHR
  438. Message: dri2_swap_buffers
  439. 2019-04-11 12:28:41.854 T:3011151184 DEBUG: CRBP::OpenDisplay device:0 m_display:10000020 (0)
  440. 2019-04-11 12:28:41.854 T:3011151184 INFO: load keymapping
  441. 2019-04-11 12:28:41.856 T:3011151184 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  442. 2019-04-11 12:28:41.857 T:3011151184 INFO: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
  443. 2019-04-11 12:28:41.858 T:3011151184 INFO: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
  444. 2019-04-11 12:28:41.861 T:3011151184 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  445. 2019-04-11 12:28:41.863 T:3011151184 INFO: Loading special://xbmc/system/keymaps/joystick.xml
  446. 2019-04-11 12:28:41.866 T:3011151184 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  447. 2019-04-11 12:28:41.873 T:3011151184 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  448. 2019-04-11 12:28:41.874 T:3011151184 INFO: Loading special://xbmc/system/keymaps/remote.xml
  449. 2019-04-11 12:28:41.878 T:3011151184 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  450. 2019-04-11 12:28:41.881 T:3011151184 INFO: GUI format 1920x1080, Display 1920x1080 @ 60.000000 Hz
  451. 2019-04-11 12:28:41.881 T:3011151184 INFO: CLangInfo: loading resource.language.en_gb language information...
  452. 2019-04-11 12:28:41.885 T:3011151184 DEBUG: trying to set locale to en_US.UTF-8
  453. 2019-04-11 12:28:41.893 T:3011151184 INFO: global locale set to C
  454. 2019-04-11 12:28:41.893 T:3011151184 INFO: CLangInfo: loading resource.language.en_gb language strings...
  455. 2019-04-11 12:28:41.923 T:3011151184 DEBUG: LocalizeStrings: loaded 4022 strings from file resource://resource.language.en_gb/strings.po
  456. 2019-04-11 12:28:41.934 T:3011151184 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.aac/resources/language/English/strings.po
  457. 2019-04-11 12:28:41.935 T:3011151184 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/audioencoder.kodi.builtin.wma/resources/language/English/strings.po
  458. 2019-04-11 12:28:41.937 T:3011151184 DEBUG: LocalizeStrings: loaded 18 strings from file /usr/share/kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po
  459. 2019-04-11 12:28:41.939 T:3011151184 DEBUG: LocalizeStrings: loaded 13 strings from file /usr/share/kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po
  460. 2019-04-11 12:28:41.941 T:3011151184 DEBUG: LocalizeStrings: loaded 17 strings from file /storage/.kodi/addons/metadata.album.universal/resources/language/resource.language.en_gb/strings.po
  461. 2019-04-11 12:28:41.943 T:3011151184 DEBUG: LocalizeStrings: loaded 32 strings from file /storage/.kodi/addons/metadata.artists.universal/resources/language/resource.language.en_gb/strings.po
  462. 2019-04-11 12:28:41.949 T:3011151184 DEBUG: LocalizeStrings: loaded 8 strings from file /storage/.kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po
  463. 2019-04-11 12:28:41.950 T:3011151184 DEBUG: LocalizeStrings: loaded 11 strings from file /storage/.kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po
  464. 2019-04-11 12:28:41.953 T:3011151184 DEBUG: LocalizeStrings: loaded 9 strings from file /usr/share/kodi/addons/peripheral.joystick/resources/language/resource.language.en_gb/strings.po
  465. 2019-04-11 12:28:41.959 T:3011151184 DEBUG: LocalizeStrings: loaded 1 strings from file /usr/share/kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po
  466. 2019-04-11 12:28:41.961 T:3011151184 DEBUG: LocalizeStrings: loaded 18 strings from file /usr/share/kodi/addons/script.program.driverselect/resources/language/resource.language.en_gb/strings.po
  467. 2019-04-11 12:28:41.962 T:3011151184 DEBUG: LocalizeStrings: loaded 256 strings from file /usr/share/kodi/addons/service.libreelec.settings/resources/language/resource.language.en_gb/strings.po
  468. 2019-04-11 12:28:41.970 T:3011151184 DEBUG: LocalizeStrings: loaded 16 strings from file /storage/.kodi/addons/weather.yahoo/resources/language/resource.language.en_GB/strings.po
  469. 2019-04-11 12:28:41.972 T:3011151184 DEBUG: LocalizeStrings: loaded 20 strings from file /storage/.kodi/addons/visualization.spectrum/resources/language/resource.language.en_gb/strings.po
  470. 2019-04-11 12:28:41.974 T:3011151184 DEBUG: LocalizeStrings: loaded 1 strings from file /storage/.kodi/addons/metadata.albums.theaudiodb.com/resources/language/English/strings.po
  471. 2019-04-11 12:28:41.975 T:2875597680 DEBUG: Thread JobWorker start, auto delete: true
  472. 2019-04-11 12:28:41.975 T:2875597680 DEBUG: Initialize, updating databases...
  473. 2019-04-11 12:28:41.978 T:2875597680 NOTICE: Running database version Addons27
  474. 2019-04-11 12:28:41.981 T:2875597680 NOTICE: Running database version ViewModes6
  475. 2019-04-11 12:28:42.026 T:2875597680 NOTICE: Running database version Textures13
  476. 2019-04-11 12:28:42.028 T:2875597680 ERROR: Unable to open database: MyMusic72 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  477. 2019-04-11 12:28:42.028 T:2875597680 ERROR: Unable to open database: MyMusic71 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  478. 2019-04-11 12:28:42.028 T:2875597680 ERROR: Unable to open database: MyMusic70 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  479. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic69 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  480. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic68 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  481. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic67 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  482. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic66 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  483. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic65 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  484. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic64 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  485. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic63 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  486. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic62 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  487. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic61 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  488. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic60 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  489. 2019-04-11 12:28:42.029 T:2875597680 ERROR: Unable to open database: MyMusic59 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  490. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic58 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  491. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic57 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  492. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic56 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  493. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic55 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  494. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic54 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  495. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic53 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  496. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic52 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  497. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic51 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  498. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic50 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  499. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic49 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  500. 2019-04-11 12:28:42.030 T:2875597680 ERROR: Unable to open database: MyMusic48 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  501. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic47 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  502. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic46 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  503. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic45 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  504. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic44 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  505. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic43 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  506. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic42 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  507. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic41 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  508. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic40 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  509. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic39 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  510. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic38 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  511. 2019-04-11 12:28:42.031 T:2875597680 ERROR: Unable to open database: MyMusic37 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  512. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyMusic36 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  513. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyMusic35 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  514. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyMusic34 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  515. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyMusic33 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  516. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyMusic32 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  517. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyMusic72 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  518. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to create new database
  519. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyVideos116 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  520. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyVideos115 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  521. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyVideos114 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  522. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyVideos113 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  523. 2019-04-11 12:28:42.032 T:2875597680 ERROR: Unable to open database: MyVideos112 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  524. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos111 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  525. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos110 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  526. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos109 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  527. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos108 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  528. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos107 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  529. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos106 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  530. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos105 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  531. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos104 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  532. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos103 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  533. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos102 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  534. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos101 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  535. 2019-04-11 12:28:42.033 T:2875597680 ERROR: Unable to open database: MyVideos100 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  536. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos99 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  537. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos98 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  538. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos97 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  539. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos96 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  540. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos95 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  541. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos94 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  542. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos93 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  543. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos92 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  544. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos91 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  545. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos90 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  546. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos89 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  547. 2019-04-11 12:28:42.034 T:2875597680 ERROR: Unable to open database: MyVideos88 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  548. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos87 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  549. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos86 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  550. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos85 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  551. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos84 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  552. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos83 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  553. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos82 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  554. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos81 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  555. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos80 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  556. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos79 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  557. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos78 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  558. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos77 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  559. 2019-04-11 12:28:42.035 T:2875597680 ERROR: Unable to open database: MyVideos76 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  560. 2019-04-11 12:28:42.036 T:2875597680 ERROR: Unable to open database: MyVideos75 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  561. 2019-04-11 12:28:42.036 T:2875597680 ERROR: Unable to open database: MyVideos116 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  562. 2019-04-11 12:28:42.036 T:2875597680 ERROR: Unable to create new database
  563. 2019-04-11 12:28:42.039 T:2875597680 NOTICE: Running database version TV32
  564. 2019-04-11 12:28:42.043 T:2875597680 NOTICE: Running database version Epg12
  565. 2019-04-11 12:28:42.043 T:2875597680 DEBUG: Initialize, updating databases... DONE
  566. 2019-04-11 12:28:42.054 T:3011151184 NOTICE: start dvd mediatype detection
  567. 2019-04-11 12:28:42.054 T:2992362352 DEBUG: Thread DetectDVDMedia start, auto delete: false
  568. 2019-04-11 12:28:42.054 T:3011151184 DEBUG: DPMS: supported power-saving modes: OFF
  569. 2019-04-11 12:28:42.054 T:2992362352 DEBUG: Compiled with libcdio Version 0.94
  570. 2019-04-11 12:28:42.056 T:2992362352 DEBUG: Thread DetectDVDMedia 2992362352 terminating
  571. 2019-04-11 12:28:42.138 T:3011151184 INFO: Unloading old skin ...
  572. 2019-04-11 12:28:42.139 T:3011151184 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
  573. 2019-04-11 12:28:42.139 T:3011151184 INFO: load fonts for skin...
  574. 2019-04-11 12:28:42.145 T:3011151184 INFO: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml
  575. 2019-04-11 12:28:42.226 T:3011151184 INFO: Loading fonts from /usr/share/kodi/addons/skin.estuary/xml/Font.xml
  576. 2019-04-11 12:28:42.325 T:3011151184 DEBUG: LocalizeStrings: loaded 140 strings from file /usr/share/kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po
  577. 2019-04-11 12:28:42.325 T:3011151184 INFO: load new skin...
  578. 2019-04-11 12:28:42.325 T:3011151184 INFO: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml
  579. 2019-04-11 12:28:42.339 T:3011151184 DEBUG: Load Skin XML: 13.72ms
  580. 2019-04-11 12:28:42.339 T:3011151184 INFO: initialize new skin...
  581. 2019-04-11 12:28:42.339 T:3011151184 DEBUG: guilib: Fill viewport on change for solving rendering passes
  582. 2019-04-11 12:28:42.339 T:3011151184 INFO: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
  583. 2019-04-11 12:28:42.343 T:3011151184 INFO: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
  584. 2019-04-11 12:28:42.344 T:3011151184 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  585. 2019-04-11 12:28:42.374 T:3011151184 DEBUG: OpenBundle - Opened bundle /usr/share/kodi/addons/skin.estuary/media/Textures.xbt
  586. 2019-04-11 12:28:42.385 T:3011151184 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  587. 2019-04-11 12:28:42.388 T:3011151184 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  588. 2019-04-11 12:28:42.389 T:3011151184 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  589. 2019-04-11 12:28:42.391 T:3011151184 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  590. 2019-04-11 12:28:42.393 T:3011151184 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  591. 2019-04-11 12:28:42.397 T:3011151184 INFO: Loading resource://resource.uisounds.kodi/sounds.xml
  592. 2019-04-11 12:28:42.448 T:3011151184 INFO: skin loaded...
  593. 2019-04-11 12:28:42.448 T:3011151184 DEBUG: Activating window ID: 12997
  594. 2019-04-11 12:28:42.448 T:3011151184 DEBUG: ------ Window Init () ------
  595. 2019-04-11 12:28:42.448 T:3011151184 DEBUG: Activating window ID: 12999
  596. 2019-04-11 12:28:42.448 T:3011151184 DEBUG: ------ Window Init (Startup.xml) ------
  597. 2019-04-11 12:28:42.448 T:3011151184 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  598. 2019-04-11 12:28:42.449 T:3011151184 DEBUG: Activating window ID: 10000
  599. 2019-04-11 12:28:42.449 T:3011151184 DEBUG: ------ Window Deinit (Startup.xml) ------
  600. 2019-04-11 12:28:42.449 T:3011151184 DEBUG: ------ Window Init (Home.xml) ------
  601. 2019-04-11 12:28:42.449 T:3011151184 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  602. 2019-04-11 12:28:42.560 T:3011151184 DEBUG: CDirectoryProvider[addons://]: refreshing..
  603. 2019-04-11 12:28:42.560 T:3011151184 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
  604. 2019-04-11 12:28:42.560 T:3011151184 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
  605. 2019-04-11 12:28:42.560 T:2867204976 DEBUG: Thread JobWorker start, auto delete: true
  606. 2019-04-11 12:28:42.560 T:3011151184 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
  607. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
  608. 2019-04-11 12:28:42.561 T:2858812272 DEBUG: Thread JobWorker start, auto delete: true
  609. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
  610. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[library://video/]: refreshing..
  611. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[sources://video/]: refreshing..
  612. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[special://videoplaylists/]: refreshing..
  613. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[favourites://]: refreshing..
  614. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[sources://pictures/]: refreshing..
  615. 2019-04-11 12:28:42.561 T:3011151184 DEBUG: CDirectoryProvider[addons://sources/game/]: refreshing..
  616. 2019-04-11 12:28:42.577 T:2875597680 DEBUG: CAddonMgr::GetAvailableUpdates took 17 ms
  617. 2019-04-11 12:28:42.599 T:3011151184 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
  618. 2019-04-11 12:28:42.599 T:3011151184 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  619. 2019-04-11 12:28:42.599 T:3011151184 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
  620. 2019-04-11 12:28:42.599 T:3011151184 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
  621. 2019-04-11 12:28:42.629 T:3011151184 INFO: JSONRPC v10.3.0: Successfully initialized
  622. 2019-04-11 12:28:42.629 T:2875597680 DEBUG: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
  623. 2019-04-11 12:28:42.629 T:2875597680 DEBUG: Getting Directory (special://profile/playlists/video)
  624. 2019-04-11 12:28:42.630 T:3011151184 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  625. 2019-04-11 12:28:42.630 T:2875597680 DEBUG: Getting Directory (special://profile/playlists/mixed)
  626. 2019-04-11 12:28:42.630 T:3011151184 DEBUG: LoadMappings - loaded node "CEC Adapter"
  627. 2019-04-11 12:28:42.630 T:3011151184 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  628. 2019-04-11 12:28:42.631 T:3011151184 DEBUG: LoadMappings - loaded node "iMON HID device"
  629. 2019-04-11 12:28:42.631 T:3011151184 DEBUG: LoadMappings - loaded node "WETEK Play remote"
  630. 2019-04-11 12:28:42.631 T:3011151184 DEBUG: LoadMappings - loaded node ""
  631. 2019-04-11 12:28:42.631 T:2875597680 DEBUG: CMultiPathDirectory::MergeItems, items = 0
  632. 2019-04-11 12:28:42.631 T:3011151184 DEBUG: Add-on bus: Registering add-on peripheral.joystick
  633. 2019-04-11 12:28:42.632 T:3011151184 DEBUG: PERIPHERAL - CreateAddon - creating peripheral add-on instance 'Joystick Support'
  634. 2019-04-11 12:28:42.632 T:3011151184 DEBUG: ADDON: Dll Initializing - Joystick Support
  635. 2019-04-11 12:28:42.632 T:3011151184 DEBUG: SECTION:LoadDLL(/usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.9)
  636. 2019-04-11 12:28:42.632 T:3011151184 DEBUG: Loading: /usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.9
  637. 2019-04-11 12:28:42.643 T:3011151184 DEBUG: AddOnLog: Joystick Support: Loaded 14 joystick families with 97 total joysticks
  638. 2019-04-11 12:28:42.644 T:3011151184 DEBUG: Calling TransferSettings for: Joystick Support
  639. 2019-04-11 12:28:42.644 T:3011151184 DEBUG: CAddonSettings[peripheral.joystick]: loading setting definitions
  640. 2019-04-11 12:28:42.644 T:3011151184 INFO: AddOnLog: Joystick Support: Enabling joystick interface "linux"
  641. 2019-04-11 12:28:42.644 T:2842026864 DEBUG: Thread PeripBusUSBUdev start, auto delete: false
  642. 2019-04-11 12:28:42.645 T:2842026864 DEBUG: Process - initialised udev monitor
  643. 2019-04-11 12:28:42.646 T:2858812272 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  644. 2019-04-11 12:28:42.647 T:2833634160 DEBUG: Thread PeripBusCEC start, auto delete: false
  645. 2019-04-11 12:28:42.650 T:2825241456 DEBUG: Thread PeripBusAddon start, auto delete: false
  646. 2019-04-11 12:28:42.650 T:2858812272 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  647. 2019-04-11 12:28:42.652 T:3011151184 DEBUG: Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices
  648. 2019-04-11 12:28:42.652 T:3011151184 NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
  649. 2019-04-11 12:28:42.654 T:3011151184 DEBUG: Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices
  650. 2019-04-11 12:28:42.654 T:3011151184 NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
  651. 2019-04-11 12:28:42.657 T:2858812272 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  652. 2019-04-11 12:28:42.658 T:2816848752 DEBUG: Thread PeripEventScanner start, auto delete: false
  653. 2019-04-11 12:28:42.665 T:3011151184 DEBUG: ContextMenuManager: addon menus reloaded.
  654. 2019-04-11 12:28:42.667 T:3011151184 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  655. 2019-04-11 12:28:42.678 T:3011151184 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
  656. 2019-04-11 12:28:42.678 T:3011151184 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
  657. 2019-04-11 12:28:42.678 T:3011151184 DEBUG: CPlayerCoreConfig::<ctor>: created player RetroPlayer
  658. 2019-04-11 12:28:42.678 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  659. 2019-04-11 12:28:42.678 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
  660. 2019-04-11 12:28:42.678 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  661. 2019-04-11 12:28:42.678 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  662. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  663. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  664. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  665. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  666. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  667. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  668. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  669. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  670. 2019-04-11 12:28:42.679 T:3011151184 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  671. 2019-04-11 12:28:42.679 T:3011151184 NOTICE: Loaded playercorefactory configuration
  672. 2019-04-11 12:28:42.680 T:3011151184 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  673. 2019-04-11 12:28:42.680 T:3011151184 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  674. 2019-04-11 12:28:42.680 T:3011151184 INFO: removing tempfiles
  675. 2019-04-11 12:28:42.712 T:3011151184 DEBUG: CRepositoryUpdater: previous update at 04/08/2020 5:30:49 PM, next at 04/09/2020 5:30:49 PM
  676. 2019-04-11 12:28:42.719 T:2808456048 DEBUG: Thread Timer start, auto delete: false
  677. 2019-04-11 12:28:42.721 T:3011151184 DEBUG: CServiceAddonManager: starting service.libreelec.settings
  678. 2019-04-11 12:28:42.723 T:3011151184 NOTICE: initialize done
  679. 2019-04-11 12:28:42.723 T:3011151184 NOTICE: Running the application...
  680. 2019-04-11 12:28:42.724 T:3011151184 DEBUG: no profile autoexec.py (/storage/.kodi/userdata/autoexec.py) found, skipping
  681. 2019-04-11 12:28:42.724 T:3011151184 DEBUG: NetworkMessage - Starting network services
  682. 2019-04-11 12:28:42.726 T:3011151184 NOTICE: CWebServer[44444]: Started
  683. 2019-04-11 12:28:42.726 T:2800063344 DEBUG: Thread LanguageInvoker start, auto delete: false
  684. 2019-04-11 12:28:42.727 T:2800063344 INFO: initializing python engine.
  685. 2019-04-11 12:28:42.737 T:3011151184 DEBUG: CZeroconfAvahi::clientCallback: client is up and running
  686. 2019-04-11 12:28:42.740 T:2766492528 DEBUG: Thread EventServer start, auto delete: false
  687. 2019-04-11 12:28:42.741 T:2766492528 NOTICE: ES: Starting UDP Event server on port 9777
  688. 2019-04-11 12:28:42.741 T:2766492528 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  689. 2019-04-11 12:28:42.745 T:3011151184 INFO: JSONRPC Server: Successfully initialized
  690. 2019-04-11 12:28:42.746 T:2758099824 DEBUG: Thread TCPServer start, auto delete: false
  691. 2019-04-11 12:28:42.797 T:2800063344 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): start processing
  692. 2019-04-11 12:28:42.824 T:2800063344 DEBUG: -->Python Interpreter Initialized<--
  693. 2019-04-11 12:28:42.824 T:2800063344 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): the source file to load is "/usr/share/kodi/addons/service.libreelec.settings/service.py"
  694. 2019-04-11 12:28:42.825 T:2800063344 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): setting the Python path to /usr/share/kodi/addons/service.libreelec.settings:/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:/usr/lib/python2.7/site-packages/gtk-2.0
  695. 2019-04-11 12:28:42.825 T:2800063344 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): entering source directory /usr/share/kodi/addons/service.libreelec.settings
  696. 2019-04-11 12:28:42.825 T:2800063344 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): instantiating addon using automatically obtained id of "service.libreelec.settings" dependent on version 2.1.0 of the xbmc.python api
  697. 2019-04-11 12:28:43.018 T:2833634160 DEBUG: GetMappingForDevice - device (2708:1001) mapped to CEC Adapter (type = cec)
  698. 2019-04-11 12:28:43.022 T:2833634160 DEBUG: InitialiseFeature - using libCEC v4.0.4
  699. 2019-04-11 12:28:43.022 T:2833634160 DEBUG: Initialise - initialised peripheral on 'RPI' with 2 features and 0 sub devices
  700. 2019-04-11 12:28:43.022 T:2724529008 DEBUG: Thread CECAdapter start, auto delete: false
  701. 2019-04-11 12:28:43.022 T:2833634160 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
  702. 2019-04-11 12:28:43.023 T:2724529008 DEBUG: OpenConnection - opening a connection to the CEC adapter: RPI
  703. 2019-04-11 12:28:43.023 T:2833634160 DEBUG: Thread PeripBusCEC 2833634160 terminating
  704. 2019-04-11 12:28:43.050 T:3011151184 DEBUG: ------ Window Init () ------
  705. 2019-04-11 12:28:43.055 T:3011151184 DEBUG: ------ Window Init (Pointer.xml) ------
  706. 2020-04-09 14:11:48.044 T:2800063344 DEBUG: ## LibreELEC Addon ## 9.0.0
  707. 2020-04-09 14:11:48.167 T:3011151184 DEBUG: LogindUPowerSyscall - Received unknown signal NameAcquired
  708. 2020-04-09 14:11:48.167 T:3011151184 DEBUG: ------ Window Init (DialogNotification.xml) ------
  709. 2020-04-09 14:11:48.169 T:2875597680 INFO: WEATHER: Downloading weather
  710. 2020-04-09 14:11:48.170 T:2699449200 DEBUG: Thread LanguageInvoker start, auto delete: false
  711. 2020-04-09 14:11:48.170 T:2699449200 INFO: initializing python engine.
  712. 2020-04-09 14:11:48.170 T:2699449200 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/weather.yahoo/default.py): start processing
  713. 2020-04-09 14:11:48.177 T:2691056496 DEBUG: CWebServer[44444]: request received for /jsonrpc
  714. 2020-04-09 14:11:48.352 T:2699449200 DEBUG: Previous line repeats 3 times.
  715. 2020-04-09 14:11:48.352 T:2699449200 DEBUG: -->Python Interpreter Initialized<--
  716. 2020-04-09 14:11:48.352 T:2699449200 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/weather.yahoo/default.py): the source file to load is "/storage/.kodi/addons/weather.yahoo/default.py"
  717. 2020-04-09 14:11:48.353 T:2699449200 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/weather.yahoo/default.py): setting the Python path to /storage/.kodi/addons/weather.yahoo:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.urllib3/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:/usr/lib/python2.7/site-packages/gtk-2.0
  718. 2020-04-09 14:11:48.353 T:2699449200 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/weather.yahoo/default.py): entering source directory /storage/.kodi/addons/weather.yahoo
  719. 2020-04-09 14:11:48.368 T:2699449200 DEBUG: CPythonInvoker(1, /storage/.kodi/addons/weather.yahoo/default.py): instantiating addon using automatically obtained id of "weather.yahoo" dependent on version 2.25.0 of the xbmc.python api
  720. 2020-04-09 14:11:48.889 T:2699449200 DEBUG: CAddonSettings[weather.yahoo]: loading setting definitions
  721. 2020-04-09 14:11:48.889 T:2699449200 DEBUG: CAddonSettings[weather.yahoo]: trying to load setting definitions from old format...
  722. 2020-04-09 14:11:48.890 T:2699449200 DEBUG: CAddonSettings[weather.yahoo]: loading setting values
  723. 2020-04-09 14:11:48.928 T:2800063344 INFO: ## LibreELEC Addon ## system::set_hostname ## kodi-livingrm
  724. 2020-04-09 14:11:48.930 T:2800063344 INFO: ## LibreELEC Addon ## system::set_keyboard_layout ## us
  725. 2020-04-09 14:11:48.930 T:2800063344 INFO: ## LibreELEC Addon ## system::set_keyboard_layout ## loadkmap < `ls -1 /usr/lib/keymaps/*/us.bmap`
  726. 2020-04-09 14:11:49.079 T:2682663792 DEBUG: CWebServer[44444]: request received for /jsonrpc
  727. 2020-04-09 14:11:49.161 T:2699449200 DEBUG: Previous line repeats 7 times.
  728. 2020-04-09 14:11:49.161 T:2699449200 INFO: CPythonInvoker(1, /storage/.kodi/addons/weather.yahoo/default.py): script successfully run
  729. 2020-04-09 14:11:49.162 T:2699449200 DEBUG: onExecutionDone(1, /storage/.kodi/addons/weather.yahoo/default.py)
  730. 2020-04-09 14:11:49.197 T:2699449200 INFO: Python interpreter stopped
  731. 2020-04-09 14:11:49.197 T:2699449200 DEBUG: Thread LanguageInvoker 2699449200 terminating
  732. 2020-04-09 14:11:49.228 T:2724529008 DEBUG: OpenConnection - connection to the CEC adapter opened
  733. 2020-04-09 14:11:49.228 T:2724529008 DEBUG: SetConfigurationFromLibCEC - settings updated by libCEC
  734. 2020-04-09 14:11:49.229 T:2699449200 DEBUG: Thread CECAdapterUpdate start, auto delete: false
  735. 2020-04-09 14:11:49.283 T:2875597680 DEBUG: POParser: loaded 130 weather tokens
  736. 2020-04-09 14:11:49.301 T:3011151184 DEBUG: ------ Window Deinit (Pointer.xml) ------
  737. 2020-04-09 14:11:49.878 T:2691056496 DEBUG: CWebServer[44444]: request received for /jsonrpc
  738. 2020-04-09 14:11:49.980 T:2699449200 DEBUG: Previous line repeats 9 times.
  739. 2020-04-09 14:11:49.980 T:2699449200 DEBUG: UpdateMenuLanguage - using TV menu language is disabled
  740. 2020-04-09 14:11:50.184 T:2645541744 DEBUG: CWebServer[44444]: request received for /jsonrpc
  741. 2020-04-09 14:11:50.607 T:2800063344 DEBUG: Previous line repeats 1 times.
  742. 2020-04-09 14:11:50.607 T:2800063344 INFO: ## LibreELEC Addon ## updates::updateThread ## Started
  743. 2020-04-09 14:11:50.609 T:2800063344 INFO: ## LibreELEC Addon ## updates::set_auto_update ## auto
  744. 2020-04-09 14:11:50.662 T:2670719856 INFO: ## LibreELEC Addon ## _service_::run ## WAITING:
  745. 2020-04-09 14:11:50.672 T:2682663792 INFO: ## LibreELEC Addon ## xdbus Monitor started. ##
  746. 2020-04-09 14:11:51.654 T:2653934448 DEBUG: CWebServer[44444]: request received for /jsonrpc
  747. 2020-04-09 14:11:52.182 T:2699449200 DEBUG: Previous line repeats 5 times.
  748. 2020-04-09 14:11:52.182 T:2699449200 DEBUG: UpdateAudioSystemStatus - no CEC capable amplifier found
  749. 2020-04-09 14:11:52.249 T:2691056496 DEBUG: CWebServer[44444]: request received for /jsonrpc
  750. 2020-04-09 14:11:52.284 T:3011151184 DEBUG: Previous line repeats 1 times.
  751. 2020-04-09 14:11:52.284 T:3011151184 DEBUG: Activating window ID: 10025
  752. 2020-04-09 14:11:52.592 T:3011151184 DEBUG: ------ Window Deinit (Home.xml) ------
  753. 2020-04-09 14:11:52.592 T:3011151184 DEBUG: FreeVisualisation() done
  754. 2020-04-09 14:11:52.634 T:3011151184 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  755. 2020-04-09 14:11:52.634 T:3011151184 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  756. 2020-04-09 14:11:52.806 T:3011151184 DEBUG: CGUIMediaWindow::GetDirectory (sources://video/)
  757. 2020-04-09 14:11:52.806 T:3011151184 DEBUG: ParentPath = [sources://video/]
  758. 2020-04-09 14:11:52.850 T:2662327152 DEBUG: Thread BackgroundLoader start, auto delete: false
  759. 2020-04-09 14:11:52.853 T:2662327152 DEBUG: Thread BackgroundLoader 2662327152 terminating
  760. 2020-04-09 14:11:53.879 T:2653934448 DEBUG: CWebServer[44444]: request received for /jsonrpc
  761. 2020-04-09 14:11:57.542 T:3011151184 DEBUG: Previous line repeats 21 times.
  762. 2020-04-09 14:11:57.543 T:3011151184 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  763. 2020-04-09 14:11:57.900 T:2653934448 DEBUG: CWebServer[44444]: request received for /jsonrpc
  764. 2020-04-09 14:11:59.378 T:3011151184 DEBUG: Previous line repeats 11 times.
  765. 2020-04-09 14:11:59.378 T:3011151184 DEBUG: Activating window ID: 10000
  766. 2020-04-09 14:11:59.692 T:3011151184 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  767. 2020-04-09 14:11:59.692 T:3011151184 DEBUG: FreeVisualisation() done
  768. 2020-04-09 14:11:59.717 T:3011151184 DEBUG: ------ Window Init (Home.xml) ------
  769. 2020-04-09 14:11:59.723 T:2875597680 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  770. 2020-04-09 14:11:59.728 T:2875597680 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  771. 2020-04-09 14:11:59.735 T:2875597680 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  772. 2020-04-09 14:11:59.892 T:2691056496 DEBUG: CWebServer[44444]: request received for /jsonrpc
  773. 2020-04-09 14:12:09.618 T:3011151184 DEBUG: Previous line repeats 43 times.
  774. 2020-04-09 14:12:09.619 T:3011151184 DEBUG: Activating window ID: 10004
  775. 2020-04-09 14:12:09.911 T:2653934448 DEBUG: CWebServer[44444]: request received for /jsonrpc
  776. 2020-04-09 14:12:09.925 T:3011151184 DEBUG: Previous line repeats 5 times.
  777. 2020-04-09 14:12:09.925 T:3011151184 DEBUG: ------ Window Deinit (Home.xml) ------
  778. 2020-04-09 14:12:09.925 T:3011151184 DEBUG: FreeVisualisation() done
  779. 2020-04-09 14:12:09.950 T:3011151184 DEBUG: ------ Window Init (Settings.xml) ------
  780. 2020-04-09 14:12:09.950 T:3011151184 INFO: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
  781. 2020-04-09 14:12:10.030 T:2662327152 DEBUG: CWebServer[44444]: request received for /jsonrpc
  782. 2020-04-09 14:12:14.317 T:3011151184 DEBUG: Previous line repeats 31 times.
  783. 2020-04-09 14:12:14.317 T:3011151184 DEBUG: Activating window ID: 10016
  784. 2020-04-09 14:12:14.625 T:3011151184 DEBUG: ------ Window Deinit (Settings.xml) ------
  785. 2020-04-09 14:12:14.625 T:3011151184 DEBUG: FreeVisualisation() done
  786. 2020-04-09 14:12:14.650 T:3011151184 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  787. 2020-04-09 14:12:14.650 T:3011151184 INFO: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
  788. 2020-04-09 14:12:15.923 T:2662327152 DEBUG: CWebServer[44444]: request received for /jsonrpc
  789. 2020-04-09 14:12:18.333 T:3011151184 DEBUG: Previous line repeats 21 times.
  790. 2020-04-09 14:12:18.333 T:3011151184 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  791. 2020-04-09 14:12:18.333 T:3011151184 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  792.  
  793. ################################################################################
  794. # ... output of cat /storage/.kodi/temp/kodi.old.log
  795. # LibreELEC release: RPi4.arm-9.2.1
  796. #
  797. ################################################################################
  798. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: -----------------------------------------------------------------------
  799. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: Starting Kodi (18.6 Git:leia_pi4_18.6-Leia). Platform: Linux ARM 32-bit
  800. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: Using Release Kodi x32 build
  801. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: Kodi compiled 2020-03-03 by GCC 8.3.0 for Linux ARM 32-bit version 4.19.106 (267114)
  802. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: Running on LibreELEC (official): 9.2.1, kernel: Linux ARM 32-bit version 4.19.106
  803. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: FFmpeg version/source: 4.0.4-Kodi
  804. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 4 cores available
  805. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: ARM Features: Neon enabled
  806. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi/
  807. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
  808. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
  809. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
  810. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://envhome/ is mapped to: /storage
  811. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://home/ is mapped to: /storage/.kodi
  812. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
  813. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: special://logpath/ is mapped to: /storage/.kodi/temp
  814. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
  815. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: Local hostname: kodi-livingrm
  816. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
  817. 2019-04-11 12:28:39.434 T:3012035920 NOTICE: -----------------------------------------------------------------------
  818. 2019-04-11 12:28:39.445 T:3012035920 INFO: loading settings
  819. 2019-04-11 12:28:39.448 T:3012035920 NOTICE: special://profile/ is mapped to: special://masterprofile/
  820. 2019-04-11 12:28:39.471 T:3012035920 DEBUG: CSkinSettings: no <skinsettings> tag found
  821. 2019-04-11 12:28:39.471 T:3012035920 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
  822. 2019-04-11 12:28:39.472 T:3012035920 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
  823. <?xml version="1.0" encoding="utf-8" ?>
  824. <advancedsettings>
  825. <cputempcommand>/usr/bin/cputemp</cputempcommand>
  826. <gputempcommand>/usr/bin/gputemp</gputempcommand>
  827. <showexitbutton>false</showexitbutton>
  828. <remotedelay>1</remotedelay>
  829. <samba>
  830. <clienttimeout>30</clienttimeout>
  831. </samba>
  832. <fanartres>720</fanartres>
  833. <imageres>540</imageres>
  834. </advancedsettings>
  835. 2019-04-11 12:28:39.472 T:3012035920 WARNING: CSettingsManager: missing version attribute
  836. 2019-04-11 12:28:39.475 T:3012035920 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  837. 2019-04-11 12:28:39.475 T:3012035920 NOTICE: Contents of special://profile/advancedsettings.xml are...
  838. <advancedsettings>
  839. <videodatabase>
  840. <type>mysql</type>
  841. <host>192.168.1.23</host>
  842. <port>3306</port>
  843. <user>kodi</user>
  844. <pass>*****</pass>
  845. </videodatabase>
  846. <musicdatabase>
  847. <type>mysql</type>
  848. <host>192.168.1.23</host>
  849. <port>3306</port>
  850. <user>kodi</user>
  851. <pass>*****</pass>
  852. </musicdatabase>
  853. <videolibrary>
  854. <importwatchedstate>true</importwatchedstate>
  855. <importresumepoint>true</importresumepoint>
  856. </videolibrary>
  857. </advancedsettings>
  858. 2019-04-11 12:28:39.475 T:3012035920 WARNING: VIDEO database configuration is experimental.
  859. 2019-04-11 12:28:39.475 T:3012035920 WARNING: CSettingsManager: missing version attribute
  860. 2019-04-11 12:28:39.475 T:3012035920 NOTICE: Default Video Player: VideoPlayer
  861. 2019-04-11 12:28:39.476 T:3012035920 NOTICE: Default Audio Player: paplayer
  862. 2019-04-11 12:28:39.476 T:3012035920 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  863. 2019-04-11 12:28:39.476 T:3012035920 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  864. 2019-04-11 12:28:39.476 T:3012035920 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  865. 2019-04-11 12:28:39.599 T:3012035920 NOTICE: PulseAudio: Server found running - will try to use Pulse
  866. 2019-04-11 12:28:39.649 T:3012035920 NOTICE: Running database version Addons27
  867. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
  868. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
  869. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: driver.dvb.crazycat v9.2.0.0 installed
  870. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: driver.dvb.dvb-latest v9.2.0.0 installed
  871. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: game.controller.default v1.0.8 installed
  872. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: game.controller.snes v1.0.8 installed
  873. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
  874. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
  875. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
  876. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
  877. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
  878. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
  879. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
  880. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
  881. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
  882. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
  883. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
  884. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
  885. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
  886. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
  887. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
  888. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
  889. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
  890. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: kodi.resource v1.0.0 installed
  891. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.album.universal v3.1.2 installed
  892. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.albums.theaudiodb.com v1.2.3 installed
  893. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.artists.universal v4.3.2 installed
  894. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.common.allmusic.com v3.2.1 installed
  895. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.common.fanart.tv v3.6.2 installed
  896. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
  897. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
  898. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
  899. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.10 installed
  900. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.local v1.0.0 installed
  901. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.themoviedb.org v5.1.10 installed
  902. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.2 installed
  903. 2019-04-11 12:28:39.813 T:3012035920 NOTICE: ADDON: os.libreelec.tv v9.2 installed
  904. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: os.openelec.tv v9.2 installed
  905. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: peripheral.joystick v1.4.9 installed
  906. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: repository.kodi.game v1.0.0 installed
  907. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: repository.libreelec.tv v9.2.0 installed
  908. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
  909. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
  910. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
  911. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
  912. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
  913. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
  914. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
  915. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.module.chardet v3.0.4 installed
  916. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.module.idna v2.8 installed
  917. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.module.pil v1.1.7 installed
  918. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
  919. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.module.requests v2.22.0 installed
  920. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
  921. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: script.program.driverselect v0.1.6 installed
  922. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: service.libreelec.settings v9.0.0 installed
  923. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: skin.estuary v2.0.27 installed
  924. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: visualization.spectrum v3.0.3.1 installed
  925. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: weather.yahoo v5.0.6 installed
  926. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
  927. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: xbmc.addon v18.6.0 installed
  928. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: xbmc.core v0.1.0 installed
  929. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: xbmc.gui v5.14.0 installed
  930. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: xbmc.json v10.3.0 installed
  931. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
  932. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: xbmc.python v2.26.0 installed
  933. 2019-04-11 12:28:39.814 T:3012035920 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
  934. 2019-04-11 12:28:39.842 T:3012035920 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
  935. 2019-04-11 12:28:39.871 T:2989736816 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
  936. 2019-04-11 12:28:39.871 T:2989736816 NOTICE: Found 2 Lists of Devices
  937. 2019-04-11 12:28:39.871 T:2989736816 NOTICE: Enumerated PI devices:
  938. 2019-04-11 12:28:39.871 T:2989736816 NOTICE: Device 1
  939. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceName : HDMI
  940. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayName : HDMI
  941. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayNameExtra:
  942. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  943. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_channels : FL, FR
  944. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
  945. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
  946. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
  947. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: Device 2
  948. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceName : Analogue
  949. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayName : Analogue
  950. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayNameExtra:
  951. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  952. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_channels : FL, FR
  953. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_sampleRates : 48000
  954. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  955. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_streamTypes : No passthrough capabilities
  956. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: Device 3
  957. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceName : Both
  958. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayName : HDMI and Analogue
  959. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayNameExtra:
  960. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  961. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_channels : FL, FR
  962. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_sampleRates : 48000
  963. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
  964. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_streamTypes : No passthrough capabilities
  965. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: Enumerated PULSE devices:
  966. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: Device 1
  967. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceName : Default
  968. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayName : Default
  969. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
  970. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  971. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_channels : FL, FR
  972. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
  973. 2019-04-11 12:28:39.872 T:2989736816 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
  974. 2019-04-11 12:28:39.873 T:2989736816 NOTICE: m_streamTypes : No passthrough capabilities
  975. 2019-04-11 12:28:39.919 T:3012035920 NOTICE: Raspberry PI firmware version: Feb 20 2020 16:43:11
  976. Copyright (c) 2012 Broadcom
  977. version 00f355997ccdacfaac70e6e07803eccc0a6f1d6e (clean) (release) (start_x)
  978. 2019-04-11 12:28:39.919 T:3012035920 NOTICE: ARM mem: 704MB GPU mem: 320MB MPG2:0 WVC1:0
  979. 2019-04-11 12:28:39.919 T:3012035920 NOTICE: Config:
  980. arm_freq=1500
  981. audio_pwm_mode=514
  982. config_hdmi_boost=5
  983. core_freq=500
  984. core_freq_min=200
  985. disable_commandline_tags=2
  986. disable_l2cache=1
  987. disable_overscan=1
  988. display_hdmi_rotate=-1
  989. display_lcd_rotate=-1
  990. enable_gic=1
  991. force_eeprom_read=1
  992. force_pwm_open=1
  993. framebuffer_ignore_alpha=1
  994. framebuffer_swap=1
  995. gpu_freq=500
  996. gpu_freq_min=250
  997. hdmi_channel_map=8
  998. init_uart_clock=0x2dc6c00
  999. lcd_framerate=60
  1000. mask_gpu_interrupt0=1024
  1001. mask_gpu_interrupt1=0x10000
  1002. over_voltage_avs=-5000
  1003. pause_burst_frames=1
  1004. program_serial_random=1
  1005. total_mem=4096
  1006. hdmi_force_cec_address:0=65535
  1007. hdmi_force_cec_address:1=65535
  1008. hdmi_ignore_cec_init:0=1
  1009. hdmi_pixel_freq_limit:0=0x11e1a300
  1010. hdmi_pixel_freq_limit:1=0x11e1a300
  1011. 2019-04-11 12:28:39.919 T:3012035920 NOTICE: Config:
  1012. device_tree=-
  1013. overlay_prefix=overlays/
  1014. hdmi_cvt:0=
  1015. hdmi_cvt:1=
  1016. hdmi_edid_filename:0=
  1017. hdmi_edid_filename:1=
  1018. hdmi_timings:0=
  1019. hdmi_timings:1=
  1020. 2019-04-11 12:28:40.127 T:3012035920 WARNING: CDRMUtils::FindPlane - could not find plane
  1021. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
  1022. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
  1023. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
  1024. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
  1025. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
  1026. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
  1027. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
  1028. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
  1029. 2019-04-11 12:28:40.307 T:3012035920 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
  1030. 2019-04-11 12:28:40.309 T:3012035920 NOTICE: Previous line repeats 1 times.
  1031. 2019-04-11 12:28:40.309 T:3012035920 NOTICE: EGL_VERSION = 1.4
  1032. 2019-04-11 12:28:40.309 T:3012035920 NOTICE: EGL_VENDOR = Mesa Project
  1033. 2019-04-11 12:28:40.309 T:3012035920 NOTICE: EGL_EXTENSIONS = EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
  1034. 2019-04-11 12:28:40.309 T:3012035920 NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_MESA_platform_gbm
  1035. 2019-04-11 12:28:40.313 T:3012035920 NOTICE: Checking resolution 16
  1036. 2019-04-11 12:28:40.457 T:3012035920 WARNING: CGBMUtils::DestroySurface - surface already destroyed
  1037. 2019-04-11 12:28:40.504 T:3012035920 NOTICE: GL_VENDOR = Broadcom
  1038. 2019-04-11 12:28:40.504 T:3012035920 NOTICE: GL_RENDERER = V3D 4.2
  1039. 2019-04-11 12:28:40.504 T:3012035920 NOTICE: GL_VERSION = OpenGL ES 3.0 Mesa 19.1.7
  1040. 2019-04-11 12:28:40.504 T:3012035920 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
  1041. 2019-04-11 12:28:40.504 T:3012035920 NOTICE: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_texture_border_clamp GL_KHR_context_flush_control GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_EXT_float_blend GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_EXT_texture_query_lod
  1042. 2019-04-11 12:28:41.959 T:2882610032 NOTICE: Running database version Addons27
  1043. 2019-04-11 12:28:41.962 T:2882610032 NOTICE: Running database version ViewModes6
  1044. 2019-04-11 12:28:42.008 T:2882610032 NOTICE: Running database version Textures13
  1045. 2019-04-11 12:28:42.010 T:2882610032 ERROR: Unable to open database: MyMusic72 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1046. 2019-04-11 12:28:42.010 T:2882610032 ERROR: Unable to open database: MyMusic71 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1047. 2019-04-11 12:28:42.010 T:2882610032 ERROR: Unable to open database: MyMusic70 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1048. 2019-04-11 12:28:42.010 T:2882610032 ERROR: Unable to open database: MyMusic69 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1049. 2019-04-11 12:28:42.010 T:2882610032 ERROR: Unable to open database: MyMusic68 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1050. 2019-04-11 12:28:42.010 T:2882610032 ERROR: Unable to open database: MyMusic67 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1051. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic66 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1052. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic65 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1053. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic64 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1054. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic63 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1055. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic62 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1056. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic61 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1057. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic60 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1058. 2019-04-11 12:28:42.011 T:2882610032 ERROR: Unable to open database: MyMusic59 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1059. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic58 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1060. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic57 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1061. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic56 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1062. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic55 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1063. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic54 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1064. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic53 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1065. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic52 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1066. 2019-04-11 12:28:42.012 T:2882610032 ERROR: Unable to open database: MyMusic51 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1067. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic50 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1068. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic49 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1069. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic48 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1070. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic47 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1071. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic46 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1072. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic45 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1073. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic44 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1074. 2019-04-11 12:28:42.013 T:2882610032 ERROR: Unable to open database: MyMusic43 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1075. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic42 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1076. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic41 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1077. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic40 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1078. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic39 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1079. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic38 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1080. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic37 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1081. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic36 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1082. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic35 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1083. 2019-04-11 12:28:42.014 T:2882610032 ERROR: Unable to open database: MyMusic34 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1084. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyMusic33 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1085. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyMusic32 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1086. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyMusic72 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1087. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to create new database
  1088. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyVideos116 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1089. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyVideos115 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1090. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyVideos114 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1091. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyVideos113 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1092. 2019-04-11 12:28:42.015 T:2882610032 ERROR: Unable to open database: MyVideos112 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1093. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos111 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1094. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos110 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1095. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos109 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1096. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos108 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1097. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos107 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1098. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos106 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1099. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos105 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1100. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos104 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1101. 2019-04-11 12:28:42.016 T:2882610032 ERROR: Unable to open database: MyVideos103 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1102. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos102 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1103. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos101 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1104. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos100 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1105. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos99 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1106. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos98 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1107. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos97 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1108. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos96 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1109. 2019-04-11 12:28:42.017 T:2882610032 ERROR: Unable to open database: MyVideos95 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1110. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos94 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1111. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos93 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1112. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos92 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1113. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos91 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1114. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos90 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1115. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos89 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1116. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos88 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1117. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos87 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1118. 2019-04-11 12:28:42.018 T:2882610032 ERROR: Unable to open database: MyVideos86 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1119. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos85 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1120. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos84 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1121. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos83 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1122. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos82 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1123. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos81 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1124. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos80 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1125. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos79 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1126. 2019-04-11 12:28:42.019 T:2882610032 ERROR: Unable to open database: MyVideos78 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1127. 2019-04-11 12:28:42.020 T:2882610032 ERROR: Unable to open database: MyVideos77 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1128. 2019-04-11 12:28:42.020 T:2882610032 ERROR: Unable to open database: MyVideos76 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1129. 2019-04-11 12:28:42.020 T:2882610032 ERROR: Unable to open database: MyVideos75 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1130. 2019-04-11 12:28:42.020 T:2882610032 ERROR: Unable to open database: MyVideos116 [2002](Can't connect to MySQL server on '192.168.1.23' (101))
  1131. 2019-04-11 12:28:42.020 T:2882610032 ERROR: Unable to create new database
  1132. 2019-04-11 12:28:42.024 T:2882610032 NOTICE: Running database version TV32
  1133. 2019-04-11 12:28:42.027 T:2882610032 NOTICE: Running database version Epg12
  1134. 2019-04-11 12:28:42.036 T:3012035920 NOTICE: start dvd mediatype detection
  1135. 2019-04-11 12:28:42.122 T:3012035920 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
  1136. 2019-04-11 12:28:42.576 T:3012035920 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
  1137. 2019-04-11 12:28:42.631 T:3012035920 NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
  1138. 2019-04-11 12:28:42.632 T:3012035920 NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
  1139. 2019-04-11 12:28:42.638 T:3012035920 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  1140. 2019-04-11 12:28:42.639 T:3012035920 NOTICE: Loaded playercorefactory configuration
  1141. 2019-04-11 12:28:42.639 T:3012035920 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  1142. 2019-04-11 12:28:42.639 T:3012035920 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  1143. 2019-04-11 12:28:42.659 T:3012035920 NOTICE: initialize done
  1144. 2019-04-11 12:28:42.659 T:3012035920 NOTICE: Running the application...
  1145. 2019-04-11 12:28:42.661 T:3012035920 NOTICE: CWebServer[44444]: Started
  1146. 2019-04-11 12:28:42.670 T:2767045488 NOTICE: ES: Starting UDP Event server on port 9777
  1147. 2019-04-11 12:28:42.671 T:2767045488 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
  1148. 2019-04-11 12:28:42.930 T:2835891056 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
  1149. 2020-04-09 14:11:19.272 T:3012035920 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  1150. 2020-04-09 14:11:19.272 T:3012035920 NOTICE: Enabled debug logging due to GUI setting. Level 2.
  1151. 2020-04-09 14:11:19.273 T:3012035920 DEBUG: ------ Window Init () ------
  1152. 2020-04-09 14:11:19.846 T:2633364336 DEBUG: CWebServer[44444]: request received for /jsonrpc
  1153. 2020-04-09 14:11:21.686 T:3012035920 DEBUG: Previous line repeats 5 times.
  1154. 2020-04-09 14:11:21.686 T:3012035920 DEBUG: Activating window ID: 10000
  1155. 2020-04-09 14:11:21.846 T:2675327856 DEBUG: CWebServer[44444]: request received for /jsonrpc
  1156. 2020-04-09 14:11:22.016 T:3012035920 DEBUG: Previous line repeats 5 times.
  1157. 2020-04-09 14:11:22.016 T:3012035920 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  1158. 2020-04-09 14:11:22.016 T:3012035920 DEBUG: FreeVisualisation() done
  1159. 2020-04-09 14:11:22.042 T:3012035920 DEBUG: ------ Window Init (Home.xml) ------
  1160. 2020-04-09 14:11:22.051 T:2862773104 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  1161. 2020-04-09 14:11:22.059 T:2862773104 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  1162. 2020-04-09 14:11:22.065 T:2862773104 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  1163. 2020-04-09 14:11:22.179 T:2633364336 DEBUG: CWebServer[44444]: request received for /jsonrpc
  1164. 2020-04-09 14:11:23.668 T:3012035920 DEBUG: Previous line repeats 7 times.
  1165. 2020-04-09 14:11:23.668 T:3012035920 DEBUG: Activating window ID: 10111
  1166. 2020-04-09 14:11:23.668 T:3012035920 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  1167. 2020-04-09 14:11:23.668 T:3012035920 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  1168. 2020-04-09 14:11:23.849 T:2666935152 DEBUG: CWebServer[44444]: request received for /jsonrpc
  1169. 2020-04-09 14:11:25.659 T:3012035920 DEBUG: Previous line repeats 7 times.
  1170. 2020-04-09 14:11:25.659 T:3012035920 INFO: Saving exitCode 66
  1171. 2020-04-09 14:11:25.784 T:3012035920 DEBUG: ------ Window Init (DialogBusy.xml) ------
  1172. 2020-04-09 14:11:25.859 T:2666935152 DEBUG: CWebServer[44444]: request received for /jsonrpc
  1173. 2020-04-09 14:11:26.309 T:3012035920 DEBUG: Previous line repeats 9 times.
  1174. 2020-04-09 14:11:26.309 T:3012035920 NOTICE: Quitting due to POSIX signal
  1175. 2020-04-09 14:11:26.342 T:3012035920 NOTICE: Stopping player
  1176. 2020-04-09 14:11:26.342 T:3012035920 NOTICE: Storing total System Uptime
  1177. 2020-04-09 14:11:26.342 T:3012035920 NOTICE: Saving settings
  1178. 2020-04-09 14:11:26.349 T:3012035920 NOTICE: Saving skin settings
  1179. 2020-04-09 14:11:26.351 T:3012035920 NOTICE: Stopping all
  1180. 2020-04-09 14:11:26.351 T:2871165808 DEBUG: Thread JobWorker 2871165808 terminating (autodelete)
  1181. 2020-04-09 14:11:26.351 T:2882610032 DEBUG: Thread JobWorker 2882610032 terminating (autodelete)
  1182. 2020-04-09 14:11:26.351 T:2862773104 DEBUG: Thread JobWorker 2862773104 terminating (autodelete)
  1183. 2020-04-09 14:11:26.351 T:3012035920 DEBUG: NetworkMessage - Signaling network services to stop
  1184. 2020-04-09 14:11:26.351 T:3012035920 NOTICE: ES: Stopping event server
  1185. 2020-04-09 14:11:26.351 T:3012035920 DEBUG: NetworkMessage - Waiting for network services to stop
  1186. 2020-04-09 14:11:26.352 T:3012035920 NOTICE: CWebServer[44444]: Stopped
  1187. 2020-04-09 14:11:26.703 T:2700505968 DEBUG: Thread CECAdapterUpdate 2700505968 terminating
  1188. 2020-04-09 14:11:27.157 T:2767045488 NOTICE: ES: UDP Event server stopped
  1189. 2020-04-09 14:11:27.158 T:2767045488 DEBUG: Thread EventServer 2767045488 terminating
  1190. 2020-04-09 14:11:27.160 T:2758652784 DEBUG: Thread TCPServer 2758652784 terminating
  1191. 2020-04-09 14:11:27.160 T:3012035920 NOTICE: stop dvd detect media
  1192. 2020-04-09 14:11:27.161 T:3012035920 DEBUG: CServiceAddonManager: stopping service.libreelec.settings.
  1193. 2020-04-09 14:11:27.161 T:3012035920 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): trigger Monitor abort request
  1194. 2020-04-09 14:11:27.166 T:2658542448 INFO: ## LibreELEC Addon ## xdbus Monitor stopped. ##
  1195. 2020-04-09 14:11:27.183 T:2800616304 DEBUG: ## LibreELEC Addon ## STOP SERVICE DONE !
  1196. 2020-04-09 14:11:27.183 T:2683720560 INFO: ## LibreELEC Addon ## _service_::run ## MESSAGE:'exit'
  1197. 2020-04-09 14:11:27.184 T:2800616304 INFO: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): script successfully run
  1198. 2020-04-09 14:11:27.184 T:2800616304 INFO: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): waiting on thread 18446744072056341360
  1199. 2020-04-09 14:11:27.227 T:2641757040 INFO: ## LibreELEC Addon ## updates::updateThread ## Stopped
  1200. 2020-04-09 14:11:27.285 T:2800616304 DEBUG: onExecutionDone(0, /usr/share/kodi/addons/service.libreelec.settings/service.py)
  1201. 2020-04-09 14:11:27.311 T:2800616304 INFO: Python interpreter interrupted by user
  1202. 2020-04-09 14:11:27.311 T:3012035920 DEBUG: CPythonInvoker(0, /usr/share/kodi/addons/service.libreelec.settings/service.py): script termination took 150ms
  1203. 2020-04-09 14:11:27.311 T:2800616304 DEBUG: Thread LanguageInvoker 2800616304 terminating
  1204. 2020-04-09 14:11:27.311 T:2989736816 DEBUG: Thread ActiveAE 2989736816 terminating
  1205. 2020-04-09 14:11:27.353 T:2981344112 DEBUG: Thread AESink 2981344112 terminating
  1206. 2020-04-09 14:11:27.394 T:2725585776 DEBUG: Process - CEC adapter processor thread ended
  1207. 2020-04-09 14:11:27.394 T:2725585776 DEBUG: Thread CECAdapter 2725585776 terminating
  1208. 2020-04-09 14:11:27.454 T:3012035920 DEBUG: CAESinkPi:Drain delay:100ms now:0ms
  1209. 2020-04-09 14:11:27.454 T:3012035920 DEBUG: CAESinkPi:Deinitialize
  1210. 2020-04-09 14:11:27.454 T:3012035920 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000000
  1211. 2020-04-09 14:11:27.462 T:3012035920 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0xb00030f8
  1212. 2020-04-09 14:11:27.463 T:3012035920 NOTICE: Application stopped
  1213. 2020-04-09 14:11:27.663 T:3012035920 NOTICE: XBApplicationEx: destroying...
  1214. 2020-04-09 14:11:27.664 T:2817401712 DEBUG: Thread PeripEventScanner 2817401712 terminating
  1215. 2020-04-09 14:11:27.672 T:2844283760 DEBUG: Thread PeripBusUSBUdev 2844283760 terminating
  1216. 2020-04-09 14:11:27.896 T:2827498352 DEBUG: Thread PeripBusAddon 2827498352 terminating
  1217. 2020-04-09 14:11:28.075 T:3012035920 INFO: AddOnLog: Joystick Support: Disabling joystick interface "linux"
  1218. 2020-04-09 14:11:28.075 T:3012035920 DEBUG: SECTION:UnloadDll(/usr/lib/kodi/addons/peripheral.joystick/peripheral.joystick.so.1.4.9)
  1219. 2020-04-09 14:11:28.076 T:3012035920 INFO: ADDON: Dll Destroyed - Joystick Support
  1220. 2020-04-09 14:11:28.077 T:3012035920 NOTICE: unload skin
  1221. 2020-04-09 14:11:28.077 T:3012035920 INFO: Unloading old skin ...
  1222. 2020-04-09 14:11:28.080 T:3012035920 DEBUG: FreeVisualisation() done
  1223. 2020-04-09 14:11:28.082 T:3012035920 DEBUG: ------ Window Deinit () ------
  1224. 2020-04-09 14:11:28.084 T:3012035920 DEBUG: FreeVisualisation() done
  1225. 2020-04-09 14:11:28.086 T:3012035920 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
  1226. 2020-04-09 14:11:28.087 T:3012035920 DEBUG: ------ Window Deinit (Home.xml) ------
  1227. 2020-04-09 14:11:28.087 T:3012035920 DEBUG: FreeVisualisation() done
  1228. 2020-04-09 14:11:28.104 T:3012035920 DEBUG: Previous line repeats 2 times.
  1229. 2020-04-09 14:11:28.104 T:3012035920 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  1230. 2020-04-09 14:11:28.115 T:3012035920 DEBUG: CloseBundle - Closed bundle
  1231. 2020-04-09 14:11:28.144 T:3012035920 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 59
  1232. 2020-04-09 14:11:28.159 T:3012035920 DEBUG: CDRMUtils::DrmFbDestroyCallback - removing framebuffer: 63
  1233. 2020-04-09 14:11:28.159 T:3012035920 DEBUG: CWinSystemGbmEGLContext::DestroyWindow - deinitialized GBM
  1234. 2020-04-09 14:11:28.164 T:3012035920 NOTICE: unload sections
  1235. 2020-04-09 14:11:28.169 T:3012035920 DEBUG: LogindUPowerSyscall - delay lock sleep released
  1236. 2020-04-09 14:11:28.173 T:2809009008 DEBUG: Thread Timer 2809009008 terminating
  1237. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1ae6448 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1238. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1b170d0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1239. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1aee310 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1240. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1af8f18 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1241. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x19dcb18 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1242. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1af8d70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1243. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x1af7b78 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1244. 2020-04-09 14:11:28.176 T:3012035920 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x19de7b8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  1245. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 0 --> 0 instances
  1246. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 1 --> 0 instances
  1247. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 2 --> 0 instances
  1248. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 3 --> 0 instances
  1249. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 4 --> 0 instances
  1250. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 5 --> 0 instances
  1251. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 6 --> 0 instances
  1252. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 7 --> 0 instances
  1253. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 8 --> 0 instances
  1254. 2020-04-09 14:11:28.179 T:3012035920 DEBUG: object 9 --> 0 instances
  1255. 2020-04-09 14:11:28.246 T:3012035920 DEBUG: CWinSystemGbm::DestroyWindowSystem - deinitialized DRM
  1256. 2020-04-09 14:11:28.297 T:3002069872 DEBUG: Thread libinput 3002069872 terminating
  1257. 2020-04-09 14:11:28.492 T:2934961008 DEBUG: Thread Lirc 2934961008 terminating
  1258. 2020-04-09 14:11:28.509 T:3012035920 DEBUG: CDRMUtils::RestoreOriginalMode - set original crtc mode
  1259. 2020-04-09 14:11:28.535 T:3012023152 DEBUG: Thread Announce 3012023152 terminating
  1260. 2020-04-09 14:11:28.538 T:3012035920 NOTICE: XBApplicationEx: application stopped!
Advertisement
Add Comment
Please, Sign In to add comment