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 »

OJaksch commented on 2016-04-17 09:38 (UTC)

Due to long inactivity at Aloshis Emulationstation it might have some need at some time to switch over to Herdingers fork: <https://github.com/Herdinger/EmulationStation>.

Azelphur commented on 2016-04-08 19:46 (UTC)

I had emulationstation segfault on startup if you have a config file. (Although nobody else running Arch could seem to reproduce this) I found a workaround by downloading the Windows zip for EmulationStation, and dropping the themes folder in ~/.emulationstation. This caused it to work fine.

squalou commented on 2016-01-06 21:13 (UTC)

Additional note for whoever might read this : a warning at the beginning, but loosely related only -- Boost version: 1.60.0 -- Found the following Boost libraries: -- system -- filesystem -- date_time -- locale -- Configuring done CMake Warning at es-app/CMakeLists.txt:102 (add_executable): Cannot generate a safe linker search path for target emulationstation because files in some directories may conflict with libraries in implicit directories: link library [libGLESv1_CM.so] in /usr/lib may be hidden by files in: /opt/vc/lib Some of these libraries may not be found correctly.

squalou commented on 2016-01-06 21:01 (UTC)

this could be related : missing the instruction to effectively link against libboost_locale lib, but ... no idea where to fix it within cmake http://stackoverflow.com/questions/21750547/undefined-reference-to-boostlocaleconvbetween

squalou commented on 2016-01-06 09:30 (UTC)

Tried to compile yesterday, apparently against boost 1.60.0-1 After a compilation with some minor warnings, the link step fails : `boost::locale::generator::generate(std::string const&) const' How can this be fixed ? more details : (full log available if needed) [100%] Linking CXX executable ../../emulationstation CMakeFiles/emulationstation.dir/src/main.cpp.o: In function `main': main.cpp:(.text.startup+0x50): undefined reference to `boost::locale::generator::generate(std::string const&) const' collect2: error: ld returned 1 exit status es-app/CMakeFiles/emulationstation.dir/build.make:909: recipe for target '../emulationstation' failed make[2]: *** [../emulationstation] Error 1 CMakeFiles/Makefile2:274: recipe for target 'es-app/CMakeFiles/emulationstation.dir/all' failed make[1]: *** [es-app/CMakeFiles/emulationstation.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2

PaiDeDog commented on 2015-10-22 17:37 (UTC) (edited on 2015-10-22 17:53 (UTC) by PaiDeDog)

emulationstation is asking for boost-libs v1.58.0, but in the Extra repos there is boost-libs v1.59.0. Is there something I can do? EDIT.: Turned out I just needed to recompile (:

joao commented on 2015-05-24 11:21 (UTC)

emulationstation won't start on arch linux ARM - Raspberry Pi 2: $ emulationstation terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid Aborted (core dumped)

<deleted-account> commented on 2015-05-04 13:28 (UTC)

For Raspberry Pi 2 support, I think you will also need to change if [ "$CARCH" = "armv6h" ] to if [ "$CARCH" = "armv6h" -o "$CARCH" = "armv7h" ]

DaVarga commented on 2015-03-17 10:57 (UTC)

libsdl bugreport on bugzilla: https://bugzilla.libsdl.org/show_bug.cgi?id=2879

DaVarga commented on 2015-03-17 10:46 (UTC)

looks like SDL2 problem, https://github.com/Aloshi/EmulationStation/issues/395#issuecomment-76035498