Author Topic: Installation Help  (Read 2168 times)

armanivers

  • Newbie
  • *
  • Posts: 4
    • View Profile
Installation Help
« on: April 21, 2019, 07:29:28 AM »
Hello dear attract mode users,

I am not that new to the whole attract mode/retropie stuff but still have basic problems I would need your help for.

First one is I just want to do a fresh install of attract mode and update it to the latest version, what I've been reading and doing so far is bassicly downloading the floob retropie/attractmode image and installing, this has worked well but everytime I try to update it it just takes hours to do everything (which I don't mind) but at the end I keep getting some kind of errors saying ... was unable to get installed and so on, and checking the attract mode version at the end tells me that nothing has been updated.

My second method which I read about was installing the basic retropie image, and download attract mode as an experimental package and then updating it but after installing is as a package, attract mode doesn't show up.

It would be nice to tell me what I am doing wrong, these are the tutorials I've been following and trying to recreate.

https://www.youtube.com/watch?v=1DRJs3I8FqQ

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Installation Help
« Reply #1 on: April 21, 2019, 07:54:54 PM »
Download and install the latest image of RetroPie from here https://retropie.org.uk/download/.

Next install AM one of two ways: 1) from the RetroPie Experimental Menu or 2) follow the steps in the AM PI FAQ (http://forum.attractmode.org/index.php?topic=1249.msg9046#msg9046) or the AM Wiki (https://github.com/mickelson/attract/wiki/Compiling-on-the-Raspberry-Pi-(Raspbian-Jessie))

Instructions here http://forum.attractmode.org/index.php?topic=1777.msg12521#msg12521
« Last Edit: April 21, 2019, 08:06:42 PM by progets »

armanivers

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Installation Help
« Reply #2 on: April 22, 2019, 07:23:16 AM »
Download and install the latest image of RetroPie from here https://retropie.org.uk/download/.

Next install AM one of two ways: 1) from the RetroPie Experimental Menu or 2) follow the steps in the AM PI FAQ (http://forum.attractmode.org/index.php?topic=1249.msg9046#msg9046) or the AM Wiki (https://github.com/mickelson/attract/wiki/Compiling-on-the-Raspberry-Pi-(Raspbian-Jessie))

Instructions here http://forum.attractmode.org/index.php?topic=1777.msg12521#msg12521

Thank you for the fast reply,

I've tried both methods, the experimental menu leads to a dead end for me, atleast after I install it I can in no way enter attract mode, no such option like "switch to attract mode" appears in the Retropie menu. The second option ,which I prefer works up until the end, then I have to type “make USE_GLES=1“ in order to compile the updated source code from the attract directory,but I keep getting the following error:

flags: -Wl,--export-dynamic -I/usr/include/freetype2 -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -I/opt/vc/include -L/opt/vc/lib -Iextlibs/miniz -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/arm-linux-gnueabihf -I/usr/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/gameswf  -DUSE_GLES -DUSE_FONTCONFIG -DUSE_LIBCURL -DUSE_SWRESAMPLE
Compiling obj/fe_base.o...
In file included from src/fe_base.cpp:24:0:
src/fe_util.hpp:28:27: fatal error: SFML/Config.hpp: No such file or directory
#include <SFML/Config.hpp>
                           ^
compilation terminated.
Makefile:456: recipe for target 'obj/fe_base.o' failed
make: *** [obj/fe_base.o] Error 1


and no matter what I cannot continue from this point beyond, any ideas?

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Installation Help
« Reply #3 on: April 23, 2019, 11:34:30 PM »
the experimental menu leads to a dead end for me, atleast after I install it I can in no way enter attract mode, no such option like "switch to attract mode" appears in the Retropie menu.
This is normal. You'll need to create your own entry for "switch to attract mode" or go to the command line and type "attract". This is true regardless of your Attract-Mode installation method. I wrote a script that will do this (and more) here http://forum.attractmode.org/index.php?topic=1311.msg9542#msg9542 (Pi FAQ #9)

Your error looks like a problem with SFML. Did you install all the required dependencies and compile SFML before trying to compile Attract-Mode? Did you update the OS (sudo apt-get update; sudo apt-get upgrade) and before compiling?