Recalbox Forum

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

    [4.1-Unstable] Bug reports

    Recalbox General
    4.1 bugs
    46
    349
    294231
    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.
    • davibar80
      davibar80 last edited by

      I changed the update to unstable and I installed the 4.1 version. All ok, but I changed another time the update to stable, and in this moment recalbox showed me that I had a new update (I think that is the last stable, 4.0.2). I said ok to the update and later recalbox dont work. It shows the panic text and nothing else.
      I had a image of recalbox 4.0 and I reinstall this image.
      See this because if i install the 4.1 version but later I only want the stable update its a problem.
      Thanks and sorry by my english

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

        Once on 4.1 (unstable branch) you can't rollback on 4.0.x (stable branch).
        You know recalbox is a linux OS, you can't do what you want with an update process.
        There so many "bricks/elements" updated that you can't simply rollback...

        So if you want to test this 4.1, to help us to debbug. Install it on a second SD card, for test, and keep your current stable installation for gaming et everydays use.

        Otherwise, wait a stable 4.1 release.

        Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
        Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
        Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

        Don't forget to upvote messages if it has been useful ;)

        davibar80 1 Reply Last reply Reply Quote 0
        • davibar80
          davibar80 @rockaddicted last edited by

          @rockaddicted but its normal that when i install the 4.1 version and i put the update mode in stable the system show another update???

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

            @davibar80 it's not normal, it's a bug, hence this topic 🙂

            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
            • grgohr
              grgohr @Substring last edited by

              @Substring hello possible bug as it was working before :
              PPSSPP (on Xu4) with a proper controller.ini or without (defaut config then) the emu only considers LEFT and DOWN on the stick (xinmo dual arcade)
              going in the controller test menu show those 2 values even if right or up
              previous builds were no problem on that controller for psp

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

                @grgohr can you paste the ~/configs/ppsspp/gamecontrollerdb.txt please ?

                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é

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

                  @Substring sure, mmh up=down and left=right...

                  03000000c0160000e105000001010000,Xin-Mo Xin-Mo Dual Arcade,platform:Linux,b:b4,a:b3,x:b0,leftshoulder:b2,dpup:a1,dpdown:a1,start:b7,dpright:a0,rightshoulder:b5,guide:b9,y:b1,back:b6,dpleft:a0,

                  peterpan123123 1 Reply Last reply Reply Quote 0
                  • grgohr
                    grgohr last edited by

                    @Substring also the "--escape-exit" does not seem to be taken into account anymore if uncommenting/py_compiling ppssppGenerator
                    (but less critical and not a basic feature)

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

                      @grgohr @Substring I have the exact same behavior not only with the Xin-Mo Dual but with direct to the GPIO connected joystick as well.

                      15000000010000000100000000010000,GPIO Controller 1,platform:Linux,b:b0,a:b1,x:b3,leftshoulder:b4,dpup:a1,dpdown:a1,start:b8,dpright:a0,rightshoulder:b5,guide:b7,y:b2,back:b6,dpleft:a0,

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

                        @grgohr just add psp.args=--escape-exit to recalbox.conf (undocumented new feature 😉 )

                        Looks like i missed a case when dpad is an axis ... D**n, such anannoyance, i thought it was working fine.

                        Thanks for the feedback 🙂

                        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
                        • treacle
                          treacle @Substring last edited by

                          @Substring wow, what happened to the psx emu? It's running really really slow... I see the retro arch menu now looks like sonys xmb, but the icons are all black

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

                            @Substring new possible bug on scummvm, can't launch any game =>

                            File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
                            raise child_exception
                            OSError: [Errno 2] No such file or directory

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

                              seems /usr/bin/scummvm is missing, fixed by adding the libretro core

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

                                @grgohr i believe the standalone scummvm doesn't compile on xu4. If the libretro core works fine, and doesn't require any change to the roms scummvm structure, or configgen, please make a pr to update the xu4 defconfig 🙂

                                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é

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

                                  @Substring after more tests i can't use the libretro core (can't crawl the folders to look for game)
                                  I was able to run standalone scummvm on xu4 flawlessly on my previous build but I can't remember what i did and where I got it 😢
                                  will search again

                                  grgohr 1 Reply Last reply Reply Quote 0
                                  • kelv
                                    kelv last edited by

                                    Hello Folks

                                    One question. Since I upgraded to 4.1, in my rpi 3, Kodi is crashing all time no matter the build I have installed. Is anybody facing any kind of similar issues?

                                    THX

                                    Raspberry Pi model: RPi 3b+
                                    Recalbox build : 7.0.1 DragonBlaze
                                    Hardware: MicroSD UHS 128 GB up to 80 MB, Class 10 and 2.5 A Power Supply.
                                    Overclocked: 1485 MHZ
                                    Controller(s): Wired Xbox 360 PAD (working perfectly on any other game/emulator).

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

                                      @kelv definitrly no problem at all. Is it a vanilla install or you added some plugins ?

                                      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é

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

                                        @Substring I have the pluggings that were isntalled before in the 15 release. I was wondering if the issue could be because of that, I will delete all of them and re-add them. THX!!!

                                        Raspberry Pi model: RPi 3b+
                                        Recalbox build : 7.0.1 DragonBlaze
                                        Hardware: MicroSD UHS 128 GB up to 80 MB, Class 10 and 2.5 A Power Supply.
                                        Overclocked: 1485 MHZ
                                        Controller(s): Wired Xbox 360 PAD (working perfectly on any other game/emulator).

                                        kelv 1 Reply Last reply Reply Quote 0
                                        • Raphael Bueno Hatencia
                                          Raphael Bueno Hatencia last edited by

                                          Hi! I have a problem connecting through wifi on rpi3. I was using the unstable version, but after a restart it won't connect anymore.

                                          After checking the password, it shows some random numbers and letters before the correct password. Even when I re-type it correctly.

                                          What can I do to fix wifi? Via ethernet it still works, but can't use it all the time.

                                          Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                                          • Raphael Bueno Hatencia
                                            Raphael Bueno Hatencia @Raphael Bueno Hatencia last edited by

                                            @Raphael-Bueno-Hatencia Just got it working!

                                            I put the same wifi name and password on recalbox.conf on share and share_init, don't know why, but that did the job.

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

                                            Want to support us ?

                                            66
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com