• 1
  • 297
  • 298
  • 299(current)
  • 300
  • 301
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
@posixx thanks for confirming. Unfortunately I only have phone access to the forum now, can you post a public link to the log so that Kodi developers can see it. I won't now be able to narrow down which of the 3 commits in PR14295 is the problem, or test any fixes, until sometime next week.
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.
(2018-10-03, 15:33)Milhouse Wrote: Those with the artefact problem, can you please test the following builds:

1002b: Generic - same as #0813
1002c: Generic - 1002b + PR14291
1002d: Generic - 1002c + PR14282
1002e: Generic - 1002d + PR14295

1002b should not have the artefact issue, while 1002e should have the artefact issue. I'm not expecting c & d to have it, but who knows for sure so please test them too.

Assuming the issue is confirmed as starting with 1002e then I might try and narrow it down to the specific commit with additional test builds.

Edit: We still need a debug log from an affected build which may reveal some specific GL/mesa behaviour that is hardware dependent.
I didnt have time to do all of them, bu I can confirm D does not have artifacts for me (asus chromebox 2014)
as i mentioned before. with the video output staying black but everything else is working. it just happened again.

so i looked into my logs and came across this in dmesg:
Quote:[11566.622397][drm:radeon_uvd_cs_parse] *ERROR* reloc 1BD31000-209A5000 crossing 256MB boundary!
[11566.622413][drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
a quick google search turns out. it's an issue with xorg and dri3 + glamour.
i checked the xorg config and it turns out it's enabled as default. so i force disabled it by simply inverting the default configuration which i found in /etc/X11/xorg-radeon.conf

i copied the following into Configfiles as xorg.conf and the dmesg error is gone. i will report back if it still happens.
Quote:Section "Device"
        Identifier  "AMD Graphics"
        Driver      "radeon"

        # uncomment the following options to use DRI3 and glamor, otherwise DRI2 and exa
        Option      "DRI3"        "0"
        Option      "AccelMethod" "exa"
Endsection
I may possibly be able to produce builds for the next few days - the build server is now running headless in a temporary location so it should at least be able to churn out the scheduled nightly builds. I still don't have anything other than phone access, so can't really investigate issues, or look at logs.

Debug logs from systems with artefacts are still required in order to progress the investigation.
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.
(2018-10-04, 12:48)Milhouse Wrote: @posixx thanks for confirming. Unfortunately I only have phone access to the forum now, can you post a public link to the log so that Kodi developers can see it. I won't now be able to narrow down which of the 3 commits in PR14295 is the problem, or test any fixes, until sometime next week.
 Ok, here you go: https://saasgui.yodacloud.net/sharing/dUqvvldK6
New LibreELEC.tv Leia build #1004: Generic
(Supercedes previous build)

SHA256 Checksum: 52a408e94a8ff7e8acb21a31ca0e9ecee78cc8921faed6e325e531061b254c28 (Generic)

text:
# uname -a
Linux NUC 4.18.12 #1 SMP Fri Oct 5 01:11:28 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181005010955-#1004-g6499607 [Build #1004]

# Kodi version
(18.0-BETA4 Git:0abc201). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (6499607, changelog) and tip of XBMC master (0abc201, changelog) with the following modifications: Build Highlights:
  1. New 4.18.12 kernel
  2. Introduce CServiceBroker::SettingsComponent
Build Details:
  1. LibreELEC.tv:
    • tvheadend42: update to 4.2.6-42 (PR:3013, 2 commits, 3 files changed)
    • samba-config.service: fix destroying .cache structure (PR:2994, 2 commits, 3 files changed)
    • scripts/image: use 256kb blocksize for squashfs images (PR:2992, 1 commit, 1 file changed)
  2. XBMC:
    • Clarify choices in Step 5 Build binary add-ons (PR:14487, 1 commit, 1 file changed)
    • VideoPlayer: WinRenderer - fix rendering YUYV422 videos (PR:14518, 1 commit, 2 files changed)
    • [addons] correct directory name for audioencoder.kodi.builtin.(aac|wma) after #12319 (PR:14519, 1 commit, 8 files changed)
    • [settings] Fix CSettings::UninitializeISettingsHandlers (PR:14520, 1 commit, 1 file changed)
    • Fix stuck progress dialog opening "My add-ons" without network (PR:14479, 2 commits, 2 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3006 (perma): linux (Generic/RPi): update to linux-4.18.12
    • Added: [pkg] PR:14511 (perma): Introduce CServiceBroker::SettingsComponent
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.
(2018-10-04, 23:26)posixx Wrote:
(2018-10-04, 12:48)Milhouse Wrote: @posixx thanks for confirming. Unfortunately I only have phone access to the forum now, can you post a public link to the log so that Kodi developers can see it. I won't now be able to narrow down which of the 3 commits in PR14295 is the problem, or test any fixes, until sometime next week.
 Ok, here you go: https://saasgui.yodacloud.net/sharing/dUqvvldK6
Not working - link not available. What's wrong with ix.io or the built-in Kodi log upload facility? I thought I'd be inundated with debug logs from people affected by this issue by now. If we don't get a usable log soon from anyone affected by artefacts I'll add this to the ignore pile.
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.
(2018-10-05, 11:46)Milhouse Wrote:
(2018-10-04, 23:26)posixx Wrote:
(2018-10-04, 12:48)Milhouse Wrote: @posixx thanks for confirming. Unfortunately I only have phone access to the forum now, can you post a public link to the log so that Kodi developers can see it. I won't now be able to narrow down which of the 3 commits in PR14295 is the problem, or test any fixes, until sometime next week.
 Ok, here you go: https://saasgui.yodacloud.net/sharing/dUqvvldK6 
Not working - link not available. What's wrong with ix.io or the built-in Kodi log upload facility? I thought I'd be inundated with debug logs from people affected by this issue by now. If we don't get a usable log soon from anyone affected by artefacts I'll add this to the ignore pile. 
https://saasgui.yodacloud.net/sharing/7AySpYgML has to work old one could be used once. Kodi log facility doesn't work for my dunno why.
Maybe someone else with the artefact problem can provide a simple debug log on a pastebin site - only needs to be Kodi starting, with debugging enabled so shouldn't be a large file. I'm on a phone so can't access zips of zips from random one-time only download sites.
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.
Last attempt:

log from 1002d: http://support.yodacloud.net/downloads/1...DI_log.txt
log from 1002e: http://support.yodacloud.net/downloads/1...DI_log.txt

If this doesn't work on your phone then you really need proper PC access:-)
Hi, first post.
I too have the artifacts top and bottom.
I also have another problem: settings->system-> blank screen and can't get out. I ssh and restart kodi service

version #1005
here's my kodi.log file http://ix.io/1osX
Unfortunately the Kodi developer that showed interest in the artefact issue is now busy with RL work issues and no more time to look into the logs - hopefully the logs will prove useful if/when he has more free time, whenever that might be. That's why it's always useful to include an accessible log before being asked...

As for me getting a PC, the headless solution I have rigged up to continue doing builds will be dismantled Sunday for the best part of a week.
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 #1005: Generic
(Supercedes previous build)

SHA256 Checksum: c58f38fcaac158dd8bac54b85540aa6ad7f6cef29049a898a76fbf723d1144ea (Generic)

text:
# uname -a
Linux NUC 4.18.12 #1 SMP Sat Oct 6 05:41:51 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181006054023-#1005-g6499607 [Build #1005]

# Kodi version
(18.0-BETA4 Git:9a39347). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (6499607, changelog) and tip of XBMC master (9a39347, changelog) with the following modifications: Build Highlights:
  1. mesa 18.2.2
  2. Adjust PVR context menus for timer and timer rule objects
Build Details:
  1. XBMC:
    • [docs] add skinning changelog tags (PR:14521, 1 commit, 3 files changed)
    • Adjust PVR context menus for timer and timer rule objects (PR:14524, 1 commit, 2 files changed)
  2. pvr.vuplus:
    • Settings class, refactor, additions and fixed (PR:99, 0 commits, 0 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
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.
(2018-10-06, 10:16)x-rated Wrote: Hi, first post.
I too have the artifacts top and bottom.
I also have another problem: settings->system-> blank screen and can't get out. I ssh and restart kodi service

version #1005
here's my kodi.log file http://ix.io/1osX
Did the Settings problem start with #1005, or is it there too in #1004?
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.
(2018-10-06, 11:31)Milhouse Wrote:
(2018-10-06, 10:16)x-rated Wrote: Hi, first post.
I too have the artifacts top and bottom.
I also have another problem: settings->system-> blank screen and can't get out. I ssh and restart kodi service

version #1005
here's my kodi.log file http://ix.io/1osX
Did the Settings problem start with #1005, or is it there too in #1004? 
 I came from 8.2.5 only a couple of weeks ago i think around #0920. And it's been like that from the beginning. I'm not sure if it was something I did/didnt do. 
I just now tried 8.2.5 and it's ok. Back to #1005 and I get blank screen. I can try earlier versions and report back if you want?
  • 1
  • 297
  • 298
  • 299(current)
  • 300
  • 301
  • 355

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