Package Details: emulationstation-git 1:2.4.1.r503.gc9b3f5b6-1

Git Clone URL: https://aur.archlinux.org/emulationstation-git.git (read-only, click to copy)
Package Base: emulationstation-git
Description: Emulation Station is a flexible emulator front-end supporting keyboardless navigation and custom system themes. Active fork by the RetroPie project.
Upstream URL: https://github.com/RetroPie/EmulationStation
Licenses: MIT
Provides: emulationstation
Submitter: drewbs
Maintainer: lubosz
Last Packager: lubosz
Votes: 34
Popularity: 0.000028
First Submitted: 2013-06-03 15:54 (UTC)
Last Updated: 2020-03-01 13:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

darkshines commented on 2017-05-12 18:28 (UTC)

Finally got the build to run. The patch is already integrated in the RetroPie fork. The crash on startup I had with some null exception is gone.

hugoarpin commented on 2017-04-18 21:00 (UTC) (edited on 2017-04-23 16:55 (UTC) by hugoarpin)

https://github.com/Herdinger/EmulationStation seems to be unactive, no commit in 9 months (as of 04/2017). Maybe you should take a look at https://github.com/RetroPie/EmulationStation, the development is still active.

<deleted-account> commented on 2017-02-03 16:27 (UTC)

@merlinux I'm going to include this patch, I'll do my best to track upstream for any possible issues. But given the length of time for any updates... yeah.

merlinux commented on 2017-02-03 12:00 (UTC)

I made a patch to fix ES in built scrapper which doesnt work with PSP anymore. I think this is due to a recent change of thegamesdb API platform name for the PSP... Only a guess as I have been using ES for a short time... Herdinger hasnt been merging anything on github for the last 6 months so I didnt even bother making a PR there. Best bet is to include the patch in the PKGBUILD itself. Anyways here is the code : --- EmulationStation/es-app/src/scrapers/GamesDBScraper.cpp 2017-02-03 20:00:35.921126370 +1000 +++ EmulationStation/es-app/src/scrapers/GamesDBScraper.cpp-new 2017-02-03 20:55:15.227773587 +1000 @@ -58,7 +58,7 @@ (PLAYSTATION_3, "Sony Playstation 3") (PLAYSTATION_4, "Sony Playstation 4") (PLAYSTATION_VITA, "Sony Playstation Vita") - (PLAYSTATION_PORTABLE, "Sony PSP") + (PLAYSTATION_PORTABLE, "Sony Playstation Portable") (SUPER_NINTENDO, "Super Nintendo (SNES)") (TURBOGRAFX_16, "TurboGrafx 16") (WONDERSWAN, "WonderSwan")

frzburn commented on 2016-08-06 03:24 (UTC)

From what I see, config files are put into ~/.config/emulationstation So all I did is: $ cd $ ln -s .config/emulationstation .emulationstation done.

michael4 commented on 2016-07-01 15:30 (UTC)

Same here, isnt creating a config file on first start and complains about it.

parkerlreed commented on 2016-06-21 19:20 (UTC)

Same here. Maybe file a bug?

Enverex commented on 2016-06-14 17:43 (UTC)

Does this actually work for anyone? Running it (without an existing config folder) just complains that it can't load the config (which obviously doesn't exist yet as I've not run the program) and it exits. Is it broken currently?

<deleted-account> commented on 2016-06-13 03:15 (UTC)

@Enverex sorry about that, I've updated the url.

Enverex commented on 2016-06-12 22:13 (UTC) (edited on 2016-06-12 22:14 (UTC) by Enverex)

I agree with OJaksch, probably time to move over to Herdingers' fork. Aloshi's doesn't even compile for me anymore. EDIT: My mistake, you have, but the "url" field hasn't been updated.