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 544.7k 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.
    • O
      otaolafr @Unoptimal
      last edited by

      @Unoptimal hello! i loved the modification you have done to the recalbox theme with videos previews, it would be possible to upload so we cand use it too :) ?

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by

        I have been having an issue where entries are just disappearing from my gamelist.xml files. Just single entries here and there. Anyone else experiencing anything similar?

        H 1 Reply Last reply Reply Quote 0
        • H
          hargon @A Former User
          last edited by

          @LiveFastCyYoung

          Yes, I have suffered from the same problem, the only sollution I found was to put the gamelist files in read mode only.

          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @hargon
            last edited by

            @hargon Yeah, just did that. Not a big problem as I edit my gamelist outside of Emulation Station. Just don't get a play count anymore. No biggie.

            1 Reply Last reply Reply Quote 0
            • I
              isblagi
              last edited by

              Hi,
              First things first, thanks to jdrassa for the ES windows updated version. I've been using it for some years and I think is the best frontend for keeping all your games in the same place.

              But I got to the point I had to switch to another frontend since I could'nt make it with ES and Cemu (WiiU emulator). I managed to run Cemu games (not directly but through an .exe file which includes configuration per game, something Cemu doesn't support yet) but the problem is that ES stays on top of the clipboard/screen while Cemu runs on the back. No problem if you have keyboard and mouse at hand but very annoying if you have it set for big screen and gamepad, like me. Don't know if that's because Cemu takes its time to load and in the meantime ES jumps back to the front. Rest of emulators and .exe files work fine, just Cemu give me this issue.

              Tried this solution (https://retropie.org.uk/forum/topic/11016/emulation-station-launch-windows-game-additional-exe), thanks herb_fargus. Works fine if I run any .bat, .exe or .lnk from windows but still get the same problem when calling it through ES.

              If you could give a solution or could make ES to stay on the back while running the emulators/games I'm sure I'll be coming back. Meanwhile I'll guess I'll have to do it with another frontend.

              Thanks again for all your work.

              jeroJ 1 Reply Last reply Reply Quote 0
              • beastmodeB
                beastmode
                last edited by

                I've had trouble loading Slang shader presets under the new OpenGL driver (glcore) for RetroArch when starting the game directly from the latest EmulationStation Continuous build for windows. The presets seems to be completely ignored once the game is loaded and have to be manually applied each time.

                The shader presets saved per system/content directory open just fine when started directly from RetroArch.

                This issue does not affect any of the other RetroArch video drivers.

                ruckageR 1 Reply Last reply Reply Quote 0
                • ruckageR
                  ruckage @beastmode
                  last edited by ruckage

                  @beastmode
                  That wouldn't be an EmulationStation issue. EmulationStation is just a frontend.

                  SNES mini/Nes mini/Famicom mini theme developer.

                  If you'd like to support my work you can donate here: Donate

                  beastmodeB 1 Reply Last reply Reply Quote 0
                  • beastmodeB
                    beastmode @ruckage
                    last edited by

                    @ruckage That's what I thought. It worked about a week ago before the latest EmulationStation update. This only happens when the games are launched from EmulationStation. Launchbox works fine and the standalone RetroArch. It's weird.

                    ruckageR 1 Reply Last reply Reply Quote 0
                    • ruckageR
                      ruckage @beastmode
                      last edited by

                      @beastmode
                      That's strange. Do you have an older version of ES you can try to confirm it's only occurring with the latest version? If you're not having problems I wouldn't even upgrade to the latest version unless it's for specific functionality or testing purposes.

                      SNES mini/Nes mini/Famicom mini theme developer.

                      If you'd like to support my work you can donate here: Donate

                      beastmodeB 1 Reply Last reply Reply Quote 0
                      • beastmodeB
                        beastmode @ruckage
                        last edited by

                        @ruckage I'll check.

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User
                          last edited by

                          Are EmulationStation and Launchbox both pointing to the same instance of RetroArch?

                          beastmodeB 1 Reply Last reply Reply Quote 0
                          • beastmodeB
                            beastmode @A Former User
                            last edited by

                            @LiveFastCyYoung Same exact instance and path. Yep.

                            1 Reply Last reply Reply Quote 0
                            • sikboyS
                              sikboy
                              last edited by

                              Hello, does anybody managed to get Redream working? No matter what i do, It launches the emulator GUI but not the game. This is my es_systems:

                              <system>
                              <name>Dreamcast</name>
                              <fullname>Sega Dreamcast</fullname>
                              <path>~\.emulationstation\roms\dreamcast</path>
                              <extension>.cdi .gdi .CDI .GDI</extension>
                              <command>%HOME%\.emulationstation\systems\redream\redream.exe -fullscreen "ROM_RAW"</command>
                              <platform>dreamcast</platform>
                              <theme>dreamcast</theme>
                              </system>
                              

                              Any help is appreciated.

                              jeroJ 1 Reply Last reply Reply Quote 0
                              • jeroJ
                                jero @sikboy
                                last edited by jero

                                @sikboy
                                I have problems with other emulators that were not retroarch. To me with your figuration gave me problems, until I gave the complete address. that is to say:

                                <path> ~ \ .emulationstation \ roms \ dreamcast </ path>
                                <command>%HOME%.emulationstation\systems\redream\redream.exe -fullscreen "ROM_RAW"</command>
                                This would do it like this:

                                example
                                for me that's the address
                                <path> I: \ emulationstation \ .emulationstation \ .emulationstation \ roms \ dreamcast </ path>

                                example
                                for me that's the address
                                <command> I: \ emulationstation \ .emulationstation \ systems \ redream \ redream.exe -fullscreen "ROM_RAW" </ command>

                                let's definitely change

                                ~ y% HOME% by your address

                                I hope it serves me it served me

                                1 Reply Last reply Reply Quote 0
                                • jeroJ
                                  jero @isblagi
                                  last edited by jero

                                  I would also like to be in the background, but it will not be possible unless someone who knows programming makes this a version 100x 100 for windows, that is to say that it has its own settings to work in windows, since I understand that this is, well I hope not to say it bad hahaha. It is a compilation of what is done in retropie for windows, so the changes that are made for retropie, are not going to notice in this version of windows since linux and windows are not different. Debemops thank you that at least we have. Although why not dream of a project just for windows.

                                  sikboyS f.carusoF 2 Replies Last reply Reply Quote 0
                                  • sikboyS
                                    sikboy @jero
                                    last edited by

                                    @jero The thing is that i Want to keep it portable, as the emulator itself is also "portable" but well thanks anyway, ill keep it in mind for next time.

                                    1 Reply Last reply Reply Quote 0
                                    • f.carusoF
                                      f.caruso @jero
                                      last edited by f.caruso

                                      @jero Hi, I recently have decided to build my own version of ES for Windows (not an easy thing...) . I did a lot of changes, added new options (ex:don't show desktop when running games), made a better "grid view", added localization (french is ok). I also have custom launchers (ex:to enable per game setting for pcsx2), I have a "joy to key" feature in my portable launcher ( see es_padtokey.cfg ) which enable to close games with Guide+Start or map joysticks to keyboard for Visual Pinball, etc... You can try it and download a version there : http://fabrice.caruso.free.fr/EmulationStationMod.7z. I didn't publish changed sources for now, If someone is interested, please contact me...

                                      mituM jeroJ 3 Replies Last reply Reply Quote 0
                                      • mituM
                                        mitu Global Moderator @f.caruso
                                        last edited by

                                        @f-caruso said in Updated EmulationStation for Windows:

                                        I didn't publish changed sources for now, If someone is interested, please contact me...

                                        According to the original license (GPL), you need to also publish the sources.

                                        f.carusoF 1 Reply Last reply Reply Quote 0
                                        • f.carusoF
                                          f.caruso @mitu
                                          last edited by

                                          @mitu said in Updated EmulationStation for Windows:

                                          According to the original license (GPL), you need to also publish the sources.

                                          For now, this version was just for me...

                                          I actually have no git, so you'll find sources on my website there : http://fabrice.caruso.free.fr/sources.7z

                                          I'll try to find time to create an account and share it on gitlab, as soon as I can.

                                          mituM 1 Reply Last reply Reply Quote 1
                                          • mituM
                                            mitu Global Moderator @f.caruso
                                            last edited by mitu

                                            @f-caruso You don't have to add it on github - you can just include it in your binary distribution (as a src sub-folder). Thanks for providing your current sources.

                                            f.carusoF 1 Reply Last reply Reply Quote 0
                                            • 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.