CoreELEC 19.1-Matrix_rc2 Discussion

@dplim87 Try the build I posted above.

@TheCoolest I had, no luck with that one either. Would you like me to post logs for that build too?

Does it behave the same way?

@TheCoolest
Yes, I have to do some more testing when I get the chance; but I think it may be related to the combination of the audio and source file’s video resolution or codec, as I’ve been able to play 4k content with 2ch AAC 44.1kHz audio with stereo upmixing enabled without issue. But the source file (from a trailer on YouTube (and also others), 1440p vp9, 44.1kHz AAC) still has issue with both an mkv or mp4 container used. Playback of the audio or video tracks separately do not seem to have an issue. But the combination of both causes an AV sync issue that causes stuttering unless the video resolution is set to 1080p or the audio configuration is set to fixed with the limit sample rate setting at 48kHz.

Update: unsure of whether the latest nightly changed anything or it just decided to start working properly… But I don’t seem to have the issue as of right now :man_shrugging:t2:

Which AVR or Soundbar do you have?
Also, can you share a sample for us to try and reproduce?

2 posts were merged into an existing topic: Looking for users with no working WiFi or BT

CE 19 works n1 so far. I there a plan to move EmuElec Addon to matrix ? Or is it possible via dual boot?

Everything seems to works fine, except when i tried to transfer databases to MySQL, editing advancedsetting.xml and adding entries for SQL connection, from here:
[MySQL/Setting up Kodi - Official Kodi Wiki](https://MySQL/Setting up Kodi)

After restart, Kodi notified about system error, this one is from kodi.log:
------------
2021-04-20 16:36:39.229 T:4818 INFO : Python interpreter stopped
2021-04-20 16:36:39.558 T:4836 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callbac
k/script returned the following error<–
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class ‘locale.Error’>
Error Contents: unsupported locale setting
Traceback (most recent call last):
File “/usr/share/kodi/addons/service.coreelec.settings/se
rvice.py”, line 7, in
import oe
File “/home/portisch/CE/CoreELEC/build.CoreELEC-Amlogic-n
g.arm-19/install_pkg/CoreELEC-settings-cb1ebe7512797581ccacc0061e2d899d110c3566/usr/share/kodi/addons/service.
coreelec.settings/oe.py”, line 86, in
File “/usr/lib/python3.8/locale.py”, line 660, in getpref
erredencoding
File “/usr/lib/python3.8/locale.py”, line 608, in setloca
le
locale.Error: unsupported locale setting
–>End of Python script error report<–

2021-04-20 16:36:45.774 T:4884     INFO <general>: initializing python engine.
2021-04-20 16:52:21.909 T:4766     INFO <general>: Skipped 1 duplicate messages..
2021-04-20 16:52:21.909 T:4766     INFO <general>: Quitting due to POSIX signal
2021-04-20 16:52:21.954 T:4766     INFO <general>: Stopping player
2021-04-20 16:52:21.954 T:4766     INFO <general>: Storing total System Uptime
2021-04-20 16:52:21.955 T:4766     INFO <general>: Saving settings
2021-04-20 16:52:21.982 T:4766     INFO <general>: Saving skin settings
2021-04-20 16:52:21.994 T:4766     INFO <general>: Stopping all
------------

Something about locale settings, from shell i am getting this output for locale command:

CoreELEC:~ # locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
CoreELEC:~ #

We can not reproduce this error. Do a clean inst and try again, step by step until it breaks.
Then tell us how we can reproduce this error.

After clean install, no errors…

Previously, I was having installed few addons, new skin and I copied all configuration files in userdata/addons from old version of CoreELEC. Probably something there break database connection with MySQL, who knows…

Thank you for quick answer, I appreciate it.

I think the copy/restore of old data cause this locale issue.

Anyway it’s recommended to perform a clean install when upgrade to Matrix!

Hello … @Portisch with the version 19.1-Matrix_nightly_20210421, Mecool s905x2 4gb/32 wont boot.

It seems a problem when import the dtb.

With 19.1-Matrix_nightly_20210420 and 19.1-Matrix_nightly_20210419 works well.

hello. updated to rc2 and coreelec module drivers are gone. when i click on it it says no driver modules found. did something change in the dvb system?

They are moved to the CoreELEC repo and you need to install the addon by yourself.

1 Like

Hi, remains the problem with version 19.1-Matrix_nightly_20210423, in Mecool K9 pro (s905x2 4Gb/32), after update wont boot, stuck in initial logo. When i´m back to 19.1-Matrix_nightly_20210420 or 19.1-Matrix_nightly_20210419 everything is ok.

Nothing changed, no log, no problem.

Try clean install.

hello @Portisch
I did, but how i make a log, if after update wont boot ??

  1. Try a clean install.
  2. If it still doesn’t boot, the only way would be to use UART.
    You will need this CoreELEC Team SDIO Debug Board or open up the box and hook up to the UART pads. And you will need a UART to USB dongle in order to connect it to the PC.

Do you see the vendor logo and also the ce logo/animation?
When you see the ce logo/animation you just can try to open a SSH connection to make a log.

Everything works, with a clean install of version 19.1-Matrix_nightly_20210423.

My mistake was first use 19.1-Matrix_rc2, and then update with other.

Now everything works… Sorry my “noob”

Thanks @Portisch and @TheCoolest