RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    lr-mess2016: does it work at all?

    Scheduled Pinned Locked Moved Help and Support
    lr-mess2016messastrocade
    16 Posts 5 Posters 999 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mituM
      mitu Global Moderator @SpudsMcToole
      last edited by

      @SpudsMcToole Your log file shows that RetroArch cannot find the core file. The correct name of the core name is mess2016_libretro.so, your log file shows different name (mess_libretro.so).

      S 1 Reply Last reply Reply Quote 1
      • S
        SpudsMcToole Banned @mitu
        last edited by SpudsMcToole

        @mitu said in lr-mess2016: does it work at all?:

        @SpudsMcToole Your log file shows that RetroArch cannot find the core file. The correct name of the core name is mess2016_libretro.so, your log file shows different name (mess_libretro.so).

        Cheers. Fixed that, but it now gives me a "segmentation fault", whatever that means.

        Parameters: 
        Executing: /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess2016/mess2016_libretro.so --config /opt/retropie/configs/lr-mess2016-libretro/retroarch.cfg "/home/pi/RetroPie/roms/astrocade/spacefrt.zip" --appendconfig /dev/shm/retroarch.cfg
        /opt/retropie/supplementary/runcommand/runcommand.sh: line 1006: 20644 Segmentation fault      /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess2016/mess2016_libretro.so --config /opt/retropie/configs/lr-mess2016-libretro/retroarch.cfg "/home/pi/RetroPie/roms/astrocade/spacefrt.zip" --appendconfig /dev/shm/retroarch.cfg
        

        dmmarti: will have a look at your post and see if I can get anywhere.

        1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator
          last edited by

          The Segmentation fault is a generic error, it usually indicates a bad ROM/Game file. More details on the error would be visible if you enable verbose logging.

          S 1 Reply Last reply Reply Quote 0
          • S
            SpudsMcToole Banned @mitu
            last edited by

            @mitu I wonder if it's because I've got it as astrocade, not astrocde?

            [libretro INFO] Starting game:/home/pi/RetroPie/roms/astrocade/spacefrt.zip
            [libretro WARN] Driver spacefrt not found -1
            [libretro ERROR] Driver not found spacefrt
            [libretro WARN] Driver astrocade not found -1
            [libretro ERROR] System not found: astrocade
            /opt/retropie/supplementary/runcommand/runcommand.sh: line 1006: 24874 Segmentation fault      /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess2016/mess2016_libretro.so --config /opt/retropie/configs/astrocade/retroarch.cfg "/home/pi/RetroPie/roms/astrocade/spacefrt.zip" --verbose --appendconfig /dev/shm/retroarch.cfg
            
            
            S 1 Reply Last reply Reply Quote 0
            • S
              SpudsMcToole Banned @SpudsMcToole
              last edited by

              @SpudsMcToole Hmm, nope, still doesn't know the game.

              [libretro INFO] Starting game:/home/pi/RetroPie/roms/astrocde/spacefrt.zip
              [libretro WARN] Driver spacefrt not found -1
              [libretro ERROR] Driver not found spacefrt
              [libretro INFO] Game name: astrocde, Game description: Bally Professional Arcade
              [libretro INFO] Creating frontend for game: spacefrt
              [libretro INFO] Softlists: 1
              
              "spacefrt" approximately matches the following
              supported software items (best match first):
              
              
              /opt/retropie/supplementary/runcommand/runcommand.sh: line 1006: 25678 Segmentation fault      /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess2016/mess2016_libretro.so --config /opt/retropie/configs/astrocde/retroarch.cfg "/home/pi/RetroPie/roms/astrocde/spacefrt.zip" --verbose --appendconfig /dev/shm/retroarch.cfg
              
              
              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @SpudsMcToole
                last edited by mitu

                @SpudsMcToole Did you check @rkoster's guide from this topic ?

                S 1 Reply Last reply Reply Quote 0
                • S
                  SpudsMcToole Banned @mitu
                  last edited by

                  @mitu Yeah, that was what made me try it in the first place.

                  1 Reply Last reply Reply Quote 0
                  • rkosterR
                    rkoster
                    last edited by

                    I wasn’t able to get lr-mess2016 to work at all.

                    Github/helper scripts * Creativision/Arcadia/Astrocade guide * Amiga guide * Atari 8bit guide

                    rkosterR 1 Reply Last reply Reply Quote 0
                    • rkosterR
                      rkoster @rkoster
                      last edited by rkoster

                      Just to add to this, here's my previous post on failing to get lr-mess2016 to work. Looks like the same error.

                      https://retropie.org.uk/forum/topic/22588/lr-mess-vs-lr-mess2016

                      Github/helper scripts * Creativision/Arcadia/Astrocade guide * Amiga guide * Atari 8bit guide

                      T 1 Reply Last reply Reply Quote 0
                      • T
                        tobas @rkoster
                        last edited by

                        @rkoster how do you guys even get mess to install? it fails because of a gcc error everytime

                        rkosterR 1 Reply Last reply Reply Quote 0
                        • rkosterR
                          rkoster @tobas
                          last edited by

                          @tobas Check this thread: https://retropie.org.uk/forum/topic/18126/lr-mess-and-lr-mess2016-not-compiling/19

                          Basically, it's usually lack of memory.

                          Is there a binary install for lr-mess?

                          Github/helper scripts * Creativision/Arcadia/Astrocade guide * Amiga guide * Atari 8bit guide

                          mituM T 2 Replies Last reply Reply Quote 0
                          • mituM
                            mitu Global Moderator @rkoster
                            last edited by

                            @rkoster said in lr-mess2016: does it work at all?:

                            Is there a binary install for lr-mess?

                            If you're on Raspbian Stretch, yes.

                            1 Reply Last reply Reply Quote 0
                            • T
                              tobas @rkoster
                              last edited by

                              @rkoster is that a solvable problem with a pi 3b?

                              rkosterR 1 Reply Last reply Reply Quote 0
                              • rkosterR
                                rkoster @tobas
                                last edited by

                                @tobas I used the binary install on a 3b. So I know it works that way. Check the experimental install menu, I think the binary install is in there.

                                Github/helper scripts * Creativision/Arcadia/Astrocade guide * Amiga guide * Atari 8bit guide

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.