RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Updated EmulationStation for Windows

    Scheduled Pinned Locked Moved Projects and Themes
    emulationstatiowindows
    741 Posts 97 Posters 549.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.
    • dankcushionsD
      dankcushions Global Moderator @Mydriaze
      last edited by

      @mydriaze as you can see from the last few replies, it is not currently building correctly so there is no download to be had, until further notice.

      MydriazeM 1 Reply Last reply Reply Quote 0
      • MydriazeM
        Mydriaze @dankcushions
        last edited by

        @dankcushions oh, ok. I really appreciate the fact that your taking time to help me. Have a nice day!

        ZenjiroZ 1 Reply Last reply Reply Quote 0
        • ZenjiroZ
          Zenjiro @Mydriaze
          last edited by

          @mydriaze If you are interested there is another Windows EmulationStation updated by fabricecaruso which can be found here. Just click the little arrow next to assets to see the downloads. There are two; one is a continuous-stable and the other is continuous-master. Stable is what I use. Do note that it is drastically different than jdrassa's build so you may want to keep them separate to avoid possible conflicts with your setup. Always back things up is a good practice.

          1 Reply Last reply Reply Quote 0
          • J
            jdrassa
            last edited by jdrassa

            I have fixed the automated build and the latest version is available for download again. Sorry for the delay.

            Get latest build of EmulationStation for Windows here

            George SpiggottG 1 Reply Last reply Reply Quote 1
            • George SpiggottG
              George Spiggott @jdrassa
              last edited by George Spiggott

              Hi I am trying to use Nintendo Switch with the Windows version of EmulationStation. It brings up the following error in the log:

              lvl1: Unknown platform for system "switch" (platform "switch" from list "switch")

              Is there something I have to modify to correct this. Also Nintendo Switch is available in the scraper but it is deselected by default and does not scrape. Could you shed any light on this? Not sure if this is a scraper issue or an EmulationStation one.

              Thanks

              Currently running:
              Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
              ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

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

                @george-spiggott said in Updated EmulationStation for Windows:

                lvl1: Unknown platform for system "switch" (platform "switch" from list "switch")

                This is harmless, it means the scraper doesn't have the 'switch' platform mapped to a known system.

                Also Nintendo Switch is available in the scraper but it is deselected by default and does not scrape. Could you shed any light on this? Not sure if this is a scraper issue or an EmulationStation one.

                There's no support for Nintendo Switch in the scraper in ES, hence the warning message. You can find the list of supported systems here.

                George SpiggottG 1 Reply Last reply Reply Quote 1
                • George SpiggottG
                  George Spiggott @mitu
                  last edited by

                  @mitu Thanks. I see this list uses different terminology to es_systems.cfg e.g. Playstation_3 is accepted as ps3. Is it planned to add Switch?

                  Currently running:
                  Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
                  ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

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

                    @george-spiggott said in Updated EmulationStation for Windows:

                    Is it planned to add Switch?

                    No, but everyone can add send a PR to add it, as long as it's supported by the scraping source (ScreenScraner and/or TheGamesDB).

                    1 Reply Last reply Reply Quote 0
                    • T
                      thenamesfang
                      last edited by

                      Ideally, I would like a portable version of EmulationStation for Windows.

                      I have figured out that one of the locations ES will search for a .emulationstation folder is actually in the root ES folder.

                      Within the es_systems.cfg file, I also found that the "~" points to the root ES folder, and it works well. However, I don't think this applies for the <command> element.

                      I've taken a look around, and it seems like the most sustainable approach is to rely on this Windows build as other builds aren't continuously updated. Also, for some reason Retrobat didn't work well for me (laggy).

                      Is there no way to have a portable version that is ready "out of box"?

                      PittStoneP 1 Reply Last reply Reply Quote 0
                      • PittStoneP
                        PittStone @thenamesfang
                        last edited by PittStone

                        @thenamesfang I made a .txt and renamed it to .bat insert with Notepad++
                        for Fullscreen:

                        set HOME=%~dp0
                        emulationstation.exe

                        Or for Windowed:

                        set HOME=%~dp0
                        emulationstation.exe --windowed --resolution 1280 720

                        You can use a .bat to .exe Program to made a Portable EXE

                        To start windows games portable i use another .bat files with this:

                        cd .emulationstation\roms\indiegames\Journey
                        .\Journey.exe

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          thenamesfang @PittStone
                          last edited by

                          @pittstone
                          Thanks for the response! My problem really has to do with the es_settings.cfg file and how the <command> field cannot run my emulators with a relative path.

                          Using a batch file was an interesting idea and I did explore using it, but couldn't figure it out. Ultimately I found an accidental solution with the way Onedrive works - I was looking for a cloud-enabled setup that could be used on multiple Windows devices.

                          1 Reply Last reply Reply Quote 0
                          • George SpiggottG
                            George Spiggott
                            last edited by

                            It's been a while but I'm coming back to this since I made some progress with Yuzu the Nintendo Switch emulator. I'd like to get Emulationstation to support Switch scraping. I need to send Pull Request to the Github, are there any good guides to doing this?

                            Currently running:
                            Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
                            ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

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

                              @george-spiggott I sent a PR for various systems to be updated, including Nintendo Switch.

                              George SpiggottG 1 Reply Last reply Reply Quote 1
                              • George SpiggottG
                                George Spiggott @mitu
                                last edited by

                                @mitu Thanks Mitu, I'll look out for that.

                                The new 75% and 50% screen modes have really upped the playability for Switch games on lower spec machines.

                                Currently running:
                                Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
                                ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

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

                                  @george-spiggott You can always use Skraper for scraping, I think it supports the Nintendo Switch.

                                  George SpiggottG 1 Reply Last reply Reply Quote 0
                                  • George SpiggottG
                                    George Spiggott @mitu
                                    last edited by

                                    I've been editing the Gamelist file manually. When the update happens I'll be sure to add any data that Screenscraper is missing to their database so everyone can benefit.

                                    Currently running:
                                    Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
                                    ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

                                    George SpiggottG 1 Reply Last reply Reply Quote 0
                                    • George SpiggottG
                                      George Spiggott @George Spiggott
                                      last edited by

                                      Is there a good guide to the capabilities of the <command> function? I've been using BetterJoyForCemu but it doesn't play well with Retroarch or Xemu. I've been trying to point Emulationstation to a script that will load BetterJoyForCemu when it launches a game and then ideally closes it again when the game closes. Is this possible?

                                      Currently running:
                                      Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
                                      ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

                                      George SpiggottG 1 Reply Last reply Reply Quote 0
                                      • George SpiggottG
                                        George Spiggott @George Spiggott
                                        last edited by George Spiggott

                                        A new version arrived today. ES now supports Nintendo Switch. Thanks to @jdrassa and @mitu.

                                        Currently running:
                                        Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
                                        ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

                                        1 Reply Last reply Reply Quote 0
                                        • V
                                          VultureStreet
                                          last edited by

                                          Anyone know why this can't be downloaded anymore?

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

                                            @VultureStreet I think there's an issue with the automatic build action in @jdrassa's repository and the binaries are not created anymore.

                                            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.