Advertisement
Guest User

Kodi 16 RC3 Android Failed SQL on start

a guest
Feb 5th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 KB | None | 0 0
  1. 13:42:41 T:1797070008 NOTICE: special://profile/ is mapped to: special://masterprofile/
  2. 13:42:41 T:1797070008 NOTICE: -----------------------------------------------------------------------
  3. 13:42:41 T:1797070008 NOTICE: Starting Kodi (16.0-RC3 Git:2016-02-04-b587e98). Platform: Android ARM 32-bit
  4. 13:42:41 T:1797070008 NOTICE: Using Release Kodi x32 build
  5. 13:42:41 T:1797070008 NOTICE: Kodi compiled Feb 4 2016 by GCC 4.8.0 for Android ARM 32-bit API level 17 (API level 17)
  6. 13:42:41 T:1797070008 NOTICE: Running on MBX Nexus 10 with Android 4.4.2 API level 19, kernel: Linux ARM 32-bit version 3.10.33
  7. 13:42:41 T:1797070008 NOTICE: FFmpeg version: 2.8.5-kodi-2.8.5-Jarvis-rc1
  8. 13:42:41 T:1797070008 NOTICE: Host CPU: ARMv7 Processor rev 1 (v7l), 4 cores available
  9. 13:42:41 T:1797070008 NOTICE: Product: m201, Device: m201, Board: m201 - Manufacturer: MBX, Brand: google, Model: Nexus 10, Hardware: amlogic
  10. 13:42:41 T:1797070008 NOTICE: External storage path = /storage/emulated/0; status = ok
  11. 13:42:41 T:1797070008 NOTICE: ARM Features: Neon enabled
  12. 13:42:41 T:1797070008 NOTICE: special://xbmc/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
  13. 13:42:41 T:1797070008 NOTICE: special://xbmcbin/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
  14. 13:42:41 T:1797070008 NOTICE: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
  15. 13:42:41 T:1797070008 NOTICE: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
  16. 13:42:41 T:1797070008 NOTICE: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
  17. 13:42:41 T:1797070008 NOTICE: The executable running is:
  18. 13:42:41 T:1797070008 NOTICE: Local hostname: localhost
  19. 13:42:41 T:1797070008 NOTICE: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
  20. 13:42:41 T:1797070008 NOTICE: -----------------------------------------------------------------------
  21. 13:42:41 T:1797070008 NOTICE: load settings...
  22. 13:42:41 T:1797070008 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
  23. 13:42:41 T:1797070008 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
  24. 13:42:41 T:1797070008 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
  25. 13:42:41 T:1797070008 DEBUG: AESinkAUDIOTRACK - 44100 supported
  26. 13:42:41 T:1797070008 DEBUG: AESinkAUDIOTRACK - 48000 supported
  27. 13:42:41 T:1797070008 NOTICE: Found 1 Lists of Devices
  28. 13:42:41 T:1797070008 NOTICE: Enumerated AUDIOTRACK devices:
  29. 13:42:41 T:1797070008 NOTICE: Device 1
  30. 13:42:41 T:1797070008 NOTICE: m_deviceName : AudioTrack
  31. 13:42:41 T:1797070008 NOTICE: m_displayName : android
  32. 13:42:41 T:1797070008 NOTICE: m_displayNameExtra: audiotrack
  33. 13:42:41 T:1797070008 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
  34. 13:42:41 T:1797070008 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
  35. 13:42:41 T:1797070008 NOTICE: m_sampleRates : 48000,44100,48000
  36. 13:42:41 T:1797070008 NOTICE: m_dataFormats : AE_FMT_S16LE,AE_FMT_AC3,AE_FMT_DTS
  37. 13:42:41 T:1797070008 DEBUG: CSkinSettings: no <skinsettings> tag found
  38. 13:42:41 T:1797070008 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  39. 13:42:41 T:1797070008 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  40. 13:42:41 T:1797070008 NOTICE: Contents of special://profile/advancedsettings.xml are...
  41. <advancedsettings>
  42. <videodatabase>
  43. <type>mysql</type>
  44. <host>192.168.0.2</host>
  45. <port>3306</port>
  46. <user>kodi</user>
  47. <pass>kodi</pass>
  48. </videodatabase>
  49. <musicdatabase>
  50. <type>mysql</type>
  51. <host>192.168.0.2</host>
  52. <port>3306</port>
  53. <user>kodi</user>
  54. <pass>kodi</pass>
  55. </musicdatabase>
  56. <videolibrary>
  57. <importwatchedstate>true</importwatchedstate>
  58. <importresumepoint>true</importresumepoint>
  59. </videolibrary>
  60. </advancedsettings>
  61. 13:42:41 T:1797070008 WARNING: VIDEO database configuration is experimental.
  62. 13:42:41 T:1797070008 NOTICE: Default DVD Player: dvdplayer
  63. 13:42:41 T:1797070008 NOTICE: Default Video Player: dvdplayer
  64. 13:42:41 T:1797070008 NOTICE: Default Audio Player: paplayer
  65. 13:42:41 T:1797070008 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  66. 13:42:41 T:1797070008 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  67. 13:42:41 T:1797070008 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  68. 13:42:41 T:1797070008 NOTICE: Loaded playercorefactory configuration
  69. 13:42:41 T:1797070008 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  70. 13:42:41 T:1797070008 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  71. 13:42:41 T:1797070008 NOTICE: Running database version Addons20
  72. 13:42:41 T:1797070008 NOTICE: ADDONS: Using repository repository.xbmc.org
  73. 13:42:41 T:1797070008 NOTICE: virtual bool CWinSystemEGL::InitWindowSystem(): Using EGL Implementation: amlandroid
  74. 13:42:41 T:1797070008 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
  75. 13:42:41 T:1797070008 NOTICE: Previous line repeats 1 times.
  76. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 720 x 480i @ 60.000000 Hz
  77. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 720 x 480 @ 60.000000 Hz
  78. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 720 x 576i @ 50.000000 Hz
  79. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 720 x 576 @ 50.000000 Hz
  80. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1280 x 720 @ 60.000000 Hz
  81. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080i @ 60.000000 Hz
  82. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
  83. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1280 x 720 @ 50.000000 Hz
  84. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080i @ 50.000000 Hz
  85. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz
  86. 13:42:41 T:1797070008 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz
  87. 13:42:41 T:1797070008 NOTICE: Found (1920x1080@60.000000) at 22, setting to RES_DESKTOP at 16
  88. 13:42:41 T:1797070008 NOTICE: Checking resolution 16
  89. 13:42:41 T:1797070008 NOTICE: GL_VENDOR = ARM
  90. 13:42:41 T:1797070008 NOTICE: GL_RENDERER = Mali-450 MP
  91. 13:42:41 T:1797070008 NOTICE: GL_VERSION = OpenGL ES 2.0
  92. 13:42:41 T:1797070008 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
  93. 13:42:41 T:1797070008 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_OES_vertex_half_float 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 GL_OES_depth_texture_cube_map GL_KHR_debug
  94. 13:42:41 T:1797070008 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
  95. 13:42:41 T:1797070008 ERROR: Unable to load libcec.so, reason: undefined symbol: glWeightPointer
  96. 13:42:41 T:1797070008 ERROR: virtual void PERIPHERALS::CPeripherals::Initialise() - failed to initialise bus cec
  97. 13:42:41 T:1797070008 NOTICE: Running database version Addons20
  98. 13:42:41 T:1797070008 NOTICE: Running database version ViewModes6
  99. 13:42:41 T:1797070008 NOTICE: Running database version Textures13
  100. 13:42:41 T:1797070008 NOTICE: Running database version MyMusic56
  101. 13:42:41 T:1797070008 ERROR: SQL: [MyVideos99] The table does not exist
  102. Query: SELECT idVersion FROM version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement