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.000064
First Submitted: 2013-06-03 15:54 (UTC)
Last Updated: 2020-03-01 13:00 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

buzz commented on 2022-09-05 06:39 (UTC)

@ridge: Same problem here. Never had this problem with GitHub...

ridge commented on 2022-06-07 06:30 (UTC)

For some reason I got:

==> Retrieving sources...
  -> Cloning EmulationStation git repo...
Cloning into bare repository '/home/arkarian/.cache/yay/emulationstation-git/EmulationStation'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Connection timed out

==> ERROR: Failure while downloading EmulationStation git repo
    Aborting...
 -> error downloading sources: emulationstation-git 
         context: exit status 1

But changing git:// to git+https:// in the PKGBUILD fixed it for me.

apropos commented on 2021-06-19 03:39 (UTC) (edited on 2021-06-19 03:39 (UTC) by apropos)

For anyone getting an instant segmentation fault upon launch, this is a known bug: https://github.com/RetroPie/EmulationStation/issues/427.

You have to copy the resources folder from the EmulationStation repository to ~/.emulationstation/resources.

ilikenwf commented on 2020-05-17 20:33 (UTC)

Fix for string issues (gcc 10 related?) https://gist.github.com/ilikenwf/759fc10d54bb88fe431b02eff86425aa

Noobfire commented on 2019-11-30 16:20 (UTC) (edited on 2019-11-30 16:30 (UTC) by Noobfire)

@Tromzy:

I had the exact same error as you. Checking what emulationstation does with strace, I found out that, for some bizarre reason, the directory where emulationstation searches for fonts and settings is /emulationstation/:

stat("/emulationstation/.emulationstation/es_systems.cfg", 0x7ffd5e1c9280) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden) stat("/emulationstation/resources/mamenames.xml", 0x7ffd5e1c8ea0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden) stat("/emulationstation/resources/window_icon_256.png", 0x7ffd5e1c8d20) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden) stat("/emulationstation/resources/opensans_hebrew_condensed_regular.ttf", 0x7ffd5e1c8c60) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)

Creating a symlink /emulationstation/ to the source directory, in my case (MANJARO: /var/tmp/pamac-build-[USERACCOUNT]/emulationstation-git/src/EmulationStation) and /emulationstation/.emulationstation to /home/[USERACCOUNT]/.emulationstation fixes the problem for me.

Obviously, this is a very hacky workaround. Some directory settings are messed up. Maybe you have an idea on how to fix that at compile time?

Tromzy commented on 2019-07-22 13:23 (UTC)

Nevermind, I managed to compile it from git directly and it works.

darkshines commented on 2019-07-22 13:09 (UTC)

I switched to Raspbian for my RPi, so I have no motivation in further maintaining the package. Sorry about that.

Tromzy commented on 2019-07-22 12:59 (UTC)

I still cannot get the git version to work, I get this error :

lvl0: Error - File type unknown! lvl0: CECInput::mAdapter->DetectAdapters failed emulationstation: /home/archlinux/.cache/yay/emulationstation-git/src/EmulationStation/es-core/src/resources/Font.cpp:17: Font::FontFace::FontFace(ResourceData&&, int): Assertion `!err' failed. zsh: abort (core dumped) emulationstation

The non-git version works fine, but the scraper does not work.

<deleted-account> commented on 2019-05-03 03:48 (UTC)

Can you add the desktop entry like the non-git one?