Advertisement
Guest User

xbmc log

a guest
Oct 27th, 2013
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.58 KB | None | 0 0
  1. 21:25:38 T:1086839136 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 21:25:38 T:1086839136 NOTICE: -----------------------------------------------------------------------
  3. 21:25:38 T:1086839136 NOTICE: Starting XBMC (13.0-ALPHA7 Git:20130821-7c10678). Platform: Android
  4. 21:25:38 T:1086839136 NOTICE: Using Debug XBMC build, compiled Aug 21 2013 by GCC 4.7.0 for Android API level 14
  5. 21:25:38 T:1086839136 NOTICE: Running on Linux (Android, 3.0.36+ armv7l)
  6. 21:25:38 T:1086839136 NOTICE: Host CPU: ARMv7 Processor rev 0 (v7l)
  7. 21:25:38 T:1086839136 NOTICE: ARM Features: Neon enabled
  8. 21:25:38 T:1086839136 NOTICE: special://xbmc/ is mapped to: /data/data/org.xbmc.xbmc/cache/apk/assets
  9. 21:25:38 T:1086839136 NOTICE: special://xbmcbin/ is mapped to: /data/data/org.xbmc.xbmc/cache/apk/assets
  10. 21:25:38 T:1086839136 NOTICE: special://masterprofile/ is mapped to: /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata
  11. 21:25:38 T:1086839136 NOTICE: special://home/ is mapped to: /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc
  12. 21:25:38 T:1086839136 NOTICE: special://temp/ is mapped to: /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/temp
  13. 21:25:38 T:1086839136 NOTICE: The executable running is: /system/bin/app_process
  14. 21:25:38 T:1086839136 NOTICE: Local hostname: localhost
  15. 21:25:38 T:1086839136 NOTICE: Log File is located: /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/temp/xbmc.log
  16. 21:25:38 T:1086839136 NOTICE: -----------------------------------------------------------------------
  17. 21:25:38 T:1086839136 NOTICE: Found 1 Lists of Devices
  18. 21:25:38 T:1086839136 NOTICE: Enumerated AUDIOTRACK devices:
  19. 21:25:38 T:1086839136 NOTICE: Device 1
  20. 21:25:38 T:1086839136 NOTICE: m_deviceName : AudioTrack
  21. 21:25:38 T:1086839136 NOTICE: m_displayName : android
  22. 21:25:38 T:1086839136 NOTICE: m_displayNameExtra: audiotrack
  23. 21:25:38 T:1086839136 NOTICE: m_deviceType : AE_DEVTYPE_PCM
  24. 21:25:38 T:1086839136 NOTICE: m_channels : FL,FR
  25. 21:25:38 T:1086839136 NOTICE: m_sampleRates : 44100,48000
  26. 21:25:38 T:1086839136 NOTICE: m_dataFormats : AE_FMT_S16LE,AE_FMT_FLOAT
  27. 21:25:38 T:1086839136 NOTICE: load settings...
  28. 21:25:38 T:1086839136 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
  29. 21:25:38 T:1086839136 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
  30. 21:25:38 T:1086839136 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  31. 21:25:38 T:1086839136 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  32. 21:25:38 T:1086839136 NOTICE: Contents of special://profile/advancedsettings.xml are...
  33. <advancedsettings>
  34. <video>
  35. <stagefright>
  36. <!-- -1 is default, 0 is never used this codec, 1 is always use this codec, bypassing blacklist -->
  37. <useavccodec>1</useavccodec>
  38. <usevc1codec>1</usevc1codec>
  39. <usevpxcodec>1</usevpxcodec>
  40. <usemp4codec>1</usemp4codec>
  41. <usempeg2codec>1</usempeg2codec>
  42. <useswrenderer>false</useswrenderer>
  43. </stagefright>
  44. <timeseekforward>5</timeseekforward>
  45. <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
  46. <timeseekbackward>-5</timeseekbackward>
  47. <!-- Time to seek backward in seconds when doing a short seek. Defaults to -30. -->
  48. <timeseekforwardbig>60</timeseekforwardbig>
  49. <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
  50. <timeseekbackwardbig>-60</timeseekbackwardbig>
  51. <!-- Time to seek forward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
  52. </video>
  53. <videodatabase>
  54. <type>mysql</type>
  55. <host>192.168.1.181</host>
  56. <port>3306</port>
  57. <user>xbmc</user>
  58. <pass>xbmc</pass>
  59. </videodatabase>
  60. <musicdatabase>
  61. <type>mysql</type>
  62. <host>192.168.1.181</host>
  63. <port>3306</port>
  64. <user>xbmc</user>
  65. <pass>xbmc</pass>
  66. </musicdatabase>
  67. <pathsubstitution>
  68. <substitute>
  69. <from>special://profile/Thumbnails/</from>
  70. <to>smb://xbmc:xbmc@192.168.1.181/xbmc/Thumbnails/</to>
  71. </substitute>
  72. </pathsubstitution>
  73. <videolibrary>
  74. <importwatchedstate>true</importwatchedstate>
  75. </videolibrary>
  76. </advancedsettings>
  77. 21:25:38 T:1086839136 DEBUG: Configuring path substitutions
  78. 21:25:38 T:1086839136 DEBUG: Registering substition pair:
  79. 21:25:38 T:1086839136 DEBUG: From: [/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/Thumbnails/]
  80. 21:25:38 T:1086839136 DEBUG: To: [smb://xbmc:xbmc@192.168.1.181/xbmc/Thumbnails/]
  81. 21:25:38 T:1086839136 WARNING: VIDEO database configuration is experimental.
  82. 21:25:38 T:1086839136 NOTICE: Default DVD Player: dvdplayer
  83. 21:25:38 T:1086839136 NOTICE: Default Video Player: dvdplayer
  84. 21:25:38 T:1086839136 NOTICE: Default Audio Player: paplayer
  85. 21:25:38 T:1086839136 NOTICE: Enabled debug logging due to GUI setting (2)
  86. 21:25:38 T:1086839136 NOTICE: Log level changed to 2
  87. 21:25:38 T:1086839136 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
  88. 21:25:38 T:1086839136 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  89. 21:25:38 T:1086839136 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
  90. 21:25:38 T:1086839136 DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
  91. 21:25:38 T:1086839136 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
  92. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
  93. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtv
  94. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/myth/mms/udp
  95. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
  96. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
  97. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
  98. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
  99. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
  100. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
  101. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
  102. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
  103. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
  104. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
  105. 21:25:38 T:1086839136 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
  106. 21:25:38 T:1086839136 NOTICE: Loaded playercorefactory configuration
  107. 21:25:38 T:1086839136 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  108. 21:25:38 T:1086839136 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  109. 21:25:38 T:1086839136 NOTICE: void CWakeOnAccess::LoadFromXML() - unable to load:/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/wakeonlan.xml
  110. 21:25:38 T:1086839136 INFO: creating subdirectories
  111. 21:25:38 T:1086839136 INFO: userdata folder: special://masterprofile/
  112. 21:25:38 T:1086839136 INFO: recording folder:
  113. 21:25:38 T:1086839136 INFO: screenshots folder:
  114. 21:25:39 T:1086839136 INFO: load language info file: special://xbmc/language/Polish/langinfo.xml
  115. 21:25:39 T:1086839136 DEBUG: trying to set locale to pl_PL.UTF-8
  116. 21:25:39 T:1086839136 INFO: global locale set to C
  117. 21:25:39 T:1086839136 INFO: load Polish language file, from path: special://xbmc/language/
  118. 21:25:39 T:1086839136 DEBUG: POParser: loaded 3013 strings from file /data/data/org.xbmc.xbmc/cache/apk/assets/language/Polish/strings.po
  119. 21:25:39 T:1086839136 DEBUG: POParser: id:36169 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  120. 21:25:39 T:1086839136 DEBUG: POParser: id:36177 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  121. 21:25:39 T:1086839136 DEBUG: POParser: id:36182 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  122. 21:25:39 T:1086839136 DEBUG: POParser: id:36183 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
  123. 21:25:39 T:1086839136 DEBUG: POParser: loaded 45 strings from file /data/data/org.xbmc.xbmc/cache/apk/assets/language/English/strings.po
  124. 21:25:39 T:1086839136 INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
  125. 21:25:39 T:1491338560 DEBUG: CAESinkAUDIOTRACK::Process
  126. 21:25:39 T:1086839136 DEBUG: CSoftAE::InternalOpenSink - AUDIOTRACK Initialized:
  127. 21:25:39 T:1086839136 DEBUG: Output Device : android
  128. 21:25:39 T:1086839136 DEBUG: Sample Rate : 44100
  129. 21:25:39 T:1086839136 DEBUG: Sample Format : AE_FMT_FLOAT
  130. 21:25:39 T:1086839136 DEBUG: Channel Count : 2
  131. 21:25:39 T:1086839136 DEBUG: Channel Layout: FL,FR
  132. 21:25:39 T:1086839136 DEBUG: Frames : 6144
  133. 21:25:39 T:1086839136 DEBUG: Frame Samples : 12288
  134. 21:25:39 T:1086839136 DEBUG: Frame Size : 8
  135. 21:25:39 T:1086839136 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 2.0
  136. 21:25:39 T:1086839136 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 49152
  137. 21:25:39 T:1491283368 INFO: CSoftAE::Run - Thread Started
  138. 21:25:39 T:1086839136 NOTICE: Running database version Addons15
  139. 21:25:39 T:1086839136 DEBUG: SECTION:LoadDLL(libcpluff-arm.so)
  140. 21:25:39 T:1086839136 DEBUG: Loading: /data/app-lib/org.xbmc.xbmc-1/libcpluff-arm.so
  141. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
  142. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
  143. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
  144. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in visualization.fishbmc has been installed.'
  145. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
  146. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
  147. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
  148. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
  149. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx32.xbmc.org has been installed.'
  150. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
  151. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
  152. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
  153. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
  154. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
  155. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
  156. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-ios.xbmc.org has been installed.'
  157. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
  158. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
  159. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
  160. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
  161. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
  162. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
  163. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
  164. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
  165. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
  166. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
  167. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in skin.touched has been installed.'
  168. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
  169. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
  170. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
  171. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
  172. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-android.xbmc.org has been installed.'
  173. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
  174. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
  175. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-win32.xbmc.org has been installed.'
  176. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
  177. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv.cmyth has been installed.'
  178. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx64.xbmc.org has been installed.'
  179. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
  180. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
  181. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
  182. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
  183. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
  184. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
  185. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.debug has been installed.'
  186. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
  187. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
  188. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
  189. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
  190. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
  191. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
  192. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
  193. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
  194. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
  195. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
  196. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
  197. 21:25:39 T:1086839136 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
  198. 21:25:39 T:1086839136 DEBUG: bool PERIPHERALS::CPeripherals::LoadMappings() - loaded node "Motorola Nyxboard Hybrid"
  199. 21:25:39 T:1086839136 DEBUG: bool PERIPHERALS::CPeripherals::LoadMappings() - loaded node "Pulse-Eight CEC Adapter"
  200. 21:25:39 T:1086839136 DEBUG: bool PERIPHERALS::CPeripherals::LoadMappings() - loaded node "iMON HID device"
  201. 21:25:39 T:1086839136 DEBUG: PERIPHERALS::CPeripheralBusUSB::CPeripheralBusUSB(PERIPHERALS::CPeripherals*) - using libusb peripheral scanning
  202. 21:25:39 T:1086839136 DEBUG: SECTION:LoadDLL(libcec.so)
  203. 21:25:39 T:1086839136 DEBUG: Loading: /system/lib/libcec.so
  204. 21:25:39 T:1086839136 NOTICE: virtual bool CWinSystemEGL::InitWindowSystem(): Using EGL Implementation: android
  205. 21:25:39 T:1086839136 DEBUG: bool CWinSystemEGL::CreateWindow(RESOLUTION_INFO&): Created surface of size 1920x1080
  206. 21:25:39 T:1086839136 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
  207. 21:25:39 T:1086839136 NOTICE: Previous line repeats 1 times.
  208. 21:25:39 T:1086839136 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
  209. 21:25:39 T:1086839136 NOTICE: Found (1920x1080@60.000000) at 16, setting to RES_DESKTOP at 16
  210. 21:25:39 T:1086839136 NOTICE: Checking resolution 16
  211. 21:25:39 T:1086839136 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
  212. 21:25:39 T:1086839136 NOTICE: bool CWinSystemEGL::CreateWindow(RESOLUTION_INFO&): Could not create a surface. Trying with a fresh Native Window.
  213. 21:25:39 T:1086839136 DEBUG: bool CWinSystemEGL::CreateWindow(RESOLUTION_INFO&): Created surface of size 1920x1080
  214. 21:25:39 T:1086839136 NOTICE: GL_VENDOR = ARM
  215. 21:25:39 T:1086839136 NOTICE: GL_RENDERER = Mali-400 MP
  216. 21:25:39 T:1086839136 NOTICE: GL_VERSION = OpenGL ES 2.0
  217. 21:25:39 T:1086839136 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
  218. 21:25:39 T:1086839136 DEBUG: GLES: Extension Support Test - GL_NVX_gpu_memory_info NO
  219. 21:25:39 T:1086839136 NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness
  220. 21:25:39 T:1086839136 DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 YES
  221. 21:25:39 T:1086839136 DEBUG: GLES: Extension Support Test - GL_IMG_texture_format_BGRA8888 NO
  222. 21:25:39 T:1086839136 DEBUG: GLES: Extension Support Test - GL_APPLE_texture_format_BGRA8888 NO
  223. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  224. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  225. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  226. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  227. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_default.glsl]- Initialise successful : 0x61c60940
  228. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  229. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  230. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  231. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  232. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_texture.glsl]- Initialise successful : 0x61c9d0f8
  233. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  234. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  235. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  236. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  237. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_multi.glsl]- Initialise successful : 0x61caabf8
  238. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  239. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  240. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  241. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  242. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_fonts.glsl]- Initialise successful : 0x61ca6c10
  243. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  244. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  245. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  246. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  247. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_texture_noblend.glsl]- Initialise successful : 0x6204f950
  248. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  249. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  250. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  251. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  252. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_multi_blendcolor.glsl]- Initialise successful : 0x62051f90
  253. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  254. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  255. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  256. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  257. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_rgba.glsl]- Initialise successful : 0x62043188
  258. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compilation log:
  259. 21:25:39 T:1086839136 DEBUG: GL: Vertex Shader compiled successfully
  260. 21:25:39 T:1086839136 DEBUG: GL: Pixel Shader compilation log:
  261. 21:25:39 T:1086839136 DEBUG: GL: Fragment Shader compiled successfully
  262. 21:25:39 T:1086839136 DEBUG: GUI Shader [guishader_frag_rgba_blendcolor.glsl]- Initialise successful : 0x6200c000
  263. 21:25:39 T:1086839136 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
  264. 21:25:39 T:1086839136 DEBUG: CWinSystemEGL::CreateNewWindow: No need to create a new window
  265. 21:25:39 T:1086839136 INFO: GLES: Maximum texture width: 4096
  266. 21:25:39 T:1086839136 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  267. 21:25:39 T:1086839136 INFO: load default splash image: /data/data/org.xbmc.xbmc/cache/apk/assets/media/Splash.png
  268. 21:25:39 T:1086839136 DEBUG: SECTION:LoadDLL(libImageLib-arm.so)
  269. 21:25:39 T:1086839136 DEBUG: Loading: /data/app-lib/org.xbmc.xbmc-1/libImageLib-arm.so
  270. 21:25:39 T:1086839136 INFO: load keymapping
  271. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
  272. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
  273. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
  274. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
  275. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
  276. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
  277. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
  278. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
  279. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
  280. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
  281. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
  282. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
  283. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/mouse.xml
  284. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/remote.xml
  285. 21:25:39 T:1086839136 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
  286. 21:25:39 T:1086839136 INFO: Loading special://masterprofile/keymaps/keyboard.xml
  287. 21:25:39 T:1086839136 INFO: Loading special://profile/keymaps/keyboard.xml
  288. 21:25:39 T:1086839136 INFO: GUI format 1920x1080, Display 1920x1080 @ 60.00 - Full Screen
  289. 21:25:39 T:1086839136 DEBUG: guilib: Fill viewport on change for solving rendering passes
  290. 21:25:39 T:1086839136 DEBUG: SECTION:LoadDLL(libcurl.so)
  291. 21:25:39 T:1086839136 DEBUG: Loading: /data/app-lib/org.xbmc.xbmc-1/libcurl.so
  292. 21:25:39 T:1086839136 NOTICE: Running database version Addons15
  293. 21:25:39 T:1086839136 DEBUG: void CDatabaseManager::Initialize(bool), updating databases...
  294. 21:25:39 T:1086839136 NOTICE: Running database version ViewModes6
  295. 21:25:39 T:1086839136 NOTICE: Running database version Textures13
  296. 21:25:39 T:1086839136 NOTICE: Running database version MyMusic37
  297. 21:25:39 T:1086839136 NOTICE: Running database version MyVideos76
  298. 21:25:39 T:1086839136 NOTICE: Running database version TV22
  299. 21:25:39 T:1086839136 NOTICE: Running database version Epg7
  300. 21:25:39 T:1086839136 DEBUG: void CDatabaseManager::Initialize(bool), updating databases... DONE
  301. 21:25:39 T:1086839136 NOTICE: initializing playlistplayer
  302. 21:25:39 T:1086839136 NOTICE: DONE initializing playlistplayer
  303. 21:25:39 T:1086839136 INFO: DPMS: not supported on this platform
  304. 21:25:39 T:1086839136 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  305. 21:25:39 T:1086839136 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  306. 21:25:39 T:1086839136 INFO: Unloading old skin ...
  307. 21:25:39 T:1086839136 INFO: load skin from: /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence (version: 2.1.7)
  308. 21:25:39 T:1086839136 INFO: load fonts for skin...
  309. 21:25:39 T:1086839136 INFO: Loading fonts from /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/720p/Font.xml
  310. 21:25:39 T:1086839136 INFO: Previous line repeats 1 times.
  311. 21:25:39 T:1086839136 DEBUG: POParser: loaded 143 strings from file /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/language/Polish/strings.po
  312. 21:25:39 T:1086839136 DEBUG: POParser: loaded 4 strings from file /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/language/English/strings.po
  313. 21:25:39 T:1086839136 INFO: Loading skin includes from /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/720p/includes.xml
  314. 21:25:40 T:1086839136 INFO: load new skin...
  315. 21:25:40 T:1086839136 INFO: Loading user windows, path /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/720p
  316. 21:25:40 T:1086839136 DEBUG: Load Skin XML: 29.58ms
  317. 21:25:40 T:1086839136 INFO: initialize new skin...
  318. 21:25:40 T:1086839136 DEBUG: guilib: Fill viewport on change for solving rendering passes
  319. 21:25:40 T:1086839136 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
  320. 21:25:40 T:1086839136 DEBUG: Load Pointer.xml: 1.54ms
  321. 21:25:40 T:1086839136 DEBUG: bool CTextureBundleXBT::OpenBundle() - Opened bundle /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/media/Textures.xbt
  322. 21:25:40 T:1086839136 DEBUG: Alloc resources: 5.65ms (1.63 ms skin load)
  323. 21:25:40 T:1086839136 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
  324. 21:25:40 T:1086839136 DEBUG: Load DialogVolumeBar.xml: 2.80ms
  325. 21:25:40 T:1086839136 DEBUG: Alloc resources: 3.07ms (2.89 ms skin load)
  326. 21:25:40 T:1086839136 INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
  327. 21:25:40 T:1086839136 DEBUG: Load DialogKaiToast.xml: 3.21ms
  328. 21:25:40 T:1086839136 DEBUG: Alloc resources: 3.30ms (3.30 ms skin load)
  329. 21:25:40 T:1086839136 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
  330. 21:25:40 T:1086839136 DEBUG: Load DialogMuteBug.xml: 0.73ms
  331. 21:25:40 T:1086839136 DEBUG: Alloc resources: 0.81ms (0.81 ms skin load)
  332. 21:25:40 T:1086839136 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
  333. 21:25:40 T:1086839136 DEBUG: Load DialogSeekBar.xml: 13.29ms
  334. 21:25:40 T:1086839136 DEBUG: Alloc resources: 13.76ms (13.39 ms skin load)
  335. 21:25:40 T:1086839136 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
  336. 21:25:40 T:1086839136 DEBUG: Load DialogBusy.xml: 2.08ms
  337. 21:25:40 T:1086839136 DEBUG: Alloc resources: 2.19ms (2.16 ms skin load)
  338. 21:25:40 T:1086839136 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
  339. 21:25:40 T:1086839136 DEBUG: Load DialogExtendedProgressBar.xml: 2.37ms
  340. 21:25:40 T:1086839136 DEBUG: Alloc resources: 2.49ms (2.46 ms skin load)
  341. 21:25:40 T:1086839136 INFO: Loading /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/sounds/sounds.xml
  342. 21:25:40 T:1086839136 INFO: CAEWAVLoader::Initialize - Sound Loaded: /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/sounds/cursor.wav
  343. 21:25:40 T:1086839136 INFO: CAEWAVLoader::Initialize - Sound Loaded: /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/sounds/click.wav
  344. 21:25:40 T:1086839136 INFO: CAEWAVLoader::Initialize - Sound Loaded: /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/sounds/back.wav
  345. 21:25:40 T:1086839136 DEBUG: AERemap: Downmix normalization is disabled
  346. 21:25:40 T:1086839136 INFO: CAEWAVLoader::Initialize - Sound Loaded: /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/sounds/shutter.wav
  347. 21:25:40 T:1086839136 INFO: CAEWAVLoader::Initialize - Sound Loaded: /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/sounds/notify.wav
  348. 21:25:40 T:1086839136 DEBUG: AERemap: Downmix normalization is disabled
  349. 21:25:40 T:1086839136 INFO: CAEWAVLoader::Initialize - Sound Loaded: /data/data/org.xbmc.xbmc/cache/apk/assets/addons/skin.confluence/sounds/out.wav
  350. 21:25:40 T:1086839136 DEBUG: AERemap: Downmix normalization is disabled
  351. 21:25:40 T:1086839136 INFO: skin loaded...
  352. 21:25:40 T:1086839136 INFO: JSONRPC v6.6.0: Successfully initialized
  353. 21:25:40 T:1086839136 DEBUG: ADDON: Starting service addons.
  354. 21:25:40 T:1086839136 DEBUG: Activating window ID: 12999
  355. 21:25:40 T:1086839136 DEBUG: ------ Window Init (Startup.xml) ------
  356. 21:25:40 T:1086839136 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
  357. 21:25:40 T:1086839136 DEBUG: Load Startup.xml: 4.21ms
  358. 21:25:40 T:1086839136 DEBUG: Alloc resources: 4.33ms (4.32 ms skin load)
  359. 21:25:40 T:1086839136 INFO: removing tempfiles
  360. 21:25:40 T:1086839136 DEBUG: ADDON: Starting service addons.
  361. 21:25:40 T:1086839136 NOTICE: initialize done
  362. 21:25:40 T:1086839136 NOTICE: Running the application...
  363. 21:25:40 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : Translating ReplaceWindow($INFO[System.StartupWindow])
  364. 21:25:40 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : To ReplaceWindow(10000)
  365. 21:25:40 T:1086839136 DEBUG: Activating window ID: 10000
  366. 21:25:40 T:1086839136 DEBUG: ------ Window Init () ------
  367. 21:25:40 T:1086839136 DEBUG: Alloc resources: 0.01ms (0.01 ms skin load)
  368. 21:25:40 T:1086839136 DEBUG: ------ Window Deinit (Startup.xml) ------
  369. 21:25:40 T:1086839136 DEBUG: ------ Window Init (Home.xml) ------
  370. 21:25:40 T:1086839136 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
  371. 21:25:40 T:1086839136 DEBUG: Load Home.xml: 230.02ms
  372. 21:25:40 T:1086839136 DEBUG: Alloc resources: 234.39ms (230.17 ms skin load)
  373. 21:25:40 T:1698527664 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
  374. 21:25:40 T:1086839136 DEBUG: no profile autoexec.py (/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/autoexec.py) found, skipping
  375. 21:25:40 T:1086839136 DEBUG: void CNetwork::NetworkMessage(CNetwork::EMESSAGE, int) - Starting network services
  376. 21:25:40 T:1086839136 NOTICE: starting zeroconf publishing
  377. 21:25:40 T:1678031464 DEBUG: ZeroconfEmbedded - processing...
  378. 21:25:40 T:1086839136 NOTICE: ES: Starting event server
  379. 21:25:40 T:1698921200 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  380. 21:25:40 T:1086839136 INFO: JSONRPC Server: Successfully initialized
  381. 21:25:40 T:1698921200 NOTICE: UDP: Listening on port 9777
  382. 21:25:40 T:1691361520 DEBUG: ZeroconfMDNS: identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:XBMC (localhost) port:9090
  383. 21:25:40 T:1691361520 DEBUG: ZeroconfMDNS: identifier: servers.eventserver type: _xbmc-events._udp name:XBMC (localhost) port:9777
  384. 21:25:40 T:1086839136 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
  385. 21:25:40 T:1086839136 DEBUG: CWinSystemEGL::CreateNewWindow: No need to create a new window
  386. 21:25:40 T:1086839136 NOTICE: GL_VENDOR = ARM
  387. 21:25:40 T:1086839136 NOTICE: GL_RENDERER = Mali-400 MP
  388. 21:25:40 T:1086839136 NOTICE: GL_VERSION = OpenGL ES 2.0
  389. 21:25:40 T:1086839136 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
  390. 21:25:40 T:1086839136 DEBUG: GLES: Extension Support Test - GL_NVX_gpu_memory_info NO
  391. 21:25:40 T:1086839136 NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness
  392. 21:25:40 T:1086839136 DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 YES
  393. 21:25:40 T:1086839136 DEBUG: GLES: Extension Support Test - GL_IMG_texture_format_BGRA8888 NO
  394. 21:25:40 T:1086839136 DEBUG: GLES: Extension Support Test - GL_APPLE_texture_format_BGRA8888 NO
  395. 21:25:40 T:1086839136 DEBUG: GUI Shader - Tried to Initialise again. Was this intentional?
  396. 21:25:40 T:1698922944 DEBUG: CurlFile::Open(0x6c20adb0) http://feeds.xbmc.org/xbmc
  397. 21:25:40 T:1698922944 INFO: void XCURL::DllLibCurlGlobal::easy_aquire(const char*, const char*, XCURL::CURL_HANDLE**, XCURL::CURLM**) - Created session to http://feeds.xbmc.org
  398. 21:25:41 T:1698527664 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
  399. 21:25:41 T:1698527664 DEBUG: bool CMusicDatabase::GetRecentlyAddedAlbums(VECALBUMS&, unsigned int) query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
  400. 21:25:41 T:1698527664 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
  401. 21:25:41 T:1698922944 DEBUG: Got rss feed: http://feeds.xbmc.org/xbmc
  402. 21:25:41 T:1698922944 DEBUG: RSS feed encoding: UTF-8
  403. 21:25:41 T:1698922944 DEBUG: Parsed rss feed: http://feeds.xbmc.org/xbmc
  404. 21:25:41 T:1698527664 DEBUG: int CVideoDatabase::RunQuery(const CStdString&) took 207 ms for 10 items query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 10
  405. 21:25:41 T:1698527664 DEBUG: int CVideoDatabase::RunQuery(const CStdString&) took 284 ms for 10 items query: select * from episodeview ORDER BY dateAdded desc, idEpisode desc LIMIT 10
  406. 21:25:41 T:1698922432 DEBUG: CSmbFile::Open - opened xbmc/Thumbnails/3/31df47ac.jpg, fd=10000
  407. 21:25:41 T:1678031464 DEBUG: ZeroconfMDNS: XBMC (localhost)._xbmc-jsonrpc._tcp.local. registration removed
  408. 21:25:41 T:1678031464 DEBUG: ZeroconfMDNS: XBMC (localhost)._xbmc-events._udp.local. registration removed
  409. 21:25:41 T:1698922432 DEBUG: CSmbFile::Close closing fd 10000
  410. 21:25:42 T:1698721728 DEBUG: CSmbFile::Open - opened xbmc/Thumbnails/6/658c285c.jpg, fd=10000
  411. 21:25:42 T:1698527664 DEBUG: int CVideoDatabase::RunQuery(const CStdString&) took 11 ms for 0 items query: select * from musicvideoview ORDER BY dateAdded desc, idMVideo desc LIMIT 10
  412. 21:25:42 T:1691361520 DEBUG: CSmbFile::Open - opened xbmc/Thumbnails/d/d9bb3cd9.jpg, fd=10001
  413. 21:25:42 T:1698527664 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
  414. 21:25:42 T:1698922432 DEBUG: virtual bool CImageLoader::DoWork() - took 262 ms to load special://masterprofile/Thumbnails/3/31df47ac.jpg
  415. 21:25:42 T:1691361520 DEBUG: CSmbFile::Close closing fd 10001
  416. 21:25:42 T:1698721728 DEBUG: CSmbFile::Close closing fd 10000
  417. 21:25:42 T:1698922432 DEBUG: CSmbFile::Open - opened xbmc/Thumbnails/2/23f597fb.jpg, fd=10001
  418. 21:25:42 T:1698721728 DEBUG: virtual bool CImageLoader::DoWork() - took 372 ms to load special://masterprofile/Thumbnails/6/658c285c.jpg
  419. 21:25:42 T:1691361520 DEBUG: virtual bool CImageLoader::DoWork() - took 572 ms to load special://masterprofile/Thumbnails/d/d9bb3cd9.jpg
  420. 21:25:42 T:1698922432 DEBUG: CSmbFile::Close closing fd 10001
  421. 21:25:42 T:1698721728 DEBUG: CSmbFile::Open - opened xbmc/Thumbnails/8/864fb93f.jpg, fd=10000
  422. 21:25:42 T:1698721728 DEBUG: CSmbFile::Close closing fd 10000
  423. 21:25:42 T:1698922432 DEBUG: virtual bool CImageLoader::DoWork() - took 353 ms to load special://masterprofile/Thumbnails/2/23f597fb.jpg
  424. 21:25:42 T:1698721728 DEBUG: virtual bool CImageLoader::DoWork() - took 139 ms to load special://masterprofile/Thumbnails/8/864fb93f.jpg
  425. 21:25:45 T:1086839136 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0112, modifier: 0x0
  426. 21:25:45 T:1086839136 DEBUG: bool CApplication::OnKey(const CKey&): down (0xf081) pressed, action is Down
  427. 21:25:45 T:1086839136 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0112, modifier: 0x0
  428. 21:25:45 T:1086839136 DEBUG: bool CApplication::OnKey(const CKey&): down (0xf081) pressed, action is Down
  429. 21:25:59 T:1086839136 DEBUG: Keyboard: scancode: 0x42, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  430. 21:25:59 T:1086839136 DEBUG: bool CApplication::OnKey(const CKey&): return (0xf00d) pressed, action is Select
  431. 21:25:59 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : Translating ActivateWindow(ShutdownMenu)
  432. 21:25:59 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : To ActivateWindow(ShutdownMenu)
  433. 21:25:59 T:1086839136 DEBUG: Activating window ID: 10111
  434. 21:25:59 T:1086839136 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
  435. 21:25:59 T:1086839136 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  436. 21:25:59 T:1086839136 DEBUG: Load DialogButtonMenu.xml: 20.41ms
  437. 21:25:59 T:1086839136 DEBUG: Alloc resources: 25.05ms (20.65 ms skin load)
  438. 21:25:59 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : Translating down
  439. 21:25:59 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : To down
  440. 21:26:00 T:1086839136 DEBUG: Keyboard: scancode: 0x42, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  441. 21:26:00 T:1086839136 DEBUG: bool CApplication::OnKey(const CKey&): return (0xf00d) pressed, action is Select
  442. 21:26:00 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : Translating XBMC.Quit()
  443. 21:26:00 T:1086839136 DEBUG: bool CApplication::ExecuteXBMCAction(std::string) : To XBMC.Quit()
  444. 21:26:00 T:1086839136 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
  445. 21:26:00 T:1086839136 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
  446. 21:26:00 T:1086839136 NOTICE: Storing total System Uptime
  447. 21:26:00 T:1086839136 NOTICE: Saving settings
  448. 21:26:00 T:1086839136 NOTICE: stop all
  449. 21:26:00 T:1086839136 INFO: stopping PVRManager
  450. 21:26:00 T:1086839136 DEBUG: void CNetwork::NetworkMessage(CNetwork::EMESSAGE, int) - Signaling network services to stop
  451. 21:26:00 T:1086839136 NOTICE: ES: Stopping event server
  452. 21:26:00 T:1086839136 DEBUG: void CNetwork::NetworkMessage(CNetwork::EMESSAGE, int) - Waiting for network services to stop
  453. 21:26:00 T:1086839136 NOTICE: stopping zeroconf publishing
  454. 21:26:00 T:1086839136 DEBUG: ZeroconfMDNS: Shutdown services
  455. 21:26:00 T:1086839136 DEBUG: ZeroconfMDNS: Removed service servers.eventserver
  456. 21:26:00 T:1086839136 DEBUG: ZeroconfMDNS: Removed service servers.jsonrpc-tpc
  457. 21:26:00 T:1698921200 NOTICE: ES: UDP Event server stopped
  458. 21:26:00 T:1086839136 NOTICE: stop player
  459. 21:26:00 T:1086839136 NOTICE: stop sap announcement listener
  460. 21:26:00 T:1086839136 NOTICE: clean cached files!
  461. 21:26:00 T:1086839136 NOTICE: unload skin
  462. 21:26:00 T:1086839136 INFO: Unloading old skin ...
  463. 21:26:00 T:1086839136 DEBUG: ------ Window Deinit () ------
  464. 21:26:00 T:1086839136 DEBUG: ------ Window Deinit (Home.xml) ------
  465. 21:26:00 T:1086839136 DEBUG: void CTextureBundleXBT::Cleanup() - Closed bundle
  466. 21:26:00 T:1086839136 DEBUG: ADDON: Stopping service addons.
  467. 21:26:00 T:1086839136 DEBUG: GUI Shader - Destroying Shader : 0x61c7abd0
  468. 21:26:01 T:1086839136 NOTICE: stopped
  469. 21:26:01 T:1086839136 NOTICE: destroy
  470. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
  471. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been uninstalled.'
  472. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
  473. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in visualization.fishbmc has been uninstalled.'
  474. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
  475. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been uninstalled.'
  476. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been uninstalled.'
  477. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
  478. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been uninstalled.'
  479. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx32.xbmc.org has been uninstalled.'
  480. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been uninstalled.'
  481. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
  482. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
  483. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-ios.xbmc.org has been uninstalled.'
  484. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been uninstalled.'
  485. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
  486. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been uninstalled.'
  487. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been uninstalled.'
  488. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been uninstalled.'
  489. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
  490. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
  491. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been uninstalled.'
  492. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been uninstalled.'
  493. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
  494. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been uninstalled.'
  495. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been uninstalled.'
  496. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in skin.touched has been uninstalled.'
  497. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been uninstalled.'
  498. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been uninstalled.'
  499. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been uninstalled.'
  500. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been uninstalled.'
  501. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-android.xbmc.org has been uninstalled.'
  502. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been uninstalled.'
  503. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
  504. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been uninstalled.'
  505. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-win32.xbmc.org has been uninstalled.'
  506. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
  507. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been uninstalled.'
  508. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
  509. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx64.xbmc.org has been uninstalled.'
  510. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv.cmyth has been uninstalled.'
  511. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been uninstalled.'
  512. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been uninstalled.'
  513. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
  514. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been uninstalled.'
  515. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been uninstalled.'
  516. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.debug has been uninstalled.'
  517. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been uninstalled.'
  518. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been uninstalled.'
  519. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been uninstalled.'
  520. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been uninstalled.'
  521. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been uninstalled.'
  522. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been uninstalled.'
  523. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been uninstalled.'
  524. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been uninstalled.'
  525. 21:26:01 T:1086839136 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been uninstalled.'
  526. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59c14a00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  527. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59c00b40 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  528. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59bf95c0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  529. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59bfdf90 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  530. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59c10910 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  531. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59b86f90 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  532. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59bf9118 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  533. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x58e57f20 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  534. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x61c48428 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  535. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59c00ae8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  536. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59bed5a8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  537. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59c0d3f0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  538. 21:26:01 T:1086839136 INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x59b927f0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
  539. 21:26:01 T:1086839136 NOTICE: unload sections
  540. 21:26:01 T:1086839136 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  541. 21:26:01 T:1086839136 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  542. 21:26:01 T:1086839136 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  543. 21:26:01 T:1086839136 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  544. 21:26:01 T:1086839136 DEBUG: object 0 --> 0 instances
  545. 21:26:01 T:1086839136 DEBUG: object 1 --> 0 instances
  546. 21:26:01 T:1086839136 DEBUG: object 2 --> 0 instances
  547. 21:26:01 T:1086839136 DEBUG: object 3 --> 0 instances
  548. 21:26:01 T:1086839136 DEBUG: object 4 --> 0 instances
  549. 21:26:01 T:1086839136 DEBUG: object 5 --> 0 instances
  550. 21:26:01 T:1086839136 DEBUG: object 6 --> 0 instances
  551. 21:26:01 T:1086839136 DEBUG: object 7 --> 0 instances
  552. 21:26:01 T:1086839136 DEBUG: object 8 --> 0 instances
  553. 21:26:01 T:1086839136 DEBUG: object 9 --> 0 instances
  554. 21:26:01 T:1086839136 DEBUG: SECTION:UnloadAll(DLL: libcpluff-arm.so)
  555. 21:26:01 T:1086839136 DEBUG: Unloading: libcpluff-arm.so
  556. 21:26:01 T:1086839136 DEBUG: SECTION:UnloadAll(DLL: libcec.so)
  557. 21:26:01 T:1086839136 DEBUG: Unloading: libcec.so
  558. 21:26:01 T:1086839136 DEBUG: SECTION:UnloadAll(DLL: libImageLib-arm.so)
  559. 21:26:01 T:1086839136 DEBUG: Unloading: libImageLib-arm.so
  560. 21:26:01 T:1086839136 DEBUG: SECTION:UnloadAll(DLL: libcurl.so)
  561. 21:26:01 T:1086839136 DEBUG: Unloading: libcurl.so
  562. 21:26:01 T:1086839136 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  563. 21:26:01 T:1086839136 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  564. 21:26:01 T:1086839136 NOTICE: destroy
  565. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
  566. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
  567. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
  568. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
  569. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
  570. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
  571. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
  572. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
  573. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
  574. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
  575. 21:26:01 T:1086839136 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
  576. 21:26:01 T:1086839136 NOTICE: unload sections
  577. 21:26:01 T:1086839136 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  578. 21:26:01 T:1086839136 DEBUG: Previous line repeats 1 times.
  579. 21:26:01 T:1086839136 DEBUG: object 0 --> 0 instances
  580. 21:26:01 T:1086839136 DEBUG: object 1 --> 0 instances
  581. 21:26:01 T:1086839136 DEBUG: object 2 --> 0 instances
  582. 21:26:01 T:1086839136 DEBUG: object 3 --> 0 instances
  583. 21:26:01 T:1086839136 DEBUG: object 4 --> 0 instances
  584. 21:26:01 T:1086839136 DEBUG: object 5 --> 0 instances
  585. 21:26:01 T:1086839136 DEBUG: object 6 --> 0 instances
  586. 21:26:01 T:1086839136 DEBUG: object 7 --> 0 instances
  587. 21:26:01 T:1086839136 DEBUG: object 8 --> 0 instances
  588. 21:26:01 T:1086839136 DEBUG: object 9 --> 0 instances
  589. 21:26:01 T:1086839136 NOTICE: application stopped...
  590. 21:26:01 T:1087053832 DEBUG: PVRManager - destroyed
  591. 21:26:01 T:1087053832 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement