• 1
  • 167
  • 168
  • 169(current)
  • 170
  • 171
  • 218
v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
(2016-10-13, 14:37)Milhouse Wrote: Yes, this is reproducible with mpeg2 material when the mpeg2 codec licence is not installed.

Firmware fix pushed.
(2016-10-13, 17:44)Milhouse Wrote: Put on your tin foil hat and stop worrying about it... Smile

I bash your negligent inconsiderate hatless head with grep Smile

Code:
grep -v 'MacAddress'  ./kodi/temp/kodi.log | pastebinit
I don't have "MacAddress" in my kodi.log - is it coming from an addon?

Edit: Seems like WakeOnAccess will log it.
Code:
xbmc/network/WakeOnAccess.cpp:741:      CLog::Log(LOGNOTICE,"    MacAddress      : %s", entry.mac.c_str());
I suggest opening a trac.kodi.tv ticket if you're concerned by it. There'd be no point obfuscating it and it might as well be removed entirely, but that may make it more difficult for users to debug their own WakeOnAccess problems.
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 LibreELEC.tv Krypton build #1013: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.8.1 #1 Thu Oct 13 21:05:04 BST 2016 armv6l GNU/Linux

# vcgencmd version
Oct 13 2016 17:21:14
Copyright (c) 2012 Broadcom
version b301dbab300729c7871442ca50f65c669446af20 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161013210402-#1013-g2193bd8 [Build #1013]

Based on tip of LibreELEC.tv master (2193bd8a, changelog) and tip of XBMC master (fb7aff75, changelog) with the following modifications: Build Highlights:
  1. New firmware - fixes mpeg2 hang (thanks @popcornmix and all that reported it)
Build Details:
  1. Firmware (Oct 13):
    • vcimage: Fix detection of coherent addresses after IS_ALIAS_L1L2_NONALLOCATING change See: link
  2. LibreELEC.tv:
    • linux: Update to 4.8.1 (PR:759, 15 commits, 43 files changed)
    • scripts/build: use MinSizeRel cmake build type (PR:792, 3 commits, 3 files changed)
    • scripts/build: cleanup (PR:796, 1 commit, 1 file changed)
    • Update moonlight (PR:832, 3 commits, 5 files changed)
  3. XBMC:
    • [cmake] Fix building main executable (PR:10694, 2 commits, 2 files changed)
    • [video] fix NFO parsing of <namedseason>'s (PR:10641, 1 commit, 1 file changed)
    • VideoPlayer: make sure first frame of a new stream is displayed witho… (PR:10696, 1 commit, 4 files changed)
    • added: include watched status for movies in actor search dialog (PR:10688, 1 commit, 1 file changed)
  4. peripheral.joystick:
    • [linux] Improve error logging (1dcf5908)
  5. pvr.dvblink:
    • pvr.dvblink v3.3.6 (Krypton) Fixed: PVR_TIMER.iClientIndex handling bug #58 (PR:61, 1 commit, 4 files changed)
  6. newclock5:
    • New commits in this build:
      • MMALRender: Switch to deinterlace mode where frame flags are exclusively used (68bb1092)
    • Commits no longer in build:
      • VideoPlayer: make sure first frame of a new stream is displayed without delay, signal started when frame is picked for render (8dd11f53)
      • squash: VideoPlayer: fix CDVDMessageQueue::WaitUntilEmpty (d1c1e64f)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:10698: [gui] add listitem.appearances for actors / directors
    • Added: [pkg] PR:10699: [python] Add xbmcgui.DialogBusy()
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.
(2016-10-13, 23:55)Milhouse Wrote: vcimage: Fix detection of coherent addresses after IS_ALIAS_L1L2_NONALLOCATING change See: link

Confirmed to fix the issue with LiveTV and Play back in my RPI3. Thanks guys!
HTPC(s): All running LibreELEC
  • AMD 2200G APU on Gigabyte AB350N-Gaming WIFI-CF
  • RPI3 x2 | RPI2 x2
NAS: FreeNAS (Latest Stable) | NFS/CIFS
Had a kodi crash after 1st boot of #1013 Kodi crash debug log
But No subsequent kodi crash with CEC wake-up after leaving idle for a few hours..

1st observed kodi crash after 1st boot of a nightly build since #1002 (performing same debug check for each build installation and boot)

kodi always appears to crash at point when performing 1st PVR channel & epg re-fresh.
(Estuary top right hand corner of GUI revolving timer pauses/stops in mid refresh then crash)
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Hi guys. Is there a way to stop Libreelec from trying to update on boot (with a loaded update folder)? Key combination or something.

(I put a recent update file in the update folder and rebooted, now tries to update, but after checking the first two files, it crashes - doesn't even get to updating the files and won't boot after that).

Thanks in advance
(2016-10-14, 09:10)woronczak Wrote: Hi guys. Is there a way to stop Libreelec from trying to update on boot (with a loaded update folder)? Key combination or something.

(I put a recent update file in the update folder and rebooted, now tries to update, but after checking the first two files, it crashes - doesn't even get to updating the files and won't boot after that).

Thanks in advance

No, you'll need to mount the SD card in a PC that supports ext4 in order to remove the file from the /storage/.update folder.

However the Pi should not be crashing so you really need to fix the cause of the instability. If you're overclocked then disable all overclock options (rename config.txt to config.txt.bak in a Windows PC and the Pi will boot using only default settings). It could be insufficient power, in which case try a better power supply.

Assuming it's not really a crash but an error of some kind, there might be a problem with the FAT partition of the SD card - try a different SD card.
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.
(2016-10-14, 09:40)Milhouse Wrote:
(2016-10-14, 09:10)woronczak Wrote: Hi guys. Is there a way to stop Libreelec from trying to update on boot (with a loaded update folder)? Key combination or something.

(I put a recent update file in the update folder and rebooted, now tries to update, but after checking the first two files, it crashes - doesn't even get to updating the files and won't boot after that).

Thanks in advance

No, you'll need to mount the SD card in a PC that supports ext4 in order to remove the file from the /storage/.update folder.

However the Pi should not be crashing so you really need to fix the cause of the instability. If you're overclocked then disable all overclock options (rename config.txt to config.txt.bak in a Windows PC and the Pi will boot using only default settings). It could be insufficient power, in which case try a better power supply.

Assuming it's not really a crash but an error of some kind, there might be a problem with the FAT partition of the SD card - try a different SD card.

Thanks Milhouse.

"Crashing" was perhaps a poor choice of words. It has been working happily for probably 6 months or more - just the problem with attempting the update today (which I have done many times before) - possible the download was corrupted or something. It just stops and presents a "pi" prompt. I was hoping to see if I could resurrect this installation before giving up and starting again - fingers crossed (or otherwise will go with a new sd card).
(2016-10-13, 18:28)popcornmix Wrote:
(2016-10-13, 14:37)Milhouse Wrote: Yes, this is reproducible with mpeg2 material when the mpeg2 codec licence is not installed.

Firmware fix pushed.
Thx. TV working again.
(2016-10-14, 09:51)woronczak Wrote: "Crashing" was perhaps a poor choice of words. It has been working happily for probably 6 months or more - just the problem with attempting the update today (which I have done many times before) - possible the download was corrupted or something. It just stops and presents a "pi" prompt. I was hoping to see if I could resurrect this installation before giving up and starting again - fingers crossed (or otherwise will go with a new sd card).

Can you provide a photograph of the screen once you get to this prompt?
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.
Sorry I was a bit short.

(2016-10-13, 23:48)Milhouse Wrote: I don't have "MacAddress" in my kodi.log - is it coming from an addon?

Edit: Seems like WakeOnAccess will log it.
Code:
xbmc/network/WakeOnAccess.cpp:741:      CLog::Log(LOGNOTICE,"    MacAddress      : %s", entry.mac.c_str());
I suggest opening a trac.kodi.tv ticket if you're concerned by it. There'd be no point obfuscating it and it might as well be removed entirely, but that may make it more difficult for users to debug their own WakeOnAccess problems.
Exactly my thoughts, that's why I came up with earlier one-liner:
Code:
grep -v 'MacAddress'  ./kodi/temp/kodi.log | pastebinit
It will filter out the Address line before sending it out to pastebinit or sprunge.
Feel free to add it to your opening post instructions..
Quote:Define RPI=1 so we can use VPU/QPU acceleration patches when building ffmpeg via autobuild.sh
@popcornmix I saw this (VPU/QPU) mentioned in Eric Anholt's blog.

Just wondering, any idea what we can expect from it?
That's a patch that benefits distributions building Kodi with the internal ffmpeg. LibreELEC builds an external version of ffmpeg where RPI=1 is already defined, so no difference to LibreELEC whatsoever.
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.
(2016-10-14, 10:08)Milhouse Wrote:
(2016-10-14, 09:51)woronczak Wrote: "Crashing" was perhaps a poor choice of words. It has been working happily for probably 6 months or more - just the problem with attempting the update today (which I have done many times before) - possible the download was corrupted or something. It just stops and presents a "pi" prompt. I was hoping to see if I could resurrect this installation before giving up and starting again - fingers crossed (or otherwise will go with a new sd card).

Can you provide a photograph of the screen once you get to this prompt?

Don't worry about it - corrupt SD card.

Thanks anyway Milhouse!
  • 1
  • 167
  • 168
  • 169(current)
  • 170
  • 171
  • 218

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19