RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!

    Scheduled Pinned Locked Moved Help and Support
    kodikodi 18
    150 Posts 26 Posters 51.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      manu3l
      last edited by

      Also dist-upgrade to Stretch broke EmulationStation, giving this error: "while loading shared libraries: libboost_date_time.so.1.55.0: cannot open shared object file: No such file or directory"

      Fix with sudo ./retropie_setup.sh and update from Source ?

      RascasR mituM 2 Replies Last reply Reply Quote 0
      • RascasR
        Rascas @manu3l
        last edited by

        @manu3l That is something unrelated to Kodi. But maybe you can fix it running the retropie_setup.sh scripts, updating it and reinstalling Emulation Station.

        1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @manu3l
          last edited by

          @manu3l If you upgrade in place from Raspbian Jessie to Stretch, the next step is to update all packages from binary, including Emulationstation, from the RetroPie-Setup script.

          M 1 Reply Last reply Reply Quote 0
          • M
            manu3l @mitu
            last edited by

            @mitu I try, but installing the EmulationStatio binary fails S:

            1 Reply Last reply Reply Quote 0
            • M
              manu3l
              last edited by

              I try some times, update from binary... no works... but after reboot EmulationStation is back :D

              Thanks

              1 Reply Last reply Reply Quote 0
              • RascasR
                Rascas
                last edited by

                Kodi 18 RC 1 available for update

                Changelog:
                -https://kodi.tv/article/kodi-v18-leia-rc1-new-hope

                Raspbian/RetroPie specific:
                -Added various missing binary addons like pvr.zattoo, pvr.teleboy, vfs-sacd, etc
                -All binary addons updated. Netflix works again if updated.

                C felipebraunaF 2 Replies Last reply Reply Quote 1
                • BuZzB
                  BuZz administrators
                  last edited by BuZz

                  Thanks. I have tested the new version. I am still having the issue with the on screen controls with estuary not displaying and the kodi interface breaking.

                  I switched on debug logging (which also shows the on screen memory usage etc), and then it worked fine! This is reproducable - switch off debug logging and the on screen menu won't show. The screen just dims - if you stop the video, the kodi interface no longer displays so it seems it's related to GPU somehow.

                  There is nothing useful I could see in the non debug log.

                  https://paste.ubuntu.com/p/pmKw9RM9ZY/

                  Here's the debug log (which may not be of any use since it works when debug log is on)

                  https://paste.ubuntu.com/p/pcQwGFQTkF/

                  Note this problem doesn't happen using a skin like Confluence.

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  1 Reply Last reply Reply Quote 0
                  • BuZzB
                    BuZz administrators
                    last edited by

                    I have managed to work around the issue - seems related to "overscan_scale=1" - if I removed that from /boot/config.txt the on screen controls display correctly.

                    So either a firmware issue or a compatibility issue with Kodi and this option.

                    To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                    RascasR 1 Reply Last reply Reply Quote 0
                    • C
                      cebix @Rascas
                      last edited by

                      @Rascas How can you update to RC1? The first post instructions only get me the v4 beta. Thanks.

                      1 Reply Last reply Reply Quote 0
                      • RascasR
                        Rascas
                        last edited by

                        @cebix said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                        @Rascas How can you update to RC1? The first post instructions only get me the v4 beta. Thanks.

                        In RetroPie-Setup go to Configuration Tools -> Raspbian Tools -> Upgrade Raspbian packages
                        Or in terminal do:

                        sudo apt-get update
                        sudo apt-get dist-upgrade -y
                        1 Reply Last reply Reply Quote 0
                        • RascasR
                          Rascas @BuZz
                          last edited by

                          @BuZz said in [Testing] Kodi 18.0 Leia beta versions now available for RetroPie!:

                          I have managed to work around the issue - seems related to "overscan_scale=1" - if I removed that from /boot/config.txt the on screen controls display correctly.

                          So either a firmware issue or a compatibility issue with Kodi and this option.

                          That might be it! In all the RPis that I tested I have that line commented, don't remember why. I know what it does theoretically, but I don't need it on my Pis. Can you tell why is it needed in RetroPie ?
                          I also took a look at Raspbian and LibreELEC and they do not come with that enabled. Since this probably is not much tested, the newer firmwares might have a bug.

                          BuZzB 1 Reply Last reply Reply Quote 0
                          • BuZzB
                            BuZz administrators @Rascas
                            last edited by BuZz

                            @Rascas explained here - https://github.com/RetroPie/RetroPie-Setup/wiki/Overscan#the-console-looks-good-but-the-picture-is-off-for-emulationstationretroarchetc

                            basically on some screens that require overscan settings, without this ES can render offscreen.

                            This is only a problem with Kodi 18 though on the latest firmware. Kodi 17.x is ok.

                            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                            RascasR 2 Replies Last reply Reply Quote 0
                            • RascasR
                              Rascas @BuZz
                              last edited by Rascas

                              @BuZz I just tested with overscan_scale=1 and I still cannot reproduce de problem. But it can be that in conjunction with something else like yours overscan_bottom=X, etc. Also, do you use some videoplayer at RetroPie boot ? I cannot see any related errors in your Kodi logs...

                              1 Reply Last reply Reply Quote 0
                              • RascasR
                                Rascas @BuZz
                                last edited by Rascas

                                @BuZz Well, I can reproduce it now with overscan_scale=1 and without disable_overscan=1 (I have disable_overscan=1 in all my Pis). So it is most likey a problem/bug with Kodi 18 and overscan scale.
                                Correct me if I am wrong, overscan_scale=1 and overscan enabled are the default RetroPie settings right?

                                BuZzB 1 Reply Last reply Reply Quote 0
                                • BuZzB
                                  BuZz administrators @Rascas
                                  last edited by

                                  @Rascas yes. Those are the defaults.

                                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                  RascasR 1 Reply Last reply Reply Quote 0
                                  • RascasR
                                    Rascas @BuZz
                                    last edited by

                                    @BuZz Can you please check this thread ?
                                    https://forum.kodi.tv/showthread.php?tid=338052

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      ParadoxGBB
                                      last edited by

                                      Hi all,

                                      Big fan of Kodi on RetroPie.

                                      I followed the directions here to upgrade to RC1 (RC2 not dropped yet maybe) and I edited Config.txt to remove the overscan to fix the overlay problems. I also updated to ScreenSaver 5.0.1. Playback works great, but the screensaver now causes a hang and then eventual force out of Kodi. I tried fiddling with the settings, and even attempted to revert back to the version I was using before, but I couldn't get it working so I ended up reverting back to Krypton for now. I'll pick up RC2 later that looks like from here should work with the default overscan settings to see if that fixes it and will report back if that works.

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        psyke83 Global Moderator
                                        last edited by psyke83

                                        @BuZz

                                        Users on the Steam forum also reported black screen issues caused by overscan_scale=1 for the steamlink app, which is why they implemented a block in the scripts.

                                        Even though I can't reproduce the issue re: the steamlink (and haven't yet tried the kodi rc), perhaps it would be a good idea to move that configuration out of emulationstation and into the raspbiantools script as an optional tunable? I'd be happy to work on that and send a PR if you're interested.

                                        RascasR H 2 Replies Last reply Reply Quote 0
                                        • RascasR
                                          Rascas @psyke83
                                          last edited by Rascas

                                          @psyke83 The overscan_scale=1 issue is already fixed in the latest firmware (check the kodi forum link above). You have to run sudo rpi-update to get the latest firmware or wait until it reaches the rpi foundation repo and update, it shouldn't take long.

                                          P 1 Reply Last reply Reply Quote 0
                                          • RascasR
                                            Rascas
                                            last edited by Rascas

                                            One thing that probably should be discussed is if the overscan_scale=1 is really needed, because as popcornmix says, it seems to be a "last resort" thing, as it can degrade image quality (and probably add more processing power to do the scaling).

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.