Nexus 9 android 5, tegra 64-bit
#16
I'd bet for https://github.com/xbmc/xbmc/blob/master...va.in#L578
Reply
#17
Just shout if you need someone to test a build on nexus 9 Smile
Reply
#18
Here is a test build with the checks removed: http://mirrors.xbmc.org/test-builds/andr...bi-v7a.apk
Please test and report if anything is working Wink
Reply
#19
Gets past the point where it error'd previously, goes through the preparing for first run progress bar but force closes when it should transition to the home screen. Subsequent attempts to open the app leaves it stuck on a black/grey screen.
Reply
#20
I'll probably buy the Nexus 9 as well, but I'd like this problem to be solved first Smile

I'm gussing that you get a black screen, because Kodi doesn't know what code to use for the Tegra chip. It checks at startup if the hardware meets the requirements, but I'd imagine that it will need to know which kind of chip it is to execute the correct parts of the software. So there are probably checks in other parts of the software as well. Perhaps it's best to tell the software that it's another kind of chip which is compatible with the Tegra K1 64 bit. However, you'd need the ID of such a chip (or at least what the relevant functions return in case such a chip is installed).

I'm guessing the issue can be resolved somehow and will be in a future build. But it'd be nice to have a workaround first so we're sure it CAN work.

PS: I'm new here, but have been a fan of XBMC / Kodi for a long time now.
Reply
#21
Nice sumup - 90% wrong though Wink - we are dealing with 2 things here at once (which is problematic).

1. Nexus 9 has first 64bit arm cpu on android
2. Nexus 9 runs Android 5

I think 1. is solved by the testbuild which leaves an incompatibility with android 5 (which might appear on older 32bit android devices aswell and might be solved by utilising such a device). Time will tell - i am sure koying is already trying to decide which of his development devices will be updated to 5.0 ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#22
Hehe... My Nexus 7 2012 is supposed to be updated starting mid-november...
Reply
#23
(2014-11-07, 15:28)Koying Wrote: Hehe... My Nexus 7 2012 is supposed to be updated starting mid-november...
You could build the image yourself now http://www.xda-developers.com/android/an...d-to-aosp/
Reply
#24
Sure. Do I want to risk bricking the Nexus to save 2 weeks? Nope Wink
Reply
#25
(2014-11-06, 15:18)chikkensoop Wrote: Gets past the point where it error'd previously, goes through the preparing for first run progress bar but force closes when it should transition to the home screen. Subsequent attempts to open the app leaves it stuck on a black/grey screen.

Same situation here... I add the log file

Code:

19:22:25 T:18446744072283371048  NOTICE: special://profile/ is mapped to: special://masterprofile/
19:22:25 T:18446744072283371048  NOTICE: -----------------------------------------------------------------------
19:22:25 T:18446744072283371048  NOTICE: Starting Kodi (14.0-BETA1 Git:2014-11-06-d35401c-dirty). Platform: Android ARM 32-bit
19:22:25 T:18446744072283371048  NOTICE: Using Debug Kodi x32 build
19:22:25 T:18446744072283371048  NOTICE: Kodi compiled Nov  6 2014 by GCC 4.8.0 for Android ARM 32-bit API level 14 (API level 14)
19:22:25 T:18446744072283371048  NOTICE: Running on htc Nexus 9 with Android 5.0.0 API level 21, kernel: Linux unknown CPU family 64-bit version 3.10.40-g07fc5e6
19:22:25 T:18446744072283371048  NOTICE: FFmpeg version: 14.0a4-Helix-532-g7a60a22-xbmc-2.4.2-Helix-alpha5
19:22:25 T:18446744072283371048  NOTICE: Host CPU: NVIDIA Denver 1.0 rev 0 (aarch64), 2 cores available
19:22:25 T:18446744072283371048  NOTICE: Product: volantis, Device: flounder, Board: flounder - Manufacturer: htc, Brand: google, Model: Nexus 9, Hardware: flounder
19:22:25 T:18446744072283371048  NOTICE: ARM Features: Neon enabled
19:22:25 T:18446744072283371048  NOTICE: special://xbmc/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
19:22:25 T:18446744072283371048  NOTICE: special://xbmcbin/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
19:22:25 T:18446744072283371048  NOTICE: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
19:22:25 T:18446744072283371048  NOTICE: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
19:22:25 T:18446744072283371048  NOTICE: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
19:22:25 T:18446744072283371048  NOTICE: The executable running is:
19:22:25 T:18446744072283371048  NOTICE: Local hostname: localhost
19:22:25 T:18446744072283371048  NOTICE: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
19:22:25 T:18446744072283371048  NOTICE: -----------------------------------------------------------------------
19:22:25 T:18446744072283371048  NOTICE: load settings...
19:22:25 T:18446744072283371048   DEBUG: static int CAndroidFeatures::GetVersion(): android.os.Build.VERSION 21
19:22:25 T:18446744072283371048   DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
19:22:25 T:18446744072283371048 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
19:22:25 T:18446744072283371048   DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
19:22:25 T:18446744072283371048  NOTICE: Found 1 Lists of Devices
19:22:25 T:18446744072283371048  NOTICE: Enumerated AUDIOTRACK devices:
19:22:25 T:18446744072283371048  NOTICE:     Device 1
19:22:25 T:18446744072283371048  NOTICE:         m_deviceName      : AudioTrack
19:22:25 T:18446744072283371048  NOTICE:         m_displayName     : android
19:22:25 T:18446744072283371048  NOTICE:         m_displayNameExtra: audiotrack
19:22:25 T:18446744072283371048  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:22:25 T:18446744072283371048  NOTICE:         m_channels        : FL,FR,FC,LFE,BL,BR
19:22:25 T:18446744072283371048  NOTICE:         m_sampleRates     : 48000
19:22:25 T:18446744072283371048  NOTICE:         m_dataFormats     : AE_FMT_S16LE,AE_FMT_AC3,AE_FMT_DTS
19:22:25 T:18446744072283371048   ERROR: CSettingsManager: unable to load settings from special://masterprofile/guisettings.xml, creating new default settings
19:22:25 T:18446744072283371048  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:22:25 T:18446744072283371048  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
19:22:25 T:18446744072283371048  NOTICE: Default DVD Player: dvdplayer
19:22:25 T:18446744072283371048  NOTICE: Default Video Player: dvdplayer
19:22:25 T:18446744072283371048  NOTICE: Default Audio Player: paplayer
19:22:25 T:18446744072283371048  NOTICE: Disabled debug logging due to GUI setting. Level 0.
19:22:25 T:18446744072283371048  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
19:22:25 T:18446744072283371048  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
19:22:25 T:18446744072283371048   DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
19:22:25 T:18446744072283371048   DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
19:22:25 T:18446744072283371048   DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtv
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/myth/mms/udp
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
19:22:25 T:18446744072283371048   DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
19:22:25 T:18446744072283371048  NOTICE: Loaded playercorefactory configuration
19:22:25 T:18446744072283371048  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
19:22:25 T:18446744072283371048  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
19:22:25 T:18446744072283371048    INFO: creating subdirectories
19:22:25 T:18446744072283371048    INFO: userdata folder: special://masterprofile/
19:22:25 T:18446744072283371048    INFO: recording folder:
19:22:25 T:18446744072283371048    INFO: screenshots folder:
19:22:25 T:18446744072283371048    INFO: load language info file: special://xbmc/language/English/langinfo.xml
19:22:25 T:18446744072283371048   DEBUG: trying to set locale to en_US.UTF-8
19:22:25 T:18446744072283371048    INFO: global locale set to C
19:22:25 T:18446744072283371048    INFO: load English language file, from path: special://xbmc/language/
19:22:25 T:18446744072283371048   DEBUG: POParser: loaded 3261 strings from file /data/data/org.xbmc.kodi/cache/apk/assets/language/English/strings.po
19:22:25 T:18446744072282685712  NOTICE: Thread ActiveAE start, auto delete: false
19:22:25 T:18446744072284103232  NOTICE: Thread AESink start, auto delete: false
19:22:25 T:18446744072284103232    INFO: CActiveAESink::OpenSink - initialize sink
19:22:25 T:18446744072284103232   DEBUG: CActiveAESink::OpenSink - trying to open device AUDIOTRACK:AudioTrack
19:22:25 T:18446744072284103232   DEBUG: CActiveAESink::OpenSink - AUDIOTRACK Initialized:
19:22:25 T:18446744072284103232   DEBUG:   Output Device : android
19:22:25 T:18446744072284103232   DEBUG:   Sample Rate   : 48000
19:22:25 T:18446744072284103232   DEBUG:   Sample Format : AE_FMT_S16NE
19:22:25 T:18446744072284103232   DEBUG:   Channel Count : 2
19:22:25 T:18446744072284103232   DEBUG:   Channel Layout: FL,FR
19:22:25 T:18446744072284103232   DEBUG:   Frames        : 1024
19:22:25 T:18446744072284103232   DEBUG:   Frame Samples : 2048
19:22:25 T:18446744072284103232   DEBUG:   Frame Size    : 4
19:22:26 T:18446744072283371048    INFO: creating version table
19:22:26 T:18446744072283371048   ERROR: SQL: Attempt to write a readonly database
                                            Query: CREATE TABLE version (idVersion integer, iCompressCount integer)
19:22:26 T:18446744072283371048   ERROR: bool CDatabase::CreateDatabase() unable to create database:2
19:22:26 T:18446744072283371048   DEBUG: SECTION:LoadDLL(libcpluff-arm.so)
19:22:26 T:18446744072283371048   DEBUG: Loading: /data/app/org.xbmc.kodi-2/lib/arm/libcpluff-arm.so
19:22:26 T:18446744072283371048    INFO: ADDON: cpluff: 'Could not read plug-in directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons: No such file or directory'
19:22:26 T:18446744072283371048   ERROR: SQL: SQL error or missing database
                                            Query: select id from disabled where addonID='repository.xbmc.org'
19:22:26 T:18446744072283371048   ERROR: bool CAddonDatabase::IsAddonDisabled(const string&) failed on addon repository.xbmc.org
19:22:26 T:18446744072283371048   ERROR: SQL: SQL error or missing database
                                            Query: select id from disabled where addonID='xbmc.addon'
19:22:26 T:18446744072283371048   ERROR: bool CAddonDatabase::IsAddonDisabled(const string&) failed on addon xbmc.addon
19:22:26 T:18446744072283371048   ERROR: SQL: SQL error or missing database
                                            Query: select id from disabled where addonID='repository.pvr-android.xbmc.org'
19:22:26 T:18446744072283371048   ERROR: bool CAddonDatabase::IsAddonDisabled(const string&) failed on addon repository.pvr-android.xbmc.org
19:22:26 T:18446744072283371048  NOTICE: ADDONS: Using repository repository.xbmc.org
19:22:26 T:18446744072283371048  NOTICE: ADDONS: Using repository repository.pvr-android.xbmc.org
19:22:26 T:18446744072283371048   DEBUG: bool PERIPHERALS::CPeripherals::LoadMappings() - loaded node "Motorola Nyxboard Hybrid"
19:22:26 T:18446744072283371048   DEBUG: bool PERIPHERALS::CPeripherals::LoadMappings() - loaded node "CEC Adapter"
19:22:26 T:18446744072283371048   DEBUG: bool PERIPHERALS::CPeripherals::LoadMappings() - loaded node "Pulse-Eight CEC Adapter"
19:22:26 T:18446744072283371048   DEBUG: bool PERIPHERALS::CPeripherals::LoadMappings() - loaded node "iMON HID device"
19:22:26 T:18446744072283371048   DEBUG: PERIPHERALS::CPeripheralBusUSB::CPeripheralBusUSB(PERIPHERALS::CPeripherals*) - using libusb peripheral scanning
19:22:26 T:18446744072283371048   DEBUG: SECTION:LoadDLL(libcec.so)
19:22:26 T:18446744072283371048   DEBUG: Loading: libcec.so
19:22:26 T:18446744072283371048   ERROR: Unable to load libcec.so, reason: (null)
19:22:26 T:18446744072283371048   DEBUG: Dll libcec.so was not found in path
19:22:26 T:18446744072283371048   ERROR: virtual void PERIPHERALS::CPeripherals::Initialise() - failed to initialise bus cec
19:22:26 T:18446744072285502920  NOTICE: Thread PeripBusUSB start, auto delete: false
19:22:26 T:18446744072283371048  NOTICE: virtual bool CWinSystemEGL::InitWindowSystem(): Using EGL Implementation: android
19:22:26 T:18446744072283371048   DEBUG: bool CWinSystemEGL::CreateWindow(RESOLUTION_INFO&): Created surface of size 2048x1536
19:22:26 T:18446744072283371048  NOTICE: Current resolution: 2048x1536 @ 60.00 - Full Screen
19:22:26 T:18446744072283371048  NOTICE: Previous line repeats 1 times.
19:22:26 T:18446744072283371048  NOTICE: Found resolution 2048 x 1536 for display 0 with 2048 x 1536 @ 60.000000 Hz
19:22:26 T:18446744072283371048  NOTICE: Found ([email protected]) at 16, setting to RES_DESKTOP at 16
19:22:26 T:18446744072283371048  NOTICE: Checking resolution 16
19:22:26 T:18446744072283371048  NOTICE: Current resolution: 2048x1536 @ 60.00 - Full Screen
19:22:26 T:18446744072283371048   DEBUG: bool CWinSystemEGL::CreateWindow(RESOLUTION_INFO&): Created surface of size 2048x1536
19:22:26 T:18446744072283371048  NOTICE: GL_VENDOR = NVIDIA Corporation
19:22:26 T:18446744072283371048  NOTICE: GL_RENDERER = NVIDIA Tegra
19:22:26 T:18446744072283371048  NOTICE: GL_VERSION = OpenGL ES 3.1 NVIDIA 343.00
19:22:26 T:18446744072283371048  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10
19:22:26 T:18446744072283371048   DEBUG: GLES: Extension Support Test - GL_NVX_gpu_memory_info NO
19:22:26 T:18446744072283371048  NOTICE: GL_EXTENSIONS = GL_EXT_debug_marker GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_copy_image GL_EXT_debug_label GL_EXT_draw_buffers_indexed GL_EXT_frag_depth GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_gpu_shader5 GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_primitive_bounding_box GL_EXT_robustness GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_view GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_NV_bgr GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NV_copy_buffer GL_NV_copy_image GL_NV_draw_buffers GL_NV_draw_instanced GL_NV_draw_texture GL_NV_EGL_stream_consumer_external GL_NV_explicit_attrib_location GL_NV_fbo_color_attachments GL_NV_framebuffer_blit GL_NV_framebuffer_multisample GL_NV_generate_mipmap_sRGB GL_NV_instanced_arrays GL_NV_occlusion_query_samples GL_NV_non_square_matrices GL_NV_pack_subimage GL_NV_packed_float GL_NV_packed_float_linear GL_NV_path_rendering GL_NV_pixel_buffer_object GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_NV_secure_context GL_NV_shadow_samplers_array GL_NV_shadow_samplers_cube GL_NV_sRGB_formats GL_NV_texture_array GL_NV_texture_border_clamp GL_NV_texture_compression_latc GL_NV_texture_compression_s3tc GL_NV_texture_compression_s3tc_update GL_NV_timer_query GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_image_atomic GL_OES_shader_multisample_interpolation GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_npot GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_vertex_array_object GL_OES_vertex_half_float GL_ANDROID_extension_pack_es31a
19:22:26 T:18446744072283371048   DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 YES
19:22:26 T:18446744072283371048   DEBUG: GLES: Extension Support Test - GL_IMG_texture_format_BGRA8888 NO
19:22:26 T:18446744072283371048   DEBUG: GLES: Extension Support Test - GL_APPLE_texture_format_BGRA8888 NO
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_default.glsl]- Initialise successful : 0xab0820f0
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_texture.glsl]- Initialise successful : 0xab299ef8
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_multi.glsl]- Initialise successful : 0xab29a1c8
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_fonts.glsl]- Initialise successful : 0xab2a5de0
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_texture_noblend.glsl]- Initialise successful : 0xab296060
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_multi_blendcolor.glsl]- Initialise successful : 0xab29d630
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_rgba.glsl]- Initialise successful : 0xab2bc9b8
19:22:26 T:18446744072283371048   DEBUG: GLES: Extension Support Test - GL_OES_EGL_image_external YES
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_rgba_oes.glsl]- Initialise successful : 0xab2bcff0
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Vertex Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GL: Pixel Shader compilation log:
19:22:26 T:18446744072283371048   DEBUG: GL: Fragment Shader compiled successfully
19:22:26 T:18446744072283371048   DEBUG: GUI Shader [guishader_frag_rgba_blendcolor.glsl]- Initialise successful : 0xab1f4578
19:22:26 T:18446744072283371048  NOTICE: Current resolution: 2048x1536 @ 60.00 - Full Screen
19:22:26 T:18446744072283371048   DEBUG: CWinSystemEGL::CreateNewWindow: No need to create a new window
19:22:26 T:18446744072283371048    INFO: GLES: Maximum texture width: 16384
19:22:26 T:18446744072283371048   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
19:22:26 T:18446744072283371048    INFO: load default splash image: /data/data/org.xbmc.kodi/cache/apk/assets/media/Splash.png
19:22:26 T:18446744072283371048   DEBUG: SECTION:LoadDLL(libImageLib-arm.so)
19:22:26 T:18446744072283371048   DEBUG: Loading: /data/app/org.xbmc.kodi-2/lib/arm/libImageLib-arm.so
19:22:26 T:18446744072283371048    INFO: load keymapping
19:22:26 T:18446744072283371048    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
19:22:26 T:18446744072283371048    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
19:22:26 T:18446744072283371048    INFO: Loading special://xbmc/system/keymaps/joystick.xml
19:22:26 T:18446744072283371048  NOTICE: No Joystick name specified, loading default map
19:22:26 T:18446744072283371048  NOTICE: Previous line repeats 36 times.
19:22:26 T:18446744072283371048    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
19:22:27 T:18446744072283371048    INFO: Loading special://xbmc/system/keymaps/mouse.xml
19:22:27 T:18446744072283371048    INFO: Loading special://xbmc/system/keymaps/remote.xml
19:22:27 T:18446744072283371048    INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
19:22:27 T:18446744072283371048    INFO: GUI format 2048x1536, Display 2048x1536 @ 60.00 - Full Screen
19:22:27 T:18446744072283371048   DEBUG: guilib: Fill viewport on change for solving rendering passes
19:22:27 T:18446744072283371048   DEBUG: SECTION:LoadDLL(libcurl.so)
19:22:27 T:18446744072283371048   DEBUG: Loading: /data/app/org.xbmc.kodi-2/lib/arm/libcurl.so
19:22:27 T:18446744072283371048   ERROR: SQL: SQL error or missing database
                                            Query: SELECT idVersion FROM version
Reply
#26
(2014-11-08, 20:29)ZeroOneB Wrote: [Same situation here... I add the log file

Code:

...
19:22:27 T:18446744072283371048   DEBUG: SECTION:LoadDLL(libcurl.so)
19:22:27 T:18446744072283371048   DEBUG: Loading: /data/app/org.xbmc.kodi-2/lib/arm/libcurl.so
19:22:27 T:18446744072283371048   ERROR: SQL: SQL error or missing database
                                            Query: SELECT idVersion FROM version

Same error here also.
Reply
#27
If anything, I need a logcat from a new installation.
Kodi logs don't help for crashes.
Reply
#28
Would this help
http://pastebin.com/bWCG7hKF
and here what it seems from users perspective
http://youtu.be/CYAFdEnHjJo
Reply
#29
Thanks. Doesn't make things much clearer, though...
Does "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/Database/" exists after this run?
Reply
#30
(2014-11-12, 22:39)Koying Wrote: Thanks. Doesn't make things much clearer, though...
Does "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/Database/" exists after this run?

Yes it does. It has one file "Addons16.db" and one subdir "CDDB", which is empty.
Reply

Logout Mark Read Team Forum Stats Members Help
Nexus 9 android 5, tegra 64-bit0