Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • gauche
    Participant
    Post count: 17

    Hi,

    I’ve been trying to get MAME working. I had no luck at all with the latest binary build, so I decided to do a fresh build from source. I started it on the 24th of December and it finished xmas day.

    I just tried it and there is a lot of broken emulators – many that worked in the binary build are no longer working. I looked into what command was being executed and tried it from the console myself. For example, here is what I executed to test the megadrive emulator:

    /home/pi/RetroPie/supplementary/runcommand/runcommand.sh 1 "/home/pi/RetroPie/emulators/RetroArch/installdir/bin/retroarch -L /home/pi/RetroPie/emulatorcores/picodrive/picodrive_libretro.so --config /home/pi/RetroPie/configs/all/retroarch.cfg --appendconfig /home/pi/RetroPie/configs/megadrive/retroarch.cfg /home/pi/RetroPie/roms/megadrive/ProjectMD.bin" 2>&1 | tee result.txt
    

    And here is the result:

    Powering on HDMI with explicit settings (CEA mode 1)
    /home/pi/RetroPie/supplementary/runcommand/runcommand.sh: line 13: /home/pi/RetroPie/emulators/RetroArch/installdir/bin/retroarch: No such file or directory
    Powering on HDMI with preferred settings

    I checked, and it’s true: I have no installdir directory under the RetroArch emulator directory.

    Why would this be the case from a fresh, source-based installation? What can I do to rectify this?

    gauche
    Participant
    Post count: 17

    Can anyone help please? I just did a full source re-install making sure every option in the menu was checked (just in case unchecked items was the cause of the problem). The directory is still missing.

    sotif
    Participant
    Post count: 1

    Try this:

    sudo apt-get install libgles2-mesa-dev

    Then choose source based installation and only check RetroArch.

    petrockblog
    Keymaster
    Post count: 1827

    This issue is also tracked at https://github.com/retropie/RetroPie-Setup/issues/253#issuecomment-31297619. The solution will be part of the upcoming update of the script.

    petrockblog
    Keymaster
    Post count: 1827

    [quote=3761]This issue is also tracked at https://github.com/retropie/RetroPie-Setup/issues/253#issuecomment-31297619. The solution will be part of the upcoming update of the script.[/quote]Added the missing package in the Setup Script, see https://github.com/retropie/RetroPie-Setup/commit/799443afa3b8c78072beaa92d731786fd1d348cf.

    gauche
    Participant
    Post count: 17

    Thanks – looking forward to trying this again.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.