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
    638459
    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.
    • Sp0oNy
      Sp0oNy @acris last edited by

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

      @Sp0oNy et autres personnes relatant le problème de scrap dans recalbox.

      C'est un bug provenant de Emulationstation, la team est entrain de l'identifier avec précision et corrigera le problème.

      Scraping ISSUE :
      This is a bug from Emulationstation, the team is identifying it with precision and will correct the problem.

      @acris : cool, merci pour ton retour ! 🙂

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

        J'ai continué à tester la parti concernant l'écriture du fichier gamelist.xml :

        • Création manuellement d'un fichier gamelist.xml concernant des informations sur 3 roms snes : le fichier est chargé correctement par EmulationStation.
        • Ajout d'un favori (une rom snes : Asterix & Obelix (E)) depuis l'interface EmulationStation.
        • Exécution de la commande /etc/init.d/S31emulationstation stop via ssh.
        • EmulationStation produit un fichier gamelist.xml.xml (l'extension apparaît 2 fois) avec les 3 roms snes initialement présente dans le fichier gamelist.xml puis y ajoute la balise ci-contre : <folder><path>&quot;./Asterix && Obelix (E).zip&quot;</path></folder> juste avant la balise </gameList>.
        • voici la log correspondante :
          lvl2: Saved gamelist.xml for system Super Nintendo Entertainment System. Updated items: 1/56
          lvl2: EmulationStation cleanly shutting down.
        • Exécution de la commande /etc/init.d/S31emulationstation start via ssh.
        • Le favoris a disparu : normal puisque EmulationStation charge le fichier gamelist.xml qui n'a pas été mise à jour (de toute façon la syntaxe dans le fichier gamelist.xml.xml n'est pas correcte).

        J'ai commencé à regarder du côté de la classe Gamelist.cpp mais je suis pas assez bon en C++ :

        /*
        * Write the list.
        * At this point, we're sure at least one node has been updated (or added and updated).
        */
        boost::filesystem::path xmlWritePath(system->getGamelistPath(true) + ".xml");
        boost::filesystem::create_directories(xmlWritePath.parent_path());
        try
        {
        pt::write_xml(xmlWritePath.generic_string(), document, std::locale("en_US.UTF8"));
        LOG(LogInfo) << "Saved gamelist.xml for system " << system->getFullName() << ". Updated items: " << fileLinks.size() << "/" << fileData.size();
        }
        catch (std::exception &e)
        {
        LOG(LogError) << "Failed to save " << xmlWritePath.generic_string() << " : " << e.what();
        }

        1 Reply Last reply Reply Quote 0
        • Michael Lajoie
          Michael Lajoie last edited by

          First: happy new year everyone ! And now the issue I have encountered :
          I have tried many different themes and this as broken Emulationstation every time! For restoring this one I have using a file manager from my iPad and deleting the theme folder; then I have restarted Recalbox with the web interface...

          1 Reply Last reply Reply Quote 0
          • Marco Polo
            Marco Polo last edited by

            Plus aucun émulateur ne fonctionne, je n'es rien toucher, juste l'association de ma 8bitdo nes pro, retour a la liste des jeux même après plusieurs reboot 😕
            Pi3B+ 64go+1 disque dure externe

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

              Hi, happy new year. I dont know if there is a bug or just i dont know how to configure, but when i play mame games and i press up or down on the 1gamepad appear downscreen a quick menu of overclocking, bright...

              Cheers

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

                hi there
                Happy new year to all

                using beta christmas edition

                when adding system to es_systems.cfg
                (for example adding cps1 cps2 cps3 using fba)
                then fba system disappear
                only latest system added in es_systems.cfg appears

                (btw: thoses lines added works on latest stable version)

                my lines added looks like this

                <system>
                <fullname>FBA_LIBRETRO</fullname>
                <name>fba_libretro</name>
                <path>/recalbox/share/roms/fba_libretro_cps2</path>
                <extension>.zip .ZIP .fba .FBA .7z .7Z</extension>
                <command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY%</command>
                <platform>arcade</platform>
                <theme>fba_libretro_cps2</theme>
                <emulators>
                  <emulator name="libretro">
                    <cores>
                      <core>fba</core>
                    </cores>
                  </emulator>
                </emulators>
                

                </system>

                so in this example,of course others are in the es_systems.cfg,but only the last system ,cps2, can be selected and visible
                others one (cps1/cps3 and of course fba) are invisible

                can someone confirm or i have done something wrong?

                voljega Bkg2k 2 Replies Last reply Reply Quote 0
                • voljega
                  voljega Banned @TylerDurden67 last edited by

                  @tylerdurden67 this has nothing to do with beta version and its bugs ....

                  TylerDurden67 1 Reply Last reply Reply Quote 2
                  • TylerDurden67
                    TylerDurden67 @voljega last edited by

                    @voljega if thoses changed lines works like this on last stable version and not in beta,for me its correct its an bug

                    voljega 1 Reply Last reply Reply Quote 0
                    • voljega
                      voljega Banned @TylerDurden67 last edited by voljega

                      @tylerdurden67 It would'nt work in main version either as you made an obvious error, so no nothing to do with beta version.

                      Besides it is custom unsupported modification with has absolutely nothing to do with standard recalbox version.

                      So if you want help on this subject, open a thread and do not pollute this one.

                      1 Reply Last reply Reply Quote 1
                      • Bkg2k
                        Bkg2k Staff @TylerDurden67 last edited by

                        @tylerdurden67 change name and/or fullname since they are used now as unique keys to identify systems.

                        lauderneto 1 Reply Last reply Reply Quote 0
                        • Kara45
                          Kara45 @DaLittleBossSam last edited by Kara45

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

                          @lexx I have the exact same issue. Also with a 3b+. Problem occured just after movie scrapping. My library is not local though: it's on an smb share.
                          Now, just like for you, kodi is totally unusable, crashing to emulstation after the splashcreen.

                          Hello, Same issue here.
                          My storage is on an smb share too.
                          I think this issue is a general issue for scrapping (game and movie)

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

                            Can anybody tell if issues with "System Security" are fixed in new version?
                            I don't want to enable it in my current beta installation on Pi3 B+ to avoid destroying anything.

                            Here the main questions:

                            • Will it be possible to enable system security without bricking anything else (Web Manager, etc.)?
                            • Will the Web Manager + Virtual GamePads be password protected too, after enabling system security?

                            Here the reference thread with description of the whole bug in previous stable versions:
                            https://forum.recalbox.com/topic/15944/web-manager-not-working-in-4-1-stable

                            Happy new year everybody!

                            Pi 4:
                            Sony DualShock 4 (2nd gen), 8BitDo Pro 2, 8BitDo SF30 PRO, Retroflag SUPERPi 4 Case, Recalbox 9.0

                            Pi Zero 2W:
                            GPi Case 2W, Recalbox 9.0

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

                              Je mepose une petite question , penser vous que une fois la version STABLE disponible il faudra réinstallé le tout ? ou une update sera possible ?

                              Bkg2k 1 Reply Last reply Reply Quote 0
                              • loak
                                loak last edited by

                                Hello,
                                My feedback for this Xmas Beta :

                                Setup is RPi3B (NOT plus), Shanwan PS3 controllers with external BT dongle, 16Go Sandisk card (fresh install of course), test game Classic DonkeyKong.

                                My attention is mainly focused on the controllers with whom I had problems with the latest stable version : I needed to pair them with Bluez driver but needed to change to Shanwan driver to work with Kodi.

                                With Xmas Beta, Shanwan PS3 controllers need to be remapped, mainly for Hotkey missing, other buttons seem OK (before I remap them I could not exit of Classic DonkeyKong but no problem during the game).
                                Even with the controllers remapped and fully working in ES and games I had to remap them in Kodi. The configuration of the controllers is not read by (or transmitted to) Kodi. I've tested the controllers with Bluez and Shanwan drivers : same behavior.
                                The swap of the driver (Bluez to Shanwan needed in the last stable) no longer seems useful, Bluez manages very well Shanwan controllers in ES, games or Kodi once they have been remapped.

                                Thank you for the job and Happy new year everybody

                                Rpi 3B, Shanwan PS3 controllers x2 with external BT dongle, Sandisk Extreme microSD 16Go, Sandisk Ultrafit 128Go exFat USB 3 key
                                GPI Case, PI0w, Sandisk Extreme microSD 64 Go
                                Recalbox last update

                                1 Reply Last reply Reply Quote 0
                                • Bkg2k
                                  Bkg2k Staff @Snipy last edited by

                                  @snipy Non, comme cela a été dit plusieurs fois, le système de mise à jour ne reprendra qu'une fois la stable sortie.
                                  En attendant les beta ET la prochaine stable devront être réinstallées from scratch

                                  BriKKou 1 Reply Last reply Reply Quote 1
                                  • BriKKou
                                    BriKKou @Bkg2k last edited by

                                    @bkg2k Hello, pour mon info, quand vous dites qu'il faudra tout réinstaller from scratch, est ce que ça veut dire (dans le cas ou les roms sont sur une clé USB), qu'il faudra également tout refaire sur cette clé et de fait perdre les sauvegardes et confugurations d'émulateurs ?
                                    J'ai fait un test de la Beta (nouvelle SD) en faisant une copie de la clé USB que j'utilise sur la dernière stable et ça a fonctionné "partiellement" (pas mal de bugs, mais visiblement rencontrés par d'autres), je me dis que les bugs viennent peut-être de là du coup ?
                                    Merci

                                    Bartop - Rpi3 - Recalbox 4.1 - Présentation : https://forum.recalbox.com/topic/16231/my-first-bartop-street-fighter-arcade-edition/15

                                    OldGreg 1 Reply Last reply Reply Quote 0
                                    • OldGreg
                                      OldGreg @BriKKou last edited by

                                      @brikkou : On réinstallera uniquement la SD. Mais complètement avec Etcher. En cas de craintes, tu fais une copie de ta clé usb sur ton pc pour pouvoir tout remettre après si tu veux.

                                      RPi 3B+ with Recalbox 6.0
                                      Arcade cabinet with zippy joysticks and xinmo XM-10 encoder. USB SNES gamepads (No name)
                                      MicroSDHC Sandisk Ultra class10 - 32gb
                                      USB 3.0 Sandisk Ultra Fit 128 Go

                                      BriKKou 1 Reply Last reply Reply Quote 0
                                      • BriKKou
                                        BriKKou @OldGreg last edited by

                                        @oldgreg ok merci. Bon du coup c'est bien ce que j'ai fait pour tester la beta 😉

                                        Bartop - Rpi3 - Recalbox 4.1 - Présentation : https://forum.recalbox.com/topic/16231/my-first-bartop-street-fighter-arcade-edition/15

                                        1 Reply Last reply Reply Quote 0
                                        • Bkg2k
                                          Bkg2k Staff last edited by acris

                                          To those who have difficulties to save Recalbox configuration on external devices, please can you post more information:

                                          • What is not saved?
                                          • Configured from the Webmanager or from EmulationStation (or both)?
                                          • What's the file format of your external device (Fat32, exFat, other, ...)?

                                          A ceux qui ont des difficulté à sauver la configuration de Recalbox sur les disques/clefs externes, pouvez vous donner des informations plus précises:

                                          • Quelle config n'est pas sauvée?
                                          • Configuré par le Webmanager ou par EmulationStation (ou les deux) ?
                                          • Quel est le système de fichier du périphérique USB utilisé (Fat32, exFat, autre, ...)?
                                          1 Reply Last reply Reply Quote 0
                                          • lauderneto
                                            lauderneto @Bkg2k last edited by lauderneto

                                            @bkg2k
                                            Hi, I'm also having the same problem @tylerdurden67
                                            its I change the name of the system, the recalbox recognizes all roms, however I can not execute any of them. none works.
                                            I'm also trying to split the FBA_LIBRETO into 3 CPS1 CPS1 and CPS3 systems.

                                            if I leave everyone with the name fba_libreto, only 1 system is recognized and runs the roms perfectly, but if I rename the systems for CPS1, cps2 and cps3, all 3 are recognized, but none are executed.

                                            Could you help me with this?

                                            System : Raspberry Pi 3b+ and x-mas version Recalbox
                                            Box : Retroflag MegaPI
                                            Pads : XBOX 360 Controller

                                            voljega nordicpower 2 Replies Last reply Reply Quote -1
                                            • First post
                                              Last post

                                            Want to support us ?

                                            79
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com