Posts by sergiogomespires

    I actually had a similar issue with my NUC and my Yamaha receiver. I have the NUC connected through HDMI to the receiver which is then connected by HDMI to to TV. I always keep my NUC turned on, even when the receiver and the TV are off. What would happen after a few hours of having the receiver and tv off, is that libreelec would forget that i was connected to the receiver, so all HD codecs would not play. It turned out to be an EDID issue, and i fixed it with a custom EDID following the instructions in the link below.

    Custom EDID [LibreELEC.wiki]

    Basically, just SSH into the NUC and run "getedid create". It is important to turn the receiver and tv first, and only then turn on the NUC. SSH into it, and run the getedid create script. Reboot, and it might fix your issue.

    i've tried setting the locale in the /storage/.profile which now looks like this:

    Code
    export LC_ALL="en_US.UTF-8"
    export LANG=en_US.UTF-8
    export LANGUAGE=en_US.UTF-8

    Typing locale now gives me these results:

    Unfortunately, i still get the same error when starting emulationstation

    Code
    terminate called after throwing an instance of 'std::runtime_error'
      what():  locale::facet::_S_create_c_locale name not valid
    Aborted