Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...)

    Testers's corner
    testers wanted major upgrade pi3b
    198
    805
    638481
    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.
    • glukkkk
      glukkkk last edited by

      Does anybody know about the RetroFlags' NesPi safe shutdown script? https://github.com/RetroFlag/retroflag-picase Is it compatible with the current upgrade or it is need to be updated?

      Gaetan 1 Reply Last reply Reply Quote 0
      • Gaetan
        Gaetan Theme moderator @glukkkk last edited by

        @glukkkk https://forum.recalbox.com/topic/15159/tutoriel-fr-en-installer-le-script-safe-shutdown-pour-nespi-case-et-superpi-case

        Boards : Now: Nuc i7 7567u // Past: Rpi3 B, Rpi3 B+, Odroid xu4
        Controllers : Ps3 dualshock, 8bitdo SFC30 pro, Snes wired controller

        glukkkk 1 Reply Last reply Reply Quote 1
        • cyberbad
          cyberbad last edited by cyberbad

          Bonjour, et merci pour cette beta
          I'm using Recalbox x86x64
          I have a problem with my 8bitdo nes30 controler and asus bt400, it's working great but when i start a game the controler not working anymore i have to poweroff and on the controller for be recognize again

          https://file.ac/5KuSzciRpJE/

          thank for your time

          Gaetan 1 Reply Last reply Reply Quote 0
          • glukkkk
            glukkkk @Gaetan last edited by

            @gaetan Merci!

            1 Reply Last reply Reply Quote 0
            • Gaetan
              Gaetan Theme moderator @cyberbad last edited by

              @cyberbad did you remap them ?

              Boards : Now: Nuc i7 7567u // Past: Rpi3 B, Rpi3 B+, Odroid xu4
              Controllers : Ps3 dualshock, 8bitdo SFC30 pro, Snes wired controller

              1 Reply Last reply Reply Quote 0
              • cyberbad
                cyberbad last edited by

                @Gaetan did you mean on each game or remap on the main menu , I remap it on the main menu it's still same
                but the controller working only if i poweroff and poweron it. iwill try on the emu thx

                Franc-Boisier 1 Reply Last reply Reply Quote 0
                • diamantis42
                  diamantis42 last edited by diamantis42

                  hello,
                  I have install the first beta on my rpi 3b+ all works but I have update and black screen with yellow lightning
                  after new freshly built image on a Pi3b+

                  • wifi is now really unstable, no problem in ethernet (the unstable wifi connection already mentioned, I know 😉 ) I have both wifi AC and N
                  • my 8bitdo pad(sf30 ans sn30) in bluetooth works in game but in emulstation stop randomly, I need to stop it and restart
                  • I can't access in SSH (rpi3B+ wifi or ethernet)... but I can acces via web broswer
                  1 Reply Last reply Reply Quote 1
                  • schlegel11
                    schlegel11 last edited by

                    Hi,
                    so far recalbox runs really good on my pi3b+.
                    But i found a small bug related to recalbox.conf.
                    When I uncomment "system.power.switch=PIN356ONOFFRESET" everything works.
                    It looks like this:
                    ;system.power.switch=PIN56PUSH # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                    system.power.switch=PIN356ONOFFRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                    ;system.power.switch=PIN356PUSHRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                    But when I restart the pi and open the conf again all lines are replaced by the uncomment line like:
                    system.power.switch=PIN356ONOFFRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                    system.power.switch=PIN356ONOFFRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                    system.power.switch=PIN356ONOFFRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)

                    paradadf 1 Reply Last reply Reply Quote 0
                    • paradadf
                      paradadf Staff @schlegel11 last edited by

                      @schlegel11 that‘s an old known bug... it doesn‘t affect the functionality of the script though.

                      If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                      schlegel11 1 Reply Last reply Reply Quote 0
                      • schlegel11
                        schlegel11 @paradadf last edited by

                        @paradadf
                        Thats true it doesn't affect it

                        1 Reply Last reply Reply Quote 0
                        • Franc-Boisier
                          Franc-Boisier @cyberbad last edited by

                          @cyberbad Hi, i've the same problem ... Have you finded an issue ?

                          Board(s) : Rpi 3 B+
                          Controller(s) : 8bitdo SFC30 pro

                          1 Reply Last reply Reply Quote 0
                          • tombhadAC
                            tombhadAC last edited by tombhadAC

                            It seems the hashlib function of kodi/python does so work, so a lot of addons and when you index your Music Collection it crashes. (then it does not start anymore without deleting .kodi)

                            automatically obtained id of "plugin.video.youtube" dependent on version 2.20.0 of the xbmc.python api
                            16:45:42.187 T:1589834720 ERROR: ERROR:root:code for hash md5 was not found.
                            Traceback (most recent call last):
                            File "/usr/lib/python2.7/hashlib.py", line 147, in <module>
                            globals()[__func_name] = __get_hash(__func_name)
                            File "/usr/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
                            raise ValueError('unsupported hash type ' + name)
                            ValueError: unsupported hash type md5
                            16:45:42.187 T:1589834720 DEBUG: .
                            16:45:42.188 T:1589834720 ERROR: ERROR:root:code for hash sha1 was not found.
                            Traceback (most recent call last):
                            File "/usr/lib/python2.7/hashlib.py", line 147, in <module>
                            globals()[__func_name] = __get_hash(__func_name)
                            File "/usr/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
                            raise ValueError('unsupported hash type ' + name)
                            ValueError: unsupported hash type sha1

                            and so on ...

                            Also it seems the Steam Controller is not working at current stage.

                            1 Reply Last reply Reply Quote 1
                            • starmagoo
                              starmagoo last edited by

                              Here are my found problems:

                              • Recalbox crashes sometimes at hash calculation for Netplay
                              • Kodi doesn't start (Black screen and recalbox returns to the home screen)
                              • Restart doesn't work

                              cheers

                              starmagoo 1 Reply Last reply Reply Quote 0
                              • betikito84
                                betikito84 last edited by

                                Hello everyone:
                                I have updated my Raspberry Pi 3 b +, to the latest beta version, and I have several problems:

                                1. It does not connect to the internet or via wifi or lan.
                                2. Do not connect my PS4 or PS3 bloetooch controller.
                                3. Every time I restart I get the message that Recalbox is already updated.

                                Thank you all and forgive me since I am Spanish and English is not very good for me.

                                1 Reply Last reply Reply Quote 0
                                • starmagoo
                                  starmagoo @starmagoo last edited by starmagoo

                                  @starmagoo said in Testers wanted: major system upgrade (Pi3b+, KODI 17 and much more ...):

                                  Here are my found problems:

                                  • Recalbox crashes sometimes at hash calculation for Netplay
                                  • Kodi doesn't start (Black screen and recalbox returns to the home screen)
                                  • Restart doesn't work

                                  cheers

                                  I have also tried various emulators and ROM's but none has started (NES, SNES, GG, GB, ...).

                                  Webif also doesn't work.

                                  SumOfOneInteger 1 Reply Last reply Reply Quote 0
                                  • SumOfOneInteger
                                    SumOfOneInteger @starmagoo last edited by

                                    @starmagoo Remap your controller.

                                    1 Reply Last reply Reply Quote 0
                                    • hoyohoyo
                                      hoyohoyo last edited by

                                      rpi3b +
                                      Thanks for this rotten update!

                                      black and lightning screen up and right, update launched from the menu...

                                      I had 100gb of rom...

                                      Gaetan Substring 2 Replies Last reply Reply Quote -1
                                      • Gaetan
                                        Gaetan Theme moderator @hoyohoyo last edited by

                                        @hoyohoyo before updating you have to change the recolbox.conf as it's said in the first post.
                                        If you don't, you'll brick your recalbox. If you do it like it should be done, you'll have a normal update and everything will be ok.

                                        Boards : Now: Nuc i7 7567u // Past: Rpi3 B, Rpi3 B+, Odroid xu4
                                        Controllers : Ps3 dualshock, 8bitdo SFC30 pro, Snes wired controller

                                        1 Reply Last reply Reply Quote 0
                                        • Substring
                                          Substring @hoyohoyo last edited by

                                          @hoyohoyo have you read the very first post stating this is experimental, and you should do this on a backup SD ?

                                          Former dev - Please reply with @substring so that i am notified when you answer me
                                          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                          1 Reply Last reply Reply Quote 0
                                          • glukkkk
                                            glukkkk last edited by

                                            C'mon, testers! Hurry up 🙂 My Pi3+ board inside the NesPi Case is ready and waiting for you!

                                            P.S. I'm joking, you do everything great! Make the release build as much stable as possible.

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

                                            Want to support us ?

                                            74
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com