Advertisement
davidsimmonds

MySql errors

Oct 25th, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.65 KB | None | 0 0
  1. 10:51:06 8.035378 T:1958249008 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
  2. 10:51:06 8.035793 T:1958249008 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
  3. <?xml version="1.0" encoding="UTF-8" ?>
  4. <advancedsettings>
  5. <network>
  6. <readbufferfactor>4.0</readbufferfactor>
  7. </network>
  8. <imageres>540</imageres>
  9. <fanartres>720</fanartres>
  10. <splash>false</splash>
  11. <handlemounting>0</handlemounting>
  12. <samba>
  13. <clienttimeout>30</clienttimeout>
  14. </samba>
  15. </advancedsettings>
  16. 10:51:06 8.040341 T:1958249008 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  17. 10:51:06 8.040738 T:1958249008 NOTICE: Contents of special://profile/advancedsettings.xml are...
  18. <?xml version="1.0" encoding="utf-8" ?>
  19. <advancedsettings>
  20. <videodatabase>
  21. <name>xbmc_video</name>
  22. <host>10.0.0.11</host>
  23. <user>xbmc</user>
  24. <pass>xbmc</pass>
  25. <type>mysql</type>
  26. <port>3306</port>
  27. </videodatabase>
  28. <musicdatabase>
  29. <name>xbmc_music</name>
  30. <host>10.0.0.11</host>
  31. <user>xbmc</user>
  32. <pass>xbmc</pass>
  33. <type>mysql</type>
  34. <port>3306</port>
  35. </musicdatabase>
  36. <tvshowmatching>
  37. <regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)([0-9]+)([^\\/]*)$</regexp>
  38. <regexp>[Ss]([0-9]+)[][ ._-]*[Ee]([0-9]+)([^\\/]*)$</regexp>
  39. <regexp>[\._ -]()[Ee][Pp]_?([0-9]+)([^\\/]*)$</regexp>
  40. <regexp>([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})</regexp>
  41. <regexp>([0-9]{2})[\.-]([0-9]{2})[\.-]([0-9]{4})</regexp>
  42. <regexp>[\\/\._ \[\(-]([0-9]+)x([0-9]+)([^\\/]*)$</regexp>
  43. <regexp>[\\/\._ -]([0-9]+)([0-9][0-9])([\._ -][^\\/]*)$</regexp>
  44. <regexp>[\/._ -]p(?:ar)?t[_. -]()([ivx]+)([._ -][^\/]*)$</regexp>
  45. </tvshowmatching>
  46. <videolibrary>
  47. <importwatchedstate>true</importwatchedstate>
  48. <importresumepoint>true</importresumepoint>
  49. </videolibrary>
  50. </advancedsettings>
  51. 10:51:06 8.040970 T:1958249008 WARNING: VIDEO database configuration is experimental.
  52. 10:51:06 8.042752 T:1958249008 NOTICE: Default DVD Player: dvdplayer
  53. 10:51:06 8.042825 T:1958249008 NOTICE: Default Video Player: dvdplayer
  54. 10:51:06 8.042882 T:1958249008 NOTICE: Default Audio Player: paplayer
  55. 10:51:06 8.042953 T:1958249008 NOTICE: Enabled debug logging due to GUI setting (2)
  56. 10:51:06 8.043010 T:1958249008 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
  57. 10:51:06 8.043361 T:1958249008 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  58. 10:51:06 8.047477 T:1958249008 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  59. 10:51:06 8.050100 T:1958249008 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
  60. 10:51:06 8.050208 T:1958249008 DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
  61. 10:51:06 8.050278 T:1958249008 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
  62. 10:51:06 8.050345 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  63. 10:51:06 8.050411 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/mms/udp
  64. 10:51:06 8.050479 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  65. 10:51:06 8.050547 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  66. 10:51:06 8.050613 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  67. 10:51:06 8.050679 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  68. 10:51:06 8.050742 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  69. 10:51:06 8.050807 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  70. 10:51:06 8.050879 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  71. 10:51:06 8.050944 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  72. 10:51:06 8.051008 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  73. 10:51:06 8.051073 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  74. 10:51:06 8.051139 T:1958249008 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  75. 10:51:06 8.051205 T:1958249008 NOTICE: Loaded playercorefactory configuration
  76. 10:51:06 8.051599 T:1958249008 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  77. 10:51:06 8.051822 T:1958249008 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  78. 10:51:07 8.229838 T:1958249008 INFO: creating subdirectories
  79. 10:51:07 8.230146 T:1958249008 INFO: userdata folder: special://masterprofile/
  80. 10:51:07 8.230277 T:1958249008 INFO: recording folder:
  81. 10:51:07 8.230358 T:1958249008 INFO: screenshots folder:
  82. 10:51:07 8.241370 T:1948251168 NOTICE: Thread ActiveAE start, auto delete: false
  83. 10:51:07 8.241886 T:1937765408 NOTICE: Thread AESink start, auto delete: false
  84. 10:51:07 8.242517 T:1937765408 INFO: CActiveAESink::OpenSink - initialize sink
  85. 10:51:07 8.242650 T:1937765408 DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
  86. 10:51:07 8.242760 T:1937765408 DEBUG: DllBcm: Using omx system library
  87. 10:51:07 8.247389 T:1937765408 DEBUG: SECTION:LoadDLL(libopenmaxil.so)
  88. 10:51:07 8.263471 T:1937765408 DEBUG: Loading: libopenmaxil.so
  89. 10:51:07 8.271736 T:1876948000 NOTICE: Thread CRBPWorker start, auto delete: false
  90. 10:51:07 8.272001 T:1937765408 DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
  91. 10:51:07 8.272112 T:1937765408 DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
  92. 10:51:07 8.274358 T:1937765408 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x73907a08
  93. 10:51:07 8.276278 T:1937765408 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignmen(16)
  94. 10:51:07 8.276846 T:1937765408 DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
  95. 10:51:07 8.276915 T:1937765408 DEBUG: Output Device : HDMI
  96. 10:51:07 8.276973 T:1937765408 DEBUG: Sample Rate : 44100
  97. 10:51:07 8.277027 T:1937765408 DEBUG: Sample Format : AE_FMT_FLOAT
  98. 10:51:07 8.277082 T:1937765408 DEBUG: Channel Count : 2
  99. 10:51:07 8.277142 T:1937765408 DEBUG: Channel Layout: FL,FR
  100. 10:51:07 8.277198 T:1937765408 DEBUG: Frames : 2205
  101. 10:51:07 8.277253 T:1937765408 DEBUG: Frame Samples : 4410
  102. 10:51:07 8.277306 T:1937765408 DEBUG: Frame Size : 8
  103. 10:51:07 8.298878 T:1958249008 INFO: sqlite-osmc: memory is not mapped yet
  104. 10:51:07 8.299128 T:1958249008 INFO: sqlite-osmc: memory mapped IO is enabled
  105. 10:51:07 8.318580 T:1958249008 NOTICE: Running database version Addons19
  106. 10:51:07 8.319195 T:1958249008 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-arm.so)
  107. 10:51:07 8.319421 T:1958249008 DEBUG: Loading: /usr/lib/kodi/system/libcpluff-arm.so
  108. 10:51:07 8.326491 T:1958249008 INFO: sqlite-osmc: memory is not mapped yet
  109. 10:51:07 8.970053 T:1958249008 INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/kodi/addons: No such file or directory'
  110. 10:51:07 8.970427 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ca_es has been installed.'
  111. 10:51:07 8.970609 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.az_az has been installed.'
  112. 10:51:07 8.970699 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mt_mt has been installed.'
  113. 10:51:07 8.970774 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.vi_vn has been installed.'
  114. 10:51:07 8.970849 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.updates has been installed.'
  115. 10:51:07 8.970922 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ja_jp has been installed.'
  116. 10:51:07 8.970992 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.eo has been installed.'
  117. 10:51:07 8.971065 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
  118. 10:51:07 8.971135 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.pl_pl has been installed.'
  119. 10:51:07 8.971200 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
  120. 10:51:07 8.971270 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fr_ca has been installed.'
  121. 10:51:07 8.971341 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  122. 10:51:07 8.971411 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_au has been installed.'
  123. 10:51:07 8.971481 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  124. 10:51:07 8.971552 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
  125. 10:51:07 8.971621 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sr_rs has been installed.'
  126. 10:51:07 8.971692 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.xmltodict has been installed.'
  127. 10:51:07 8.971766 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  128. 10:51:07 8.971837 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fa_af has been installed.'
  129. 10:51:07 8.971917 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  130. 10:51:07 8.971989 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.bg_bg has been installed.'
  131. 10:51:07 8.972062 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hu_hu has been installed.'
  132. 10:51:07 8.972133 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
  133. 10:51:07 8.972201 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mk_mk has been installed.'
  134. 10:51:07 8.972326 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.pt_pt has been installed.'
  135. 10:51:07 8.972404 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.da_dk has been installed.'
  136. 10:51:07 8.972474 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.nb_no has been installed.'
  137. 10:51:07 8.972543 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.ym has been installed.'
  138. 10:51:07 8.972612 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.logging has been installed.'
  139. 10:51:07 8.972679 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.is_is has been installed.'
  140. 10:51:07 8.972749 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
  141. 10:51:07 8.972817 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ms_my has been installed.'
  142. 10:51:07 8.972886 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sv_se has been installed.'
  143. 10:51:07 8.972957 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.networking has been installed.'
  144. 10:51:07 8.973024 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  145. 10:51:07 8.973094 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ru_ru has been installed.'
  146. 10:51:07 8.973165 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.os_os has been installed.'
  147. 10:51:07 8.973234 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.nl_nl has been installed.'
  148. 10:51:07 8.973305 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.es_mx has been installed.'
  149. 10:51:07 8.973379 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  150. 10:51:07 8.973452 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.services has been installed.'
  151. 10:51:07 8.973521 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ta_in has been installed.'
  152. 10:51:07 8.973591 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.gl_es has been installed.'
  153. 10:51:07 8.973658 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
  154. 10:51:07 8.973725 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  155. 10:51:07 8.973795 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ko_kr has been installed.'
  156. 10:51:07 8.973863 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  157. 10:51:07 8.973930 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fa_ir has been installed.'
  158. 10:51:07 8.974000 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.uz_uz has been installed.'
  159. 10:51:07 8.974068 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
  160. 10:51:07 8.974137 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.tg_tj has been installed.'
  161. 10:51:07 8.974208 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.my_mm has been installed.'
  162. 10:51:07 8.974281 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  163. 10:51:07 8.974351 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
  164. 10:51:07 8.974420 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  165. 10:51:07 8.974487 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hr_hr has been installed.'
  166. 10:51:07 8.974556 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.zh_tw has been installed.'
  167. 10:51:07 8.974625 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
  168. 10:51:07 8.974694 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.zh_cn has been installed.'
  169. 10:51:07 8.974764 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fo_fo has been installed.'
  170. 10:51:07 8.974833 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  171. 10:51:07 8.974934 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.pi has been installed.'
  172. 10:51:07 8.975021 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  173. 10:51:07 8.975090 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
  174. 10:51:07 8.975160 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
  175. 10:51:07 8.975231 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
  176. 10:51:07 8.975300 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ro_ro has been installed.'
  177. 10:51:07 8.975370 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fi_fi has been installed.'
  178. 10:51:07 8.975439 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  179. 10:51:07 8.975509 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.de_de has been installed.'
  180. 10:51:07 8.975578 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  181. 10:51:07 8.975646 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
  182. 10:51:07 8.975714 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_nz has been installed.'
  183. 10:51:07 8.975781 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  184. 10:51:07 8.975851 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.szl has been installed.'
  185. 10:51:07 8.975920 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_us has been installed.'
  186. 10:51:07 8.975984 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  187. 10:51:07 8.976053 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  188. 10:51:07 8.976120 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
  189. 10:51:07 8.976188 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
  190. 10:51:07 8.976257 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.timidity has been installed.'
  191. 10:51:07 8.976328 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sk_sk has been installed.'
  192. 10:51:07 8.976398 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  193. 10:51:07 8.976468 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.th_th has been installed.'
  194. 10:51:07 8.976537 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.id_id has been installed.'
  195. 10:51:07 8.976607 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.pt_br has been installed.'
  196. 10:51:07 8.976677 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
  197. 10:51:07 8.976746 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sl_si has been installed.'
  198. 10:51:07 8.976814 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  199. 10:51:07 8.976885 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  200. 10:51:07 8.976950 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
  201. 10:51:07 8.977018 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
  202. 10:51:07 8.977088 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.am_et has been installed.'
  203. 10:51:07 8.977159 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.remotes has been installed.'
  204. 10:51:07 8.977230 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.es_ar has been installed.'
  205. 10:51:07 8.977298 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
  206. 10:51:07 8.977367 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fr_fr has been installed.'
  207. 10:51:07 8.977437 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  208. 10:51:07 8.977507 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.eu_es has been installed.'
  209. 10:51:07 8.977609 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
  210. 10:51:07 8.977683 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.bs_ba has been installed.'
  211. 10:51:07 8.977756 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sr_rs@latin has been installed.'
  212. 10:51:07 8.977826 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  213. 10:51:07 8.977896 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.cs_cz has been installed.'
  214. 10:51:07 8.977964 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mi has been installed.'
  215. 10:51:07 8.978035 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  216. 10:51:07 8.978104 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hi_in has been installed.'
  217. 10:51:07 8.978173 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.el_gr has been installed.'
  218. 10:51:07 8.978242 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sq_al has been installed.'
  219. 10:51:07 8.978311 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmccommon has been installed.'
  220. 10:51:07 8.978380 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ml_in has been installed.'
  221. 10:51:07 8.978448 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
  222. 10:51:07 8.978517 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
  223. 10:51:07 8.978587 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.apfstore has been installed.'
  224. 10:51:07 8.978658 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  225. 10:51:07 8.978730 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.cy_gb has been installed.'
  226. 10:51:07 8.978800 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.af_za has been installed.'
  227. 10:51:07 8.978870 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
  228. 10:51:07 8.978940 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
  229. 10:51:07 8.979008 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  230. 10:51:07 8.979076 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.uk_ua has been installed.'
  231. 10:51:07 8.979148 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
  232. 10:51:07 8.979218 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hy_am has been installed.'
  233. 10:51:07 8.979288 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
  234. 10:51:07 8.979357 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  235. 10:51:07 8.979426 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.si_lk has been installed.'
  236. 10:51:07 8.979496 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
  237. 10:51:07 8.979567 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.it_it has been installed.'
  238. 10:51:07 8.979650 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.lt_lt has been installed.'
  239. 10:51:07 8.979716 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  240. 10:51:07 8.979786 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ar_sa has been installed.'
  241. 10:51:07 8.979856 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mn_mn has been installed.'
  242. 10:51:07 8.979923 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  243. 10:51:07 8.979992 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
  244. 10:51:07 8.980231 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in service.osmc.settings has been installed.'
  245. 10:51:07 8.980309 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.osmcsetting.pioverclock has been installed.'
  246. 10:51:07 8.980380 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.lv_lv has been installed.'
  247. 10:51:07 8.980493 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.te_in has been installed.'
  248. 10:51:07 8.980564 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  249. 10:51:07 8.980631 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  250. 10:51:07 8.980701 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
  251. 10:51:07 8.980771 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  252. 10:51:07 8.980841 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.et_ee has been installed.'
  253. 10:51:07 8.980908 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
  254. 10:51:07 8.980978 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  255. 10:51:07 8.981048 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  256. 10:51:07 8.981117 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  257. 10:51:07 8.981186 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  258. 10:51:07 8.981256 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  259. 10:51:07 8.981325 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.he_il has been installed.'
  260. 10:51:07 8.981404 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  261. 10:51:07 8.981475 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
  262. 10:51:07 8.981543 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in skin.osmc has been installed.'
  263. 10:51:07 8.981612 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  264. 10:51:07 8.981680 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  265. 10:51:07 8.981744 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  266. 10:51:07 8.981812 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.be_by has been installed.'
  267. 10:51:07 8.981882 T:1958249008 DEBUG: ADDON: cpluff: 'Plug-in resource.language.es_es has been installed.'
  268. 10:51:07 8.981941 T:1958249008 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  269. 10:51:07 9.019513 T:1958249008 NOTICE: ADDONS: Using repository repository.xbmc.org
  270. 10:51:07 9.020458 T:1866462240 NOTICE: Thread RemoteControl start, auto delete: false
  271. 10:51:07 9.020636 T:1866462240 INFO: LIRC Process: using: /var/run/lirc/lircd
  272. 10:51:07 9.021120 T:1866462240 INFO: LIRC Connect: successfully started
  273. 10:51:07 9.021230 T:1866462240 DEBUG: Thread RemoteControl 1866462240 terminating
  274. 10:51:07 9.029523 T:1958249008 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
  275. 10:51:07 9.036935 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
  276. 10:51:07 9.039751 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
  277. 10:51:07 9.043021 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
  278. 10:51:07 9.043841 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
  279. 10:51:07 9.046703 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
  280. 10:51:07 9.049723 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
  281. 10:51:07 9.052614 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
  282. 10:51:07 9.055560 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
  283. 10:51:07 9.058323 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
  284. 10:51:07 9.061430 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
  285. 10:51:07 9.062274 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
  286. 10:51:07 9.065098 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
  287. 10:51:07 9.068152 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
  288. 10:51:07 9.068907 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
  289. 10:51:07 9.071605 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
  290. 10:51:07 9.074411 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
  291. 10:51:07 9.077343 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
  292. 10:51:07 9.078180 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
  293. 10:51:07 9.081004 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
  294. 10:51:07 9.083589 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
  295. 10:51:07 9.086709 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
  296. 10:51:07 9.087542 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
  297. 10:51:07 9.090701 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
  298. 10:51:07 9.091503 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
  299. 10:51:07 9.092217 T:1958249008 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
  300. 10:51:07 9.102421 T:1958249008 DEBUG: Selected UDisks as storage provider
  301. 10:51:07 9.104430 T:1958249008 DEBUG: UDisks: DaemonVersion 1
  302. 10:51:07 9.104546 T:1958249008 DEBUG: UDisks: Querying available devices
  303. 10:51:07 9.133478 T:1958249008 NOTICE: Raspberry PI firmware version: Sep 23 2015 12:21:14
  304. Copyright (c) 2012 Broadcom
  305. version c156d00b148c30a3ba28ec376c9c01e95a77d6d5 (clean) (release)
  306. 10:51:07 9.133635 T:1958249008 NOTICE: ARM mem: 752MB GPU mem: 256MB MPG2:0 WVC1:0
  307. 10:51:07 9.133698 T:1958249008 NOTICE: cacheMemBufferSize: 20MB
  308. 10:51:07 9.134096 T:1958249008 NOTICE: Config:
  309. arm_freq=900
  310. config_hdmi_boost=5
  311. disable_commandline_tags=2
  312. disable_l2cache=1
  313. disable_overscan=1
  314. disable_splash=1
  315. emmc_pll_core=1
  316. force_eeprom_read=1
  317. force_pwm_open=1
  318. framebuffer_ignore_alpha=1
  319. framebuffer_swap=1
  320. hdmi_channel_map=8
  321. hdmi_force_cec_address=65535
  322. hdmi_ignore_cec_init=1
  323. over_voltage_avs=0x1b774
  324. pause_burst_frames=1
  325. program_serial_random=1
  326. sdram_freq=450
  327. temp_limit=85
  328. 10:51:07 9.134299 T:1958249008 NOTICE: Config:
  329. device_tree=-
  330. 10:51:07 9.134409 T:1958249008 DEBUG: DllBcm: Using omx system library
  331. 10:51:07 9.134468 T:1958249008 DEBUG: Unbind vtcon0 to save resources
  332. 10:51:07 9.135286 T:1958249008 DEBUG: Reducing framebuffer resolution with fbset to save resources
  333. 10:51:07 9.149920 T:1958249008 NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
  334. 10:51:07 9.151589 T:1958249008 DEBUG: EGL initial desktop resolution 1920x1080 (1920x1080) @ 60.00 - Full Screen (1.00)
  335. 10:51:07 9.152101 T:1958249008 DEBUG: EGL get supported modes (1) = 10, prefer_group=1, prefer_mode=10
  336. 10:51:07 9.152212 T:1958249008 DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :1
  337. 10:51:07 9.152310 T:1958249008 DEBUG: EGL mode 1: 720x480 (720x480) @ 60.00 - Full Screen (0.89) :2
  338. 10:51:07 9.152403 T:1958249008 DEBUG: EGL mode 2: 720x480 (720x480) @ 60.00 - Full Screen (1.19) :3
  339. 10:51:07 9.152502 T:1958249008 DEBUG: EGL mode 3: 1280x720 (1280x720) @ 60.00 - Full Screen (1.00) :4
  340. 10:51:07 9.152589 T:1958249008 DEBUG: EGL mode 7: 1920x1080 (1920x1080) @ 60.00 - Full Screen (1.00) N:10
  341. 10:51:07 9.152678 T:1958249008 DEBUG: EGL mode 8: 1920x1080 (1920x1080) @ 24.00 - Full Screen (1.00) :20
  342. 10:51:07 9.152767 T:1958249008 DEBUG: EGL mode 9: 1920x1080 (1920x1080) @ 30.00 - Full Screen (1.00) :22
  343. 10:51:07 9.153121 T:1958249008 DEBUG: EGL get supported modes (2) = 5, prefer_group=1, prefer_mode=10
  344. 10:51:07 9.153205 T:1958249008 DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :4
  345. 10:51:07 9.153297 T:1958249008 DEBUG: EGL mode 1: 800x600 (800x600) @ 60.00 - Full Screen (1.00) :9
  346. 10:51:07 9.153386 T:1958249008 DEBUG: EGL mode 2: 1024x768 (1024x768) @ 60.00 - Full Screen (1.00) :10
  347. 10:51:07 9.153493 T:1958249008 DEBUG: EGL mode 3: 1280x1024 (1280x1024) @ 60.00 - Full Screen (1.00) :23
  348. 10:51:07 9.153584 T:1958249008 DEBUG: EGL mode 4: 1600x900 (1600x900) @ 60.00 - Full Screen (1.00) :53
  349. 10:51:07 9.153672 T:1958249008 DEBUG: EGL probe resolution 1920x1080 (1920x1080) @ 60.00 - Full Screen:10010004
  350. 10:51:07 9.153744 T:1958249008 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
  351. 10:51:07 9.153831 T:1958249008 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 59.940063 Hz
  352. 10:51:07 9.153899 T:1958249008 NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
  353. 10:51:07 9.153967 T:1958249008 NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 59.940063 Hz
  354. 10:51:07 9.154031 T:1958249008 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
  355. 10:51:07 9.154098 T:1958249008 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 59.940063 Hz
  356. 10:51:07 9.154162 T:1958249008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
  357. 10:51:07 9.154229 T:1958249008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 59.940063 Hz
  358. 10:51:07 9.154293 T:1958249008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz
  359. 10:51:07 9.154366 T:1958249008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 23.976025 Hz
  360. 10:51:07 9.154431 T:1958249008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 30.000000 Hz
  361. 10:51:07 9.154498 T:1958249008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 29.970032 Hz
  362. 10:51:07 9.154564 T:1958249008 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
  363. 10:51:07 9.154632 T:1958249008 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 59.940063 Hz
  364. 10:51:07 9.154696 T:1958249008 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 60.000000 Hz
  365. 10:51:07 9.154762 T:1958249008 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 59.940063 Hz
  366. 10:51:07 9.154826 T:1958249008 NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 60.000000 Hz
  367. 10:51:07 9.154892 T:1958249008 NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 59.940063 Hz
  368. 10:51:07 9.154988 T:1958249008 NOTICE: Found resolution 1600 x 900 for display 0 with 1600 x 900 @ 60.000000 Hz
  369. 10:51:07 9.155114 T:1958249008 NOTICE: Found resolution 1600 x 900 for display 0 with 1600 x 900 @ 59.940063 Hz
  370. 10:51:07 9.155183 T:1958249008 NOTICE: Found (1920x1080@60.000000) at 22, setting to RES_DESKTOP at 16
  371. 10:51:07 9.155375 T:1958249008 NOTICE: Checking resolution 23
  372. 10:51:07 9.168025 T:1958249008 DEBUG: EGL set HDMI mode (1,16)=0 off
  373. 10:51:08 9.251494 T:1910502432 DEBUG: EGL tv_service_callback (8,1,16)
  374. 10:51:08 9.252819 T:1958249008 DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 59.94 fps (1,16) flags:10010004 aspect:1.00
  375. 10:51:08 9.276494 T:1958249008 DEBUG: CreateWindow: Created surface of size 1920x1080
  376. 10:51:08 9.280191 T:1958249008 NOTICE: GL_VENDOR = Broadcom
  377. 10:51:08 9.280298 T:1958249008 NOTICE: GL_RENDERER = VideoCore IV HW
  378. 10:51:08 9.280359 T:1958249008 NOTICE: GL_VERSION = OpenGL ES 2.0
  379. 10:51:08 9.280419 T:1958249008 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
  380. 10:51:08 9.280494 T:1958249008 DEBUG: GLES: Extension Support Test - GL_NVX_gpu_memory_info NO
  381. 10:51:08 9.280560 T:1958249008 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
  382. 10:51:08 9.280652 T:1958249008 DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 YES
  383. 10:51:08 9.280725 T:1958249008 DEBUG: GLES: Extension Support Test - GL_IMG_texture_format_BGRA8888 NO
  384. 10:51:08 9.280796 T:1958249008 DEBUG: GLES: Extension Support Test - GL_APPLE_texture_format_BGRA8888 NO
  385. 10:51:08 9.285707 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  386. 10:51:08 9.286000 T:1958249008 DEBUG: Compiled
  387. 10:51:08 9.286074 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  388. 10:51:08 9.286612 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  389. 10:51:08 9.286818 T:1958249008 DEBUG: Compiled
  390. 10:51:08 9.286879 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  391. 10:51:08 9.305752 T:1958249008 DEBUG: GUI Shader [guishader_frag_default.glsl]- Initialise successful : 0x207ff28
  392. 10:51:08 9.308266 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  393. 10:51:08 9.308503 T:1958249008 DEBUG: Compiled
  394. 10:51:08 9.308571 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  395. 10:51:08 9.309083 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  396. 10:51:08 9.309259 T:1958249008 DEBUG: Compiled
  397. 10:51:08 9.309319 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  398. 10:51:08 9.328723 T:1958249008 DEBUG: GUI Shader [guishader_frag_texture.glsl]- Initialise successful : 0x2083e10
  399. 10:51:08 9.330903 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  400. 10:51:08 9.331143 T:1958249008 DEBUG: Compiled
  401. 10:51:08 9.331210 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  402. 10:51:08 9.331732 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  403. 10:51:08 9.331907 T:1958249008 DEBUG: Compiled
  404. 10:51:08 9.331966 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  405. 10:51:08 9.352925 T:1958249008 DEBUG: GUI Shader [guishader_frag_multi.glsl]- Initialise successful : 0x1ebef90
  406. 10:51:08 9.355116 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  407. 10:51:08 9.355335 T:1958249008 DEBUG: Compiled
  408. 10:51:08 9.355398 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  409. 10:51:08 9.355935 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  410. 10:51:08 9.356135 T:1958249008 DEBUG: Compiled
  411. 10:51:08 9.356195 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  412. 10:51:08 9.375771 T:1958249008 DEBUG: GUI Shader [guishader_frag_fonts.glsl]- Initialise successful : 0x1ec0198
  413. 10:51:08 9.377892 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  414. 10:51:08 9.378107 T:1958249008 DEBUG: Compiled
  415. 10:51:08 9.378170 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  416. 10:51:08 9.378729 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  417. 10:51:08 9.378915 T:1958249008 DEBUG: Compiled
  418. 10:51:08 9.378975 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  419. 10:51:08 9.399342 T:1958249008 DEBUG: GUI Shader [guishader_frag_texture_noblend.glsl]- Initialise successful : 0x2084e10
  420. 10:51:08 9.401758 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  421. 10:51:08 9.401984 T:1958249008 DEBUG: Compiled
  422. 10:51:08 9.402048 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  423. 10:51:08 9.402582 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  424. 10:51:08 9.402760 T:1958249008 DEBUG: Compiled
  425. 10:51:08 9.402821 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  426. 10:51:08 9.422896 T:1958249008 DEBUG: GUI Shader [guishader_frag_multi_blendcolor.glsl]- Initialise successful : 0x2082f98
  427. 10:51:08 9.425041 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  428. 10:51:08 9.425256 T:1958249008 DEBUG: Compiled
  429. 10:51:08 9.425323 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  430. 10:51:08 9.425894 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  431. 10:51:08 9.426083 T:1958249008 DEBUG: Compiled
  432. 10:51:08 9.426144 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  433. 10:51:08 9.445945 T:1958249008 DEBUG: GUI Shader [guishader_frag_rgba.glsl]- Initialise successful : 0x2082980
  434. 10:51:08 9.446044 T:1958249008 DEBUG: GLES: Extension Support Test - GL_OES_EGL_image_external YES
  435. 10:51:08 9.448771 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  436. 10:51:08 9.448988 T:1958249008 DEBUG: Compiled
  437. 10:51:08 9.449053 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  438. 10:51:08 9.449596 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  439. 10:51:08 9.449787 T:1958249008 DEBUG: Compiled
  440. 10:51:08 9.449852 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  441. 10:51:08 9.471953 T:1958249008 DEBUG: GUI Shader [guishader_frag_rgba_oes.glsl]- Initialise successful : 0x1ec0438
  442. 10:51:08 9.474310 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  443. 10:51:08 9.474520 T:1958249008 DEBUG: Compiled
  444. 10:51:08 9.474586 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  445. 10:51:08 9.475113 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  446. 10:51:08 9.475287 T:1958249008 DEBUG: Compiled
  447. 10:51:08 9.475348 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  448. 10:51:08 9.495021 T:1958249008 DEBUG: GUI Shader [guishader_frag_rgba_blendcolor.glsl]- Initialise successful : 0x2083be0
  449. 10:51:08 9.497190 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  450. 10:51:08 9.497595 T:1958249008 DEBUG: Compiled
  451. 10:51:08 9.497695 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  452. 10:51:08 9.499177 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  453. 10:51:08 9.499365 T:1958249008 DEBUG: Compiled
  454. 10:51:08 9.499426 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  455. 10:51:08 9.523460 T:1958249008 DEBUG: GUI Shader [guishader_frag_rgba_bob.glsl]- Initialise successful : 0x205a638
  456. 10:51:08 9.523553 T:1958249008 DEBUG: GLES: Extension Support Test - GL_OES_EGL_image_external YES
  457. 10:51:08 9.525904 T:1958249008 DEBUG: GL: Vertex Shader compilation log:
  458. 10:51:08 9.526146 T:1958249008 DEBUG: Compiled
  459. 10:51:08 9.526208 T:1958249008 DEBUG: GL: Vertex Shader compiled successfully
  460. 10:51:08 9.526856 T:1958249008 DEBUG: GL: Pixel Shader compilation log:
  461. 10:51:08 9.527028 T:1958249008 DEBUG: Compiled
  462. 10:51:08 9.527085 T:1958249008 DEBUG: GL: Fragment Shader compiled successfully
  463. 10:51:08 9.555201 T:1958249008 DEBUG: GUI Shader [guishader_frag_rgba_bob_oes.glsl]- Initialise successful : 0x205a6b0
  464. 10:51:08 9.555336 T:1958249008 DEBUG: CWinSystemEGL::CreateNewWindow: No need to create a new window
  465. 10:51:08 9.568971 T:1958249008 DEBUG: EGL set HDMI mode (1,16)=0 off
  466. 10:51:08 9.652931 T:1910502432 DEBUG: EGL tv_service_callback (8,1,16)
  467. 10:51:08 9.653540 T:1958249008 DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 59.94 fps (1,16) flags:10010004 aspect:1.00
  468. 10:51:08 9.677103 T:1958249008 DEBUG: CreateWindow: Created surface of size 1920x1080
  469. 10:51:08 9.677226 T:1958249008 INFO: GLES: Maximum texture width: 2048
  470. 10:51:08 9.677457 T:1958249008 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  471. 10:51:08 9.677538 T:1958249008 INFO: load keymapping
  472. 10:51:08 9.694281 T:1958249008 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  473. 10:51:08 9.696631 T:1958249008 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  474. 10:51:08 9.708539 T:1958249008 INFO: Loading special://xbmc/system/keymaps/hama_mce.xml
  475. 10:51:08 9.710914 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  476. 10:51:08 9.715000 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  477. 10:51:08 9.722633 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
  478. 10:51:08 9.737282 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  479. 10:51:08 9.741228 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  480. 10:51:08 9.748425 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  481. 10:51:08 9.771190 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  482. 10:51:08 9.786313 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
  483. 10:51:08 9.789913 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Ouya.Controller.xml
  484. 10:51:08 9.799762 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  485. 10:51:08 9.806067 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.PS4.Controller.xml
  486. 10:51:08 9.815337 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  487. 10:51:08 9.833868 T:1958249008 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  488. 10:51:08 9.841446 T:1958249008 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  489. 10:51:08 9.865489 T:1958249008 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  490. 10:51:08 9.912778 T:1958249008 INFO: Loading special://xbmc/system/keymaps/remote.xml
  491. 10:51:08 9.940906 T:1958249008 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  492. 10:51:08 9.948524 T:1958249008 INFO: Loading special://xbmc/system/Lircmap.xml
  493. 10:51:08 9.959750 T:1958249008 INFO: * Adding remote mapping for device 'mceusb'
  494. 10:51:08 9.960155 T:1958249008 INFO: * Adding remote mapping for device 'XboxDVDDongle'
  495. 10:51:08 9.960299 T:1958249008 INFO: * Adding remote mapping for device 'Microsoft_Xbox'
  496. 10:51:08 9.960419 T:1958249008 INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
  497. 10:51:08 9.960555 T:1958249008 INFO: * Adding remote mapping for device 'anysee'
  498. 10:51:08 9.960688 T:1958249008 INFO: * Adding remote mapping for device 'iMON-PAD'
  499. 10:51:08 9.960827 T:1958249008 INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
  500. 10:51:08 9.960978 T:1958249008 INFO: * Adding remote mapping for device 'MCE_via_iMON'
  501. 10:51:08 9.961136 T:1958249008 INFO: * Adding remote mapping for device 'TwinHanRemote'
  502. 10:51:08 9.961251 T:1958249008 INFO: * Adding remote mapping for device 'linux-input-layer'
  503. 10:51:08 9.961490 T:1958249008 INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
  504. 10:51:08 9.961553 T:1958249008 INFO: * Adding remote mapping for device 'mediacenter'
  505. 10:51:08 9.961691 T:1958249008 INFO: * Adding remote mapping for device 'devinput'
  506. 10:51:08 9.963158 T:1958249008 DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
  507. 10:51:08 9.963246 T:1958249008 INFO: GUI format 1920x1080, Display 1920x1080 (1920x1080) @ 59.94 - Full Screen
  508. 10:51:08 9.963362 T:1958249008 DEBUG: guilib: Fill viewport on change for solving rendering passes
  509. 10:51:08 9.963853 T:1958249008 INFO: CLangInfo: loading resource.language.en_gb language information...
  510. 10:51:08 9.970267 T:1958249008 DEBUG: trying to set locale to en_US.UTF-8
  511. 10:51:08 9.985474 T:1958249008 INFO: global locale set to C
  512. 10:51:08 9.986058 T:1958249008 INFO: CLangInfo: loading resource.language.en_gb language strings...
  513. 10:51:08 10.056094 T:1958249008 DEBUG: POParser: loaded 3331 strings from file resource://resource.language.en_gb/strings.po
  514. 10:51:08 10.061173 T:1958249008 DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
  515. 10:51:08 10.061796 T:1958249008 DEBUG: LoadMappings - loaded node "CEC Adapter"
  516. 10:51:08 10.061934 T:1958249008 DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
  517. 10:51:08 10.062249 T:1958249008 DEBUG: LoadMappings - loaded node "iMON HID device"
  518. 10:51:08 10.062904 T:1958249008 DEBUG: CPeripheralBusUSB - initialised udev monitor
  519. 10:51:08 10.063008 T:1958249008 DEBUG: SECTION:LoadDLL(libcec.so.3.0)
  520. 10:51:08 10.064995 T:1958249008 DEBUG: Loading: libcec.so.3.0
  521. 10:51:09 10.207134 T:1958249008 DEBUG: GetMappingForDevice - device (2708:1001) mapped to CEC Adapter (type = cec)
  522. 10:51:09 10.212195 T:1958249008 DEBUG: InitialiseFeature - using libCEC v3.0.0
  523. 10:51:09 10.212475 T:1958249008 DEBUG: Initialise - initialised peripheral on 'RPI' with 2 features and 0 sub devices
  524. 10:51:09 10.212580 T:1847850016 NOTICE: Thread CECAdapter start, auto delete: false
  525. 10:51:09 10.212673 T:1958249008 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
  526. 10:51:09 10.212755 T:1847850016 DEBUG: OpenConnection - opening a connection to the CEC adapter: RPI
  527. 10:51:09 10.253251 T:1822684192 NOTICE: Thread PeripBusUSBUdev start, auto delete: false
  528. 10:51:09 10.253590 T:1958249008 DEBUG: SECTION:LoadDLL(libcurl.so.4)
  529. 10:51:09 10.255695 T:1958249008 DEBUG: Loading: libcurl.so.4
  530. 10:51:09 10.328405 T:1958249008 INFO: sqlite-osmc: memory is not mapped yet
  531. 10:51:09 10.331976 T:1958249008 NOTICE: Running database version Addons19
  532. 10:51:09 10.332434 T:1958249008 DEBUG: Initialize, updating databases...
  533. 10:51:09 10.332649 T:1958249008 INFO: sqlite-osmc: memory is not mapped yet
  534. 10:51:09 10.336169 T:1958249008 NOTICE: Running database version ViewModes6
  535. 10:51:09 10.336651 T:1958249008 INFO: sqlite-osmc: memory is not mapped yet
  536. 10:51:09 10.340450 T:1958249008 NOTICE: Running database version Textures13
  537. 10:51:09 10.353725 T:1958249008 ERROR: Unable to open database: xbmc_music52 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  538. 10:51:09 10.354048 T:1958249008 ERROR: Unable to open database: xbmc_music51 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  539. 10:51:09 10.354227 T:1958249008 ERROR: Unable to open database: xbmc_music50 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  540. 10:51:09 10.354385 T:1958249008 ERROR: Unable to open database: xbmc_music49 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  541. 10:51:09 10.354539 T:1958249008 ERROR: Unable to open database: xbmc_music48 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  542. 10:51:09 10.354691 T:1958249008 ERROR: Unable to open database: xbmc_music47 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  543. 10:51:09 10.354838 T:1958249008 ERROR: Unable to open database: xbmc_music46 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  544. 10:51:09 10.354989 T:1958249008 ERROR: Unable to open database: xbmc_music45 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  545. 10:51:09 10.355137 T:1958249008 ERROR: Unable to open database: xbmc_music44 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  546. 10:51:09 10.355286 T:1958249008 ERROR: Unable to open database: xbmc_music43 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  547. 10:51:09 10.355433 T:1958249008 ERROR: Unable to open database: xbmc_music42 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  548. 10:51:09 10.355643 T:1958249008 ERROR: Unable to open database: xbmc_music41 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  549. 10:51:09 10.355799 T:1958249008 ERROR: Unable to open database: xbmc_music40 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  550. 10:51:09 10.355947 T:1958249008 ERROR: Unable to open database: xbmc_music39 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  551. 10:51:09 10.356096 T:1958249008 ERROR: Unable to open database: xbmc_music38 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  552. 10:51:09 10.356243 T:1958249008 ERROR: Unable to open database: xbmc_music37 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  553. 10:51:09 10.356390 T:1958249008 ERROR: Unable to open database: xbmc_music36 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  554. 10:51:09 10.356537 T:1958249008 ERROR: Unable to open database: xbmc_music35 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  555. 10:51:09 10.356685 T:1958249008 ERROR: Unable to open database: xbmc_music34 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  556. 10:51:09 10.356833 T:1958249008 ERROR: Unable to open database: xbmc_music33 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  557. 10:51:09 10.356980 T:1958249008 ERROR: Unable to open database: xbmc_music32 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  558. 10:51:09 10.357127 T:1958249008 ERROR: Unable to open database: xbmc_music31 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  559. 10:51:09 10.357275 T:1958249008 ERROR: Unable to open database: xbmc_music30 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  560. 10:51:09 10.357420 T:1958249008 ERROR: Unable to open database: xbmc_music29 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  561. 10:51:09 10.357566 T:1958249008 ERROR: Unable to open database: xbmc_music28 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  562. 10:51:09 10.357712 T:1958249008 ERROR: Unable to open database: xbmc_music27 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  563. 10:51:09 10.357858 T:1958249008 ERROR: Unable to open database: xbmc_music26 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  564. 10:51:09 10.358006 T:1958249008 ERROR: Unable to open database: xbmc_music25 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  565. 10:51:09 10.358151 T:1958249008 ERROR: Unable to open database: xbmc_music24 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  566. 10:51:09 10.358297 T:1958249008 ERROR: Unable to open database: xbmc_music23 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  567. 10:51:09 10.358444 T:1958249008 ERROR: Unable to open database: xbmc_music22 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  568. 10:51:09 10.358589 T:1958249008 ERROR: Unable to open database: xbmc_music21 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  569. 10:51:09 10.358734 T:1958249008 ERROR: Unable to open database: xbmc_music20 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  570. 10:51:09 10.358880 T:1958249008 ERROR: Unable to open database: xbmc_music19 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  571. 10:51:09 10.359027 T:1958249008 ERROR: Unable to open database: xbmc_music18 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  572. 10:51:09 10.359167 T:1958249008 ERROR: Unable to open database: xbmc_music52 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  573. 10:51:09 10.359226 T:1958249008 ERROR: Unable to create new database
  574. 10:51:09 10.359424 T:1958249008 ERROR: Unable to open database: xbmc_video93 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  575. 10:51:09 10.359575 T:1958249008 ERROR: Unable to open database: xbmc_video92 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  576. 10:51:09 10.359723 T:1958249008 ERROR: Unable to open database: xbmc_video91 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  577. 10:51:09 10.359871 T:1958249008 ERROR: Unable to open database: xbmc_video90 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  578. 10:51:09 10.360128 T:1958249008 ERROR: Unable to open database: xbmc_video89 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  579. 10:51:09 10.360318 T:1958249008 ERROR: Unable to open database: xbmc_video88 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  580. 10:51:09 10.360473 T:1958249008 ERROR: Unable to open database: xbmc_video87 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  581. 10:51:09 10.360625 T:1958249008 ERROR: Unable to open database: xbmc_video86 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  582. 10:51:09 10.360772 T:1958249008 ERROR: Unable to open database: xbmc_video85 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  583. 10:51:09 10.360919 T:1958249008 ERROR: Unable to open database: xbmc_video84 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  584. 10:51:09 10.361066 T:1958249008 ERROR: Unable to open database: xbmc_video83 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  585. 10:51:09 10.361212 T:1958249008 ERROR: Unable to open database: xbmc_video82 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  586. 10:51:09 10.361359 T:1958249008 ERROR: Unable to open database: xbmc_video81 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  587. 10:51:09 10.361506 T:1958249008 ERROR: Unable to open database: xbmc_video80 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  588. 10:51:09 10.361652 T:1958249008 ERROR: Unable to open database: xbmc_video79 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  589. 10:51:09 10.361800 T:1958249008 ERROR: Unable to open database: xbmc_video78 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  590. 10:51:09 10.361952 T:1958249008 ERROR: Unable to open database: xbmc_video77 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  591. 10:51:09 10.362102 T:1958249008 ERROR: Unable to open database: xbmc_video76 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  592. 10:51:09 10.362247 T:1958249008 ERROR: Unable to open database: xbmc_video75 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  593. 10:51:09 10.362394 T:1958249008 ERROR: Unable to open database: xbmc_video74 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  594. 10:51:09 10.362542 T:1958249008 ERROR: Unable to open database: xbmc_video73 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  595. 10:51:09 10.362688 T:1958249008 ERROR: Unable to open database: xbmc_video72 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  596. 10:51:09 10.362835 T:1958249008 ERROR: Unable to open database: xbmc_video71 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  597. 10:51:09 10.362983 T:1958249008 ERROR: Unable to open database: xbmc_video70 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  598. 10:51:09 10.363130 T:1958249008 ERROR: Unable to open database: xbmc_video69 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  599. 10:51:09 10.363278 T:1958249008 ERROR: Unable to open database: xbmc_video68 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  600. 10:51:09 10.363424 T:1958249008 ERROR: Unable to open database: xbmc_video67 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  601. 10:51:09 10.363570 T:1958249008 ERROR: Unable to open database: xbmc_video66 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  602. 10:51:09 10.363719 T:1958249008 ERROR: Unable to open database: xbmc_video65 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  603. 10:51:09 10.363865 T:1958249008 ERROR: Unable to open database: xbmc_video64 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  604. 10:51:09 10.364012 T:1958249008 ERROR: Unable to open database: xbmc_video63 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  605. 10:51:09 10.364158 T:1958249008 ERROR: Unable to open database: xbmc_video62 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  606. 10:51:09 10.364305 T:1958249008 ERROR: Unable to open database: xbmc_video61 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  607. 10:51:09 10.364452 T:1958249008 ERROR: Unable to open database: xbmc_video60 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  608. 10:51:09 10.364634 T:1958249008 ERROR: Unable to open database: xbmc_video93 [2003](Can't connect to MySQL server on '10.0.0.11' (101))
  609. 10:51:09 10.364696 T:1958249008 ERROR: Unable to create new database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement