• 1
  • 180
  • 181
  • 182(current)
  • 183
  • 184
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
New LibreELEC.tv Leia build #0218: Generic
(Supercedes previous build)

SHA256 Checksum: 44e3610f73e736c0b92e79975afc5c82ec16d2f79f897bb6a5ac602cb222fc0b (Generic)

text:
# uname -a
Linux NUC 4.14.18 #1 SMP Sun Feb 18 21:05:44 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180218210350-#0218-gf24c0f2 [Build #0218]

# Kodi version
(18.0-ALPHA1 Git:f5871d9). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (f24c0f2, changelog) and tip of XBMC master (0b52591, changelog) with the following modifications: Build Highlights:
  1. paplayer (vp): fix out-of-bounds error in audiocodec passthrough
  2. OpenGL: fix NaN in shaders
Build Details:
  1. LibreELEC.tv:
    • projects/Amlogic: update.sh fix and cleanup (PR:2502, 3 commits, 1 file changed)
  2. XBMC:
    • [cleanup] minimize system.h (PR:13556, 4 commits, 8 files changed)
    • paplayer (vp): fix out-of-bounds error in audiocodec passthrough (PR:13557, 1 commit, 2 files changed)
    • OpenGL: fix NaN in shaders (PR:13559, 1 commit, 3 files changed)
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.
Hi Milhouse,

since version #0209 kodi always crashes when I try to play flac files from my NFS mount.
Here's a link to the log: http://ix.io/Mvn
Here's a link to the crashlog: http://ix.io/Mvw

I run libreelec on an intel nuc5i3
nfs mount is synology nas

Do you need more information?
(2018-02-19, 14:22)tusz Wrote: Hi Milhouse,

since version #0209 kodi always crashes when I try to play flac files from my NFS mount.
Here's a link to the log: http://ix.io/Mvn
Here's a link to the crashlog: http://ix.io/Mvw

I run libreelec on an intel nuc5i3
nfs mount is synology nas

Do you need more information?
Viz needs rebuild?

Can you try to turn off projectm?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2018-02-17, 12:47)fritsch Wrote:
(2018-02-15, 12:30)basco Wrote: Here's a photo from the artefacts i'm seeing:
image
 I think we found a fix. A glsl pow value was not properly clamped. Fernet is reinvestigating some details but said to PR the fix today. Thanks for the report. 
Hi guys, any news on the black artifacts issue?
tried 0218, still there.
thanks
im getting a dependency error trying to install libretro compability on this and the mos previous builds.

Code:
16:49:56.039 T:140045308397760   DEBUG: LIRC: Update - NEW at 799076:160 0 KEY_OK devinput (KEY_OK)
16:49:56.039 T:140045308397760   DEBUG: HandleKey: 11 (0x0b, obc244) pressed, action is Select
16:49:56.053 T:140045308397760   DEBUG: CAddonInstaller: installing 'game.libretro' version '1.0.33.105' from repository 'repository.retroplayer.libreelec.tv'
16:49:56.056 T:140045205620480   DEBUG: Thread JobWorker start, auto delete: true
16:49:56.064 T:140045205620480   DEBUG: CAddonInstallJob[game.libretro]: requires kodi.binary.instance.game version 1.0.33 which is not available
16:49:56.065 T:140045205620480   ERROR: CAddonInstallJob[game.libretro]: Beroendet för kodi.binary.instance.game version 1.0.33 kunde inte tillfredsställs.
16:49:56.092 T:140045308397760   DEBUG: CGUIMediaWindow::GetDirectory (addons://repository.retroplayer.libreelec.tv/category.gamesupport)
16:49:56.092 T:140045308397760   DEBUG:   ParentPath = [addons://repository.retroplayer.libreelec.tv/category.gamesupport]
16:49:56.102 T:140045205620480   DEBUG: CAddonDatabase: SELECT repo.id FROM repo .. took 2 ms
16:49:56.107 T:140045205620480   DEBUG: CAddonDatabase: query  SELECT * FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon WHERE addonlinkrepo.idRepo IN (5) ORDER BY addons.addonID returned 59 rows in 4 ms
16:49:56.124 T:140045205620480   DEBUG: CAddonDatabase::GetAddons took 24 ms
16:49:56.182 T:140045205620480   DEBUG: CAddonMgr::GetAvailableUpdates took 57 ms

any way around this or just wait for the repo to update?
(2018-02-19, 16:44)basco Wrote:
(2018-02-17, 12:47)fritsch Wrote:
(2018-02-15, 12:30)basco Wrote: Here's a photo from the artefacts i'm seeing:
image
 I think we found a fix. A glsl pow value was not properly clamped. Fernet is reinvestigating some details but said to PR the fix today. Thanks for the report.  
Hi guys, any news on the black artifacts issue?
tried 0218, still there.
thanks 
 Fixed.

Old: http://fritsch.fruehberger.net/samples/amd.png
New: http://fritsch.fruehberger.net/samples/intel.png
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2018-02-19, 16:44)basco Wrote:
(2018-02-17, 12:47)fritsch Wrote:
(2018-02-15, 12:30)basco Wrote: Here's a photo from the artefacts i'm seeing:
image
 I think we found a fix. A glsl pow value was not properly clamped. Fernet is reinvestigating some details but said to PR the fix today. Thanks for the report.    
Hi guys, any news on the black artifacts issue?
tried 0218, still there.
thanks   
I can confirm that the artifacts are still there in 0218 despite the "OpenGL: fix NaN in shaders" fix.
(2018-02-19, 19:45)MaxMustermann Wrote:
(2018-02-19, 16:44)basco Wrote:
(2018-02-17, 12:47)fritsch Wrote:  I think we found a fix. A glsl pow value was not properly clamped. Fernet is reinvestigating some details but said to PR the fix today. Thanks for the report.    
Hi guys, any news on the black artifacts issue?
tried 0218, still there.
thanks     
I can confirm that the artifacts are still there in 0218 despite the "OpenGL: fix NaN in shaders" fix.  
 Then post a screenshot and a Debug Log, please.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2018-02-19, 17:57).eh. Wrote: im getting a dependency error trying to install libretro compability on this and the mos previous builds.
any way around this or just wait for the repo to update?

I'm afraid "just wait". Hopefully soon, but I'm not responsible for this part of the ship.
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 Leia build #0219: Generic
(Supercedes previous build)

SHA256 Checksum: 71a81525dfcec517670379375f005d97edffc99667786aa2c111677b319f5b64 (Generic)

text:
# uname -a
Linux NUC 4.14.20 #1 SMP Mon Feb 19 21:10:56 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180219210642-#0219-g0aed4af [Build #0219]

# Kodi version
(18.0-ALPHA1 Git:f5871d9). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (0aed4af, changelog) and tip of XBMC master (313d88b, changelog) with the following modifications: Build Highlights:
  1. New 4.14.20 kernel
  2. tvheadend add hdhomerun
  3. Consolidate subtitle dialogs
Build Details:
  1. LibreELEC.tv:
    • tvheadend add hdhomerun (PR:2508, 2 commits, 5 files changed)
  2. XBMC:
    • Consolidate subtitle dialogs (PR:13525, 2 commits, 15 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2466 (perma): linux: update to linux-4.14.19 (-ish)
    • Updated: [env] PR:2501 (perma): buildsystem: selectively build packages with debug
    • Added: [env] PR:2511 (perma): kernel-firmware: use project specific firmwares and cleanup
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.
Hi,

tried 0219, artefacts still there
using sw decoding (no hw acceleration) black artefacts are there
when i enable hw decoding (vdpau) black artefacts are gone

please see attached picture Imagehere
Anyone got a command line fix for installing the older version of widevine?

It seems the 'google-chrome-stable_current_amd64.deb' was updated recently and now breaks all the Add-ons that requires it.

For info I followed the instructions in the first post.

More details here but no easy fix as far as I can see:

https://github.com/asciidisco/plugin.vid...1482480235
(2018-02-20, 16:18)docwra Wrote: Anyone got a command line fix for installing the older version of widevine?

Afraid not - the command line script is no longer maintained.

(2018-02-20, 16:18)docwra Wrote: It seems the 'google-chrome-stable_current_amd64.deb' was updated recently and now breaks all the Add-ons that requires it.

For info I followed the instructions in the first post.

More details here but no easy fix as far as I can see:

https://github.com/asciidisco/plugin.vid...1482480235

This is the kind of issue the widevine "helper" addons are supposed to be addressing.

The Netflix issue leads to here which is probably more appropriate.
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 installed Nvidia GT1030 card (earlier had build-in Intel graphics) and now audio device number of the port connected to my AVR seems to change after each shutdown and i don't get audio until I reselect the correct one.

I.e. the correct one is:   ALSA:hdmi:CARD=NVidia DEV=1 or ALSA:hdmi:CARD=NVidia,DEV=0

So it may appear as device 0 and next boot appears as device 1. And the result is no audio until I select the correct one again. Is this a known problem or something in my system?
How can I force it to stay at the same device number? Maybe with udev?
(2018-02-20, 17:25)TimoJ Wrote: I installed Nvidia GT1030 card (earlier had build-in Intel graphics) and now audio device number of the port connected to my AVR seems to change after each shutdown and i don't get audio until I reselect the correct one.

There is no device number problem if I use video card's DisplayPort with HDMI adapter. This is good enough fix for me.
  • 1
  • 180
  • 181
  • 182(current)
  • 183
  • 184
  • 355

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24