• 1
  • 30
  • 31
  • 32(current)
  • 33
  • 34
  • 111
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
New OpenELEC I****** build #0207: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.18.5 #1 PREEMPT Sun Feb 8 01:02:53 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Feb  7 2015 19:35:45
Copyright (c) 2012 Broadcom
version e3cfc1e5001c71261c4d79e852723910772ffba9 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150208010157-r20214-gae13e63 [Build #0207]

# vcdbg log msg 2>&1 | grep DTOK
001506.716: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (ae13e636, changelog) and tip of XBMC master (54b069df, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. Upstream connman patches to improve network stability (dhcp etc.)
  3. Dropped PR6246, no longer builds on master due to other PVR commits
  4. Several new kernel commits, including a fix for HifiBerry-Amp
Build Details:
  1. Firmware (Feb 7):
    • firmware: Move the warranty bit to bit 25 for Pi2 See: link
    • firmware: arm_loader: Don't allow bcm2708.serial to be set in cmdline.txt. See: link
    • firmware: Bug fixes for vc_image_fill on YUV_UV
    • firmware: arm: Enable early b-resp. May give slightly improved write times to sdram/peripherals
  2. OpenELEC:
    • lirc: fixed ir blasting (PR:3874, 1 commit, 2 files changed)
    • connman: add upstream patches (82750bbd)
    • unofficial: move icon/changelog (5eba7fa4)
    • systemd wrapper: also restart services on upgrade (ae13e636)
  3. XBMC:
    • Fix build in OSX with case-sensitive FS. (PR:6354, 1 commit, 1 file changed)
    • [Keyboard Layouts] Add Spanish QWERTY (PR:6314, 1 commit, 1 file changed)
    • [pvr] do not persist channel data a user can not set (PR:6353, 1 commit, 2 files changed)
    • Optimize CPVRRecording. No more copies, just shared pointers. (PR:6207, 1 commit, 23 files changed)
    • [PVR] Optimized CPVRManager::CanSystemPowerdown not to do expensive backend calls (PR:6324, 1 commit, 4 files changed)
    • [pvr] Fix on Channel Manager channel move with mouse (PR:6322, 1 commit, 1 file changed)
    • pvr/dvdplayer - set frame rate if not set by demuxer (PR:6340, 2 commits, 5 files changed)
    • text rendering: dont change character spacing on justify (PR:6140, 1 commit, 2 files changed)
    • [rebrand] ffmpeg extra version xbmc -> kodi (PR:6304, 1 commit, 3 files changed)
    • [pvr] Fix list change with first or last page selection on Channel Manager (PR:6323, 1 commit, 1 file changed)
  4. kernel 3.18.y-rebase:
    • New commits in this build:
      • HiFiBerry Amp: fix device-tree problems (e84183b6)
      • BCM270x_DT: Add i2c0_baudrate and i2c1_baudrate parameters (312667e4)
      • pinctrl-bcm2835: bcm2835_gpio_direction_output must set the value (401868bb)
      • w1-gpio: Sort out the pullup/parasitic power tangle (8329e96d)
      • BCM2709_DT: Set the "always-on" flag for the timer to enable high res mode (2dc96ff2)
      • i2c_bcm2708: Fix clock reference counting (fbd62b89)
      • BCM270x_DT: Rename the activity LED back to the prosaic "led0" (f137a3e3)
      • Add device-tree overlay for pcf2127 (5a37af9c)
    • Commits no longer in build:
      • config: Add ENC28J60 spi ethernet module (273b1197)
      • Fix grabbing lock from atomic context in i2c driver (fec9b9d8)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2015-02-08, 02:52)denz Wrote: This is a sample file of squashed live tv. I have purchased MPEG2 codec however I haven't received it yet so I am not sure if this is the cause. The interesting thing I must have changed some setting and now when I watch recorded tv I only hear sound.

Did you disable MMAL in settings/video/acceleration?
Oh yes that is the setting. I should be getting mpeg codes tomorrow so hopefully that will fix the aspect ratio.
(2015-02-07, 20:05)allan87 Wrote: 3 seconds out of how many?
it was something like 24.7x vs 22. I usually see "importing channels from backend" followed by "importing EPG..." - but with that PR the channel importing didn't show up and EPG import was also faster.
(2015-02-08, 02:52)denz Wrote: This is a sample file of squashed live tv. I have purchased MPEG2 codec however I haven't received it yet so I am not sure if this is the cause. The interesting thing I must have changed some setting and now when I watch recorded tv I only hear sound.

https://drive.google.com/file/d/0B7X9IEX...sp=sharing

Fixed here

(getting the codec licence should also fix it)
New OpenELEC I****** build #0208: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.18.6 #1 PREEMPT Sun Feb 8 23:50:11 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Feb  7 2015 19:35:45
Copyright (c) 2012 Broadcom
version e3cfc1e5001c71261c4d79e852723910772ffba9 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150208234915-r20236-g2ca87fa [Build #0208]

# vcdbg log msg 2>&1 | grep DTOK
001529.051: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (2ca87fac, changelog) and tip of XBMC master (c84bece9, changelog) with the following modifications: Build Highlights:
  1. New 3.18.6 kernel
  2. libc: install package 'arm-mem' only with TARGET_CPU=arm1176jzf-s
  3. Enable CONFIG_VMSPLIT_2G allowing ARM access to full 1GB RAM on RPi2
  4. Added: PR:6362: [videodatabase] include tvshows base dir in GetPathsForTvShow (thread)
  5. Dropped native resolution commits as they require rebasing
Build Details:
  1. OpenELEC:
    • glibc: update to glibc-2.21 (293c21e9)
    • sqlite: update to sqlite-autoconf-3080802 (5280e677)
    • linux: update to linux-3.18.6 (cd64c199)
    • Mesa: update to Mesa-10.4.4 (7c07d8cb)
    • libpciaccess: update to libpciaccess-0.13.3 (54ce285a)
    • xf86-video-nvidia-legacy: update to xf86-video-nvidia-legacy-304.125 (5ac00fb5)
    • xf86-video-nvidia: update to xf86-video-nvidia-340.76 (bcd3393b)
    • cmake: force not using system deps (b47ecedc)
    • libc: install package 'arm-mem' only with TARGET_CPU=arm1176jzf-s (64197d35)
    • libssh: update to libssh-0.6.4 (3c54af22)
    • kodi: add PR6356 (9188d497)
    • projects/imx6/patches/kodi: update imx6 rework patches (61fe4000)
    • noobs: add support for PROJECT based multiple noobs builds (a7c79ebe)
    • noobs: move distro icon to distri folder (36a5fbed)
    • noobs: add support for noobs 'supported_hex_versions' (7e83801d)
    • kodi: systemd wrapper: cosmetics (5e32f07d)
    • kodi: add NFS chunksize patch (8300c082)
    • projects/RPi*/linux: enable CONFIG_VMSPLIT_2G, thanks to popcornmix (2ca87fac)
  2. XBMC:
    • [seek] replaces constant seek with additive seek support (PR:6347, 3 commits, 11 files changed)
    • [fix][bluray] Fix Blu-Ray playback for all playback paths and refactor ShowPlaySelection (PR:6334, 4 commits, 11 files changed)
    • [addon] webinterface shouldn't have GUI as dependency (ce2f5621)
  3. newclock4:
    • New commits in this build:
      • dvdplayer: only consider standard framerates for vfr (60d45231)
      • [mmalrenderer] Add back in SetVideoRect lost in PR6090 (1e012aa3)
    • Commits no longer in build:
      • [PATCH] text rendering: dont change character spacing on justify, only word spacing (f0610b62)
  4. kernel 3.18.y-rebase:
    • New commits in this build:
      • BCM270x_DT: Add pwr_led, and the required "input" trigger (5f1c4a04)
      • BCM2708_VCIO : Add automatic creation of device node (7fa07e9f)
      • Fix grabbing lock from atomic context in i2c driver (58ee33ad)
      • config: Add ENC28J60 SPI ethernet module (72df98fe)
      • ntp: Patch to fix false positives on 32bit systems (89d56313)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: PR:6362: [videodatabase] include tvshows base dir in GetPathsForTvShow
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
I have been running successive builds for a week now (now on build #207) on the new RPI2 and have repeatedly had the consistent problem of a total crash (only on RPI 2 H/w) at every startup. Not even splash screen just lockup on black screen Sad

If I subsequently ssh in I can reboot and everything works normal so I can enjoy both the speed of the new build with the new platform build.
A power down/power up cycle and 1'm back to square one.

I thought it was down to overclocking but after trying various configurations including default no difference
I have tried deleting userdata folder to remove any previous settings... still crashes.

Finally, I seem to have tracked it down to a CEC problem 1st log below after hard boot 2nd after reboot. If I disable CEC on RPI 2 everything works fine even after power off/on cycle, buth no remote control!

I have 2nd RPI B+ linked into same system Samsung TV, Denon 2313 etc. CEC control has/is very stable until RPI 2 builds.

Code:
16:38:32  11.155418 T:3041017856  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
16:38:32  11.155575 T:2958947392  NOTICE: Thread CECAdapter start, auto delete: false
16:38:32  11.157169 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:32  11.157349 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:32  11.157434 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 1)
16:38:32  11.187523 T:2948592704  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
16:38:32  11.197577 T:3041017856  NOTICE: Raspberry PI firmware version: Feb  7 2015 19:35:45
                                            Copyright (c) 2012 Broadcom16:38:32  11.155418 T:3041017856  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
16:38:32  11.155575 T:2958947392  NOTICE: Thread CECAdapter start, auto delete: false
16:38:32  11.157169 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:32  11.157349 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:32  11.157434 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 1)
16:38:32  11.187523 T:2948592704  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
16:38:32  11.197577 T:3041017856  NOTICE: Raspberry PI firmware version: Feb  7 2015 19:35:45
                                            Copyright (c) 2012 Broadcom

16:38:32  11.206894 T:3041017856  NOTICE: Checking resolution 36
16:38:33  12.157958 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:33  12.158114 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:33  12.158184 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 2)
16:38:34  13.158622 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:34  13.158778 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:34  13.158849 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 3)
16:38:35  14.159294 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:35  14.159476 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:35  14.159565 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 4)
16:38:36  15.159986 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:36  15.160159 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:36  15.160232 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 5)
16:38:38  17.290781 T:2921329728  NOTICE: Thread CECAdapterUpdate start, auto delete: false
16:41:15 173.947479 T:3041017856  NOTICE: Storing total System Uptime
16:41:15 173.947968 T:3041017856  NOTICE: Saving settings
16:41:15 173.982529 T:3041017856  NOTICE: stop all
16:41:15 173.982834 T:3041017856  NOTICE: stop player
16:41:15 173.991623 T:3041017856  NOTICE: stop dvd detect media
16:41:16 175.176498 T:3041017856  NOTICE: stop sap announcement listener
16:41:16 175.176620 T:3041017856  NOTICE: clean cached files!
16:41:16 175.176727 T:3041017856  NOTICE: unload skin
16:41:16 175.183243 T:3041017856  NOTICE: stopped
16:41:16 175.183411 T:3041017856  NOTICE: destroy
16:41:16 175.183517 T:3041017856 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
16:41:16 175.183578 T:3041017856 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
16:41:16 175.183624 T:3041017856 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
16:41:16 175.183685 T:3041017856 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
16:41:16 175.183731 T:3041017856 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
16:41:16 175.183792 T:3041017856 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
16:41:16 175.183868 T:3041017856 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
16:41:16 175.183914 T:3041017856 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
16:41:16 175.183975 T:3041017856 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
16:41:16 175.184021 T:3041017856 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
16:41:16 175.184082 T:3041017856 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
16:41:16 175.191727 T:3041017856  NOTICE: closing down remote control service
16:41:16 175.192062 T:3041017856  NOTICE: unload sections
16:41:16 175.198746 T:3041017856  NOTICE: special://profile/ is mapped to: special://masterprofile/

After reboot
Code:
16:38:32  11.206894 T:3041017856  NOTICE: Checking resolution 36
16:38:33  12.157958 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:33  12.158114 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:33  12.158184 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 2)
16:38:34  13.158622 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:34  13.158778 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:34  13.158849 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 3)
16:38:35  14.159294 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:35  14.159476 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:35  14.159565 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 4)
16:38:36  15.159986 T:2958947392   ERROR: CecLogMessage - RegisterLogicalAddress - vc_cec_set_logical_address(E) returned invalid arg (8)
16:38:36  15.160159 T:2958947392   ERROR: CecLogMessage - Open - vc_cec could not be initialised
16:38:36  15.160232 T:2958947392   ERROR: CecLogMessage - could not open a connection (try 5)
16:38:38  17.290781 T:2921329728  NOTICE: Thread CECAdapterUpdate start, auto delete: false
16:41:15 173.947479 T:3041017856  NOTICE: Storing total System Uptime
16:41:15 173.947968 T:3041017856  NOTICE: Saving settings
16:41:15 173.982529 T:3041017856  NOTICE: stop all
16:41:15 173.982834 T:3041017856  NOTICE: stop player
16:41:15 173.991623 T:3041017856  NOTICE: stop dvd detect media
16:41:16 175.176498 T:3041017856  NOTICE: stop sap announcement listener
16:41:16 175.176620 T:3041017856  NOTICE: clean cached files!
16:41:16 175.176727 T:3041017856  NOTICE: unload skin
16:41:16 175.183243 T:3041017856  NOTICE: stopped
16:41:16 175.183411 T:3041017856  NOTICE: destroy
16:41:16 175.183517 T:3041017856 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
16:41:16 175.183578 T:3041017856 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
16:41:16 175.183624 T:3041017856 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
16:41:16 175.183685 T:3041017856 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
16:41:16 175.183731 T:3041017856 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
16:41:16 175.183792 T:3041017856 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
16:41:16 175.183868 T:3041017856 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
16:41:16 175.183914 T:3041017856 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
16:41:16 175.183975 T:3041017856 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
16:41:16 175.184021 T:3041017856 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
16:41:16 175.184082 T:3041017856 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
16:41:16 175.191727 T:3041017856  NOTICE: closing down remote control service
16:41:16 175.192062 T:3041017856  NOTICE: unload sections
16:41:16 175.198746 T:3041017856  NOTICE: special://profile/ is mapped to: special://masterprofile/
Location UK; Media server Windows 7 with ArgusTV 2.3 with TBS6981 DVB-S2 x4 and DVB-T x 2:All network connections cabled on 1Gb router Raspberry Pi2 1GB x 2; RPI 3 x1; PiB+512MB x 3; TV Samsung 55" C8000; AV Denon AVR X2200W
Your "after reboot" log is simlpy a subset of the first log (same timestams).

Best not to cut logs, instead post links to whole logs hosted on a pastebin site.

Also, what build are you running on your B+? Have you tried a recent test build (eg. #0207) on the B+, is that still stable?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2015-02-08, 16:31)popcornmix Wrote:
(2015-02-08, 02:52)denz Wrote: This is a sample file of squashed live tv. I have purchased MPEG2 codec however I haven't received it yet so I am not sure if this is the cause. The interesting thing I must have changed some setting and now when I watch recorded tv I only hear sound.

https://drive.google.com/file/d/0B7X9IEX...sp=sharing

Fixed here

(getting the codec licence should also fix it)

Thanks it worked however deinterlace on some channels is horrible. Raspberry Pi foundation must be busy still didn't receive my codes.
(2015-02-09, 11:49)Milhouse Wrote: Your "after reboot" log is simlpy a subset of the first log (same timestams).

Best not to cut logs, instead post links to whole logs hosted on a pastebin site.

Also, what build are you running on your B+? Have you tried a recent test build (eg. #0207) on the B+, is that still stable?

You are quite right I duplicated paste!! Both logs are here https://www.dropbox.com/sh/31t8upajt9zw1...5Pfja?dl=0

The B+ is my ref (has to be stable for max WAF appeal) is Running on OpenELEC (Milhouse) - Version: devel-20141223210156-r19858-gc75631b [Build #1223] 5.0, kernel: Linux ARM 32-bit version 3.18.1

I thought it was later
Location UK; Media server Windows 7 with ArgusTV 2.3 with TBS6981 DVB-S2 x4 and DVB-T x 2:All network connections cabled on 1Gb router Raspberry Pi2 1GB x 2; RPI 3 x1; PiB+512MB x 3; TV Samsung 55" C8000; AV Denon AVR X2200W
Hi, I noticed something strange yesterday...
When playing dvd img files the display dims slightly and it stays like that until I reboot or change resolution.
This happens on RPi B+ and RPi 2 B. I have tried to go back in the build history (>#0130) but I figured it might be better to ask if anyone else have noticed this behavior.

Scenario 1: http://sprunge.us/HjKC

Sync playback to display enabled and resample audio
OMXPlayer enabled
MMAL disabled

No issues.

Scenario 2: http://sprunge.us/HabP

Sync playback to display disabled
OMXPlayer enabled
MMAL enabled

No issues.

Scenario 3: http://sprunge.us/RRPT

Sync playback to display enabled and resample audio
OMXPlayer enabled
MMAL enabled

Display dims slightly and stays like that until I reboot.

So to sum it up, sync playback to display > resample audio / adjust ppl makes the display to dim.


Except for this minor issues I'm having the rest is perfect!

Thanks a lot for your hard work Smile

/Patric
(2015-02-09, 14:18)evanspae Wrote:
(2015-02-09, 11:49)Milhouse Wrote: Your "after reboot" log is simlpy a subset of the first log (same timestams).

Best not to cut logs, instead post links to whole logs hosted on a pastebin site.

Also, what build are you running on your B+? Have you tried a recent test build (eg. #0207) on the B+, is that still stable?

You are quite right I duplicated paste!! Both logs are here https://www.dropbox.com/sh/31t8upajt9zw1...5Pfja?dl=0

The B+ is my ref (has to be stable for max WAF appeal) is Running on OpenELEC (Milhouse) - Version: devel-20141223210156-r19858-gc75631b [Build #1223] 5.0, kernel: Linux ARM 32-bit version 3.18.1

I thought it was later

I have now installed [Build #0208] on both systems. The B+ has no issues on hanging on power up with #208, but the RPI 2 still does even with #208.
Location UK; Media server Windows 7 with ArgusTV 2.3 with TBS6981 DVB-S2 x4 and DVB-T x 2:All network connections cabled on 1Gb router Raspberry Pi2 1GB x 2; RPI 3 x1; PiB+512MB x 3; TV Samsung 55" C8000; AV Denon AVR X2200W
(2015-02-09, 14:38)Patrics83 Wrote: Hi, I noticed something strange yesterday...
When playing dvd img files the display dims slightly and it stays like that until I reboot or change resolution.
This happens on RPi B+ and RPi 2 B. I have tried to go back in the build history (>#0130) but I figured it might be better to ask if anyone else have noticed this behavior.

Never heard of this and can't think of a reason. I note in your log a nubber of incompatible add-ons.
Code:
13:16:06  42.966045 T:1683330112   DEBUG: Addon plugin.video.offene_kanaele requires xbmc.python version 2.0 which is not available
13:16:07  43.682858 T:1683330112   DEBUG: Addon script.filecleaner requires xbmc.gui version 5.0.1 which is not available
13:16:07  43.754162 T:1683330112   DEBUG: Addon script.linphone requires xbmc.python version 1.0 which is not available
13:16:07  43.756950 T:1683330112   DEBUG: Addon script.linux.nm requires xbmc.python version 2.0 which is not available
13:16:07  43.774887 T:1683330112   DEBUG: Addon script.module.dialogaddonscan requires xbmc.python version 2.0 which is not available
13:16:07  43.833832 T:1683330112   DEBUG: Addon script.module.playbackengine requires xbmc.python version 2.0 which is not available
13:16:07  44.326267 T:1683330112   DEBUG: Addon skin.ace requires xbmc.gui version 5.0.0 which is not available
13:16:07  44.412556 T:1683330112   DEBUG: Addon skin.aeonmq5 requires xbmc.gui version 5.0.0 which is not available
13:16:07  44.425362 T:1683330112   DEBUG: Addon skin.amber requires xbmc.gui version 5.0.1 which is not available
13:16:07  44.547405 T:1683330112   DEBUG: Addon skin.bello requires xbmc.gui version 5.0.1 which is not available
13:16:08  44.603065 T:1683330112   DEBUG: Addon skin.carmichael requires xbmc.gui version 4.0.0 which is not available
13:16:08  44.648468 T:1683330112   DEBUG: Addon skin.cirrus.extended requires xbmc.gui version 5.0.1 which is not available
13:16:08  44.732979 T:1683330112   DEBUG: Addon skin.diffuse requires xbmc.gui version 4.0.0 which is not available
13:16:08  44.760231 T:1683330112   DEBUG: Addon skin.droid requires xbmc.gui version 4.0.0 which is not available
13:16:08  44.796169 T:1683330112   DEBUG: Addon skin.hybrid requires xbmc.gui version 5.0.0 which is not available
13:16:08  44.842999 T:1683330112   DEBUG: Addon skin.metroid requires xbmc.gui version 5.0.1 which is not available
13:16:08  44.888912 T:1683330112   DEBUG: Addon skin.nbox requires xbmc.gui version 4.0.0 which is not available
13:16:08  44.928276 T:1683330112   DEBUG: Addon skin.neon requires xbmc.gui version 5.0.1 which is not available
13:16:08  44.931229 T:1683330112   DEBUG: Addon skin.pm3-hd requires xbmc.gui version 4.0.0 which is not available
13:16:08  44.936543 T:1683330112   DEBUG: Addon skin.quartz requires xbmc.gui version 5.0.1 which is not available
13:16:08  44.984432 T:1683330112   DEBUG: Addon skin.re-touched requires xbmc.gui version 5.0.0 which is not available
13:16:08  45.030613 T:1683330112   DEBUG: Addon skin.refocus requires xbmc.gui version 5.0.1 which is not available
13:16:08  45.040768 T:1683330112   DEBUG: Addon skin.simplicity requires script.cu.lyrics version 2.0.6 which is not available
13:16:08  45.144684 T:1683330112   DEBUG: Addon skin.xeebo requires xbmc.gui version 4.0.0 which is not available
13:16:08  45.190983 T:1683330112   DEBUG: Addon skin.xperience-more requires xbmc.gui version 4.0.0 which is not available
13:16:08  45.243759 T:1683330112   DEBUG: Addon skin.xperience1080 requires xbmc.gui version 5.0.1 which is not available
13:16:08  45.284374 T:1683330112   DEBUG: Addon skin.xtv-saf requires xbmc.gui version 5.0.1 which is not available
13:16:08  45.351856 T:1683330112   DEBUG: Addon webinterface.home-row requires xbmc.gui version 4.0.0 which is not available
13:16:08  45.354557 T:1683330112   DEBUG: Addon webinterface.pwi requires xbmc.gui version 4.0.0 which is not available
13:16:10  46.583286 T:1683330112    INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/kodi/addons: No such file or directory'
13:16:10  46.601173 T:1683330112   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'

Can you confirm if the issue still occurs from a clean setup?
Rename /storage/.kodi to /storage/.kodi_back (and /storage/.xbmc to /storage/.xbmc_back if it exists) and reboot.
@popcornmix. That log is normal. It's just processing the available repo list and filtering out the incompatible ones
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Sure will do.

Edit: It happens even on clean install... I tried to take a photo and a movie of it but it's really hard.
  • 1
  • 30
  • 31
  • 32(current)
  • 33
  • 34
  • 111

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112