• 1
  • 109
  • 110
  • 111(current)
  • 112
  • 113
  • 146
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)
Hi popcornmix!

It happens on OE 6.0.3 also running with Confluence.

I will create a backup image and install a minimal setup to test with.

I'll get back to you.

Cheers
Image
As I mentioned in this thread, I believe there is strong evidence of a bug in all of the Kodi 17 Milhouse builds.

Additionally, there is evidence of someone else repro'ing the same bug.

When I turn off the TV and then back on again or switch source away and back to the Pi 2, it loses signal to the Pi 2. I can repro this on 2 of my 3 televisions. Unlike Kougami, I can't make the issue go away by pressing buttons on my remote. I have to reboot the Pi on either TV. (Samsung, Vizio)

Here is a link to a log file - https://www.dropbox.com/s/ucv416avc7pgry...4.zip?dl=0

In both cases "tvservice -s" returns the same value when the TV is displaying signal and when it is displaying no signal. For instance -
BasementKodi:~ # tvservice -s
state 0x12000a [HDMI CEA (16) RGB lim 16:9], 1920x1080 @ 59.94Hz, progressive
BasementKodi:~ # tvservice -s
state 0x12000a [HDMI CEA (16) RGB lim 16:9], 1920x1080 @ 59.94Hz, progressive

When I try to specify a resolution in System>Video, it will only allow me to choose "Desktop", but that doesn't seem to be the issue, since tvservice is reporting back the correct resolution in any case.

Empirical evidence that this is a bug in these builds is that I can always correct the issue by rolling back to OE6, and always repro it by installing a Kodi 17 Milhouse build. Same behavior on both TVs.

Please let me know if there is anything else I can provide.

Thanks,
Jay
(2016-03-20, 18:14)fizbin Wrote: Here is a link to a log file - https://www.dropbox.com/s/ucv416avc7pgry...4.zip?dl=0

Debug is not enabled here. Enable debug logging. Reboot. Do what is needed to cause the problem. Capture logs.

Now it could be CEC related. Can you disable CEC in system/input/peripheral/cec setting and report if the problem still occurs?
Thanks popcornmix. Here is the log file after the repro with CEC still enabled. http://sprunge.us/JdfV

When I go into system>input devices>peripherals, a dialog appears showing only "cec adapter" and when I click it nothing really happens. The dialog flashes for a moment then reappears, again showing "cec adapter". (Settings = Expert)

-Jay
Hi Milhouse,

Openelec repo is still not working. Haven't been able to access it since I started using your nightlies over a month ago. I did a fresh install of OE. Kodi repo works fine.
(2016-03-20, 18:48)fizbin Wrote: When I go into system>input devices>peripherals, a dialog appears showing only "cec adapter" and when I click it nothing really happens. The dialog flashes for a moment then reappears, again showing "cec adapter". (Settings = Expert)

You should get a dialog full of settings from there. You can also disable CEC by adding to config.txt:
Code:
hdmi_ignore_cec=1
Hello,

are there specific install guidelines for the nightly builds?

I've tried three times without success:
- copied the tar file two times to the update folder
- uncompressed and copied KERNEL & SYSTEM files to the update folder

The checks of those files seem ok but then I get: "checking size: failed".
Any idea?

I've used that file on a RPi 1: http://milhouse.openelec.tv/builds/maste...026734.tar
(2016-03-20, 22:12)dsebastien Wrote: are there specific install guidelines for the nightly builds?

A simple way is to install Leopold's updater add-on:
http://openelec.tv/forum/110-update-open...dev-update
(2016-03-20, 22:12)dsebastien Wrote: Hello,

are there specific install guidelines for the nightly builds?

I've tried three times without success:
- copied the tar file two times to the update folder
- uncompressed and copied KERNEL & SYSTEM files to the update folder

The checks of those files seem ok but then I get: "checking size: failed".
Any idea?

I've used that file on a RPi 1: http://milhouse.openelec.tv/builds/maste...026734.tar

Did you reboot after you copy the upgrade tar image?
Thought main partition needs to be bigger for milhouse builds?

Try empty SD card and install openelec 6.0.3 which introduces larger partition, then update to and milhouse build.

Or see first post to resize partition
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
@herrmeier01 yes, I did reboot, which lead to the error message. The KERNEL & SYSTEM images looked okay but then I get the 'checking size: failed'. Then Kodi starts up normally after 30s.

@vbat99 mhh I already have 6.0.3 on that RPi; here's my partition table:
Number Start End Size Type File system Flags
1 1049kB 132MB 131MB primary fat16 boot, lba
2 132MB 15.9GB 15.8GB primary ext4

Is that supposed to be any different?
Forget my last post, I just saw the info on the first page (RTFM idd :p)
(2016-03-20, 22:12)dsebastien Wrote: The checks of those files seem ok but then I get: "checking size: failed".

See note #5, first post in this thread.

Edit: Good, you found it. Smile
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.
New OpenELEC.tv Krypton build #0320: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.4.6 #1 Sun Mar 20 22:32:34 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Mar 19 2016 20:42:44
Copyright (c) 2012 Broadcom
version a703ec7507f1fd425b89ce90817d99eaf7c6a8b7 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20160320223142-#0320-g0026734 [Build #0320]

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

# Kernel device tree status: Enabled

Based on tip of OpenELEC.tv master (0026734b, changelog) and tip of XBMC master (bba0449e, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.4.y
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Includes latest bcm2835-driver master (4bf906cd, ahead +6)
  • Includes latest dcadec master (0e074384, ahead +139)
  • Includes latest kodi-platform master (92583ef9, ahead +2)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (3c26ce1e, ahead +13)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: inputstream.mpd (2ebae493), peripheral.joystick (af822765, +47), pvr.argustv (c05bf4ff, +23), pvr.demo (32ef5073, +19), pvr.dvbviewer (48b0089e, +20), pvr.filmon (188ef9ab, +25), pvr.hdhomerun (4f3a3949, +30), pvr.hts (303920d8, +62), pvr.iptvsimple (d4fcb214, +25), pvr.mediaportal.tvserver (5815d770, +50), pvr.mythtv (815210a2, +30), pvr.nextpvr (d41be111, +25), pvr.njoy (af1d68ea, +17), pvr.pctv (f60f00a9, +23), pvr.stalker (08efd618, +22), pvr.vbox (329fd13d, +25), pvr.vdr.vnsi (0216b712, +31), pvr.vuplus (135f1b03, +21), pvr.wmc (f0c62cfc, +30)
  • Includes commits from service.openelec.settings/, ahead +1 (OpenELEC)
  • Include [env] e7cbe9cb: xf86-video-intel: explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 3a6268c9: VAAPI: Enable EGL
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] compare: ffmpeg: Additional Jarvis 2.8.x patches
  • Include [env] patch: Clean Kodi view cache on startup
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • Include [env] patch: Add support for dynamic device tree overlays
  • Include [env] patch: Set default volume steps to 20
  • Include [env] patch: Enable game controllers in manifest, add repository.kodi.game
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: Bump libbluray - include MVC support
  • Include [env] patch: Enable other binary addons
  • Include [env] patch: Reinstate version check service add-on - avoid black screens on x86?
  • Include [env] patch: Update inputstream.mpd settings
  • Include [env] patch: Install dtoverlay userland
  • Include [env] patch: Add experimental splash video
  • Include [env] patch: Binary-Addons: Package inputstream.mpd
  • Include [env] patch: kodi: peripheral.joystick binary addon
  • Include [env] PR:4500: kodi: update to 17.0
  • Include [env] PR:4537: [scripts] Add PKG_SOURCE_NAME for non-standard package tarballs
  • Include [env] PR:4661: stripping changes
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] PR:7030: CNetwork - implement IPv6
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:9334: [chg] decrease volume steps to 20
Build Highlights:
  1. NOTE: DVD playback remains temporarily disabled
  2. Add ServiceManager and ServiceBroker
  3. "Sync playback to display" now disabled by default
Build Details:
  1. XBMC:
    • [pvr] drop PVRFile (PR:9381, 1 commit, 11 files changed)
    • add ServiceManager and ServiceBroker - gain control over memory (PR:9389, 1 commit, 17 files changed)
    • [pvr] infodialogs: close dialogs with "info" action. (PR:9393, 2 commits, 4 files changed)
    • [gui] fix media source workarounds (PR:9343, 3 commits, 12 files changed)
    • [Win32] A set of fixes for windows. (PR:9366, 10 commits, 13 files changed)
    • [cmake] Sync ILiveTV and WINJoystick removal (PR:9406, 1 commit, 2 files changed)
    • Commercial skipping notifications and toggle action (PR:9399, 1 commit, 5 files changed)
    • [Estuary] Skin sync (PR:9402, 1 commit, 49 files changed)
  2. newclock5:
    • New commits in this build:
      • Revert "[rbp] Make sync playback to display the default option" (d915faf4)
      • rbp: Use common function with lock for gencmds (3504816f)
      • ProcessInfo: Move AllowDTSHDDecode into Processinfo (d9b4477f)
      • stereoscopicmanager: Don't treat mono as stereoscopic (00508d03)
      • VideoPlayer: inputstream changes, bump to 1.0.2 (92c4b245)
    • Commits no longer in build:
      • Revert "[mmalrenderer] Wait for vsync before submitting to mmal when display sync is disabled" (acd6071f)
      • Revert "[rbp] Refactor the vsync handle to support multiple callers" (02017364)
      • [pvr] drop PVRFile (e1144fc9)
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.
From which build Kodi disables all third party addons if it chrashes? This was not the case in older builds. Now if something goes wrong all addons are disabled and you have to enable all by hand. It is annoying and harder to troubleshoot to find the right addon or. script module that is causing problem.
Is it at least possible to add an option to disable addons if crash occures or leave them as it is. It is easier to troubleshoot even if continuous restart of kodi occurs. Disabling all addons after crash makes it almost impossible to find the addon which is braking kodi.
  • 1
  • 109
  • 110
  • 111(current)
  • 112
  • 113
  • 146

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 17.0)6