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-MAME2010 Update Issue / Update Startup Script Fails

    Scheduled Pinned Locked Moved Help and Support
    mame2010retroarchupdate
    26 Posts 5 Posters 4.0k 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.
    • hooperreH
      hooperre
      last edited by

      Is there a way to clean any files associated with MAME2010 from my SD? I've updated the startup script successfully, but still not getting MAME2010 to install correctly. I've tried removing and re-installing it from source and binary multiple times. Thanks.

      dankcushionsD 1 Reply Last reply Reply Quote 0
      • dankcushionsD
        dankcushions Global Moderator @hooperre
        last edited by

        @hooperre said in lr-MAME2010 Update Issue / Update Startup Script Fails:

        Is there a way to clean any files associated with MAME2010 from my SD? I've updated the startup script successfully, but still not getting MAME2010 to install correctly. I've tried removing and re-installing it from source and binary multiple times. Thanks.

        what makes you think it hasn't installed correctly? do you get an error during build/install?

        hooperreH 1 Reply Last reply Reply Quote 0
        • hooperreH
          hooperre
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • hooperreH
            hooperre @dankcushions
            last edited by hooperre

            @dankcushions I haven't got an error but all my roms that were previously working with lr-MAME2010 no longer work after an accidental 'update all' that stalled and required a hard reset during update. (Could I have SSH'd and safely rebooted? I think I tried.) So I've attempted to rebuild with source and binary since with no luck. About 6 times a piece. In the past, specifically with lr-MAME2010 I would have to rebuild (and I think I was only successful with building from source) about 3 times before I would get it to work. The other times it would go to a black screen, then back to ES. I've tested the roms in MAME2014 and the all seem to work... Maybe I just roll with that for now until I start fresh.

            dankcushionsD 1 Reply Last reply Reply Quote 0
            • dankcushionsD
              dankcushions Global Moderator @hooperre
              last edited by

              @hooperre i'm sorry i still don't understand. when you update something (from binary or source), it has two results: it either completes successfully, and goes back to the setup script, or it fails, and says it has failed. what exactly happens when you try and update it? i'm not talking about when you run a game - one step at a time.

              hooperreH 1 Reply Last reply Reply Quote 0
              • hooperreH
                hooperre @dankcushions
                last edited by hooperre

                @dankcushions Sure thing. I appreciate your patience with me and willingness to help me here.

                When I update from binary or source, it returns to the setup script without an error.

                dankcushionsD 1 Reply Last reply Reply Quote 1
                • dankcushionsD
                  dankcushions Global Moderator @hooperre
                  last edited by

                  @hooperre sounds good so far! i think everything will be installing correctly.

                  now could you try and launch a game that previously worked, and then after it fails, could you please retrieve /dev/shm/runcommand.logand paste the contents here?

                  hooperreH 1 Reply Last reply Reply Quote 0
                  • hooperreH
                    hooperre @dankcushions
                    last edited by

                    @dankcushions

                    Parameters: 
                    Executing: SDL_VIDEO_EGL_DRIVER=/opt/vc/lib/libEGL.so SDL_VIDEO_GL_DRIVER=/opt/vc/lib/libGLESv2.so /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2010/mame2010_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg "/home/pi/RetroPie/roms/arcade/asteroid.zip" --appendconfig /dev/shm/retroarch.cfg'|'"/home/pi/RetroPie/roms/arcade/asteroid.zip.cfg"
                    value: enabled
                    value: enabled
                    value: enabled
                    value: enabled
                    value: disabled
                    /opt/retropie/supplementary/runcommand/runcommand.sh: line 1013:  1652 Segmentation fault      SDL_VIDEO_EGL_DRIVER=/opt/vc/lib/libEGL.so SDL_VIDEO_GL_DRIVER=/opt/vc/lib/libGLESv2.so /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2010/mame2010_libretro.so --config /opt/retropie/configs/arcade/retroarch.cfg "/home/pi/RetroPie/roms/arcade/asteroid.zip" --appendconfig /dev/shm/retroarch.cfg'|'"/home/pi/RetroPie/roms/arcade/asteroid.zip.cfg"
                    
                    dankcushionsD 1 Reply Last reply Reply Quote 0
                    • dankcushionsD
                      dankcushions Global Moderator @hooperre
                      last edited by

                      @hooperre thanks - 'segmentation fault' is a crash, so it looks like mame2010 is broken.

                      i don't use it, but maybe someone else who does can say if the latest version is working or not.

                      i guess my favourite suggestion is to stop using mame2010 ;)

                      hooperreH 1 Reply Last reply Reply Quote 0
                      • hooperreH
                        hooperre @dankcushions
                        last edited by hooperre

                        @dankcushions Posted on the github for lr-mame2010. In the meantime, I'll take your advice :). Thanks again for your patience.

                        1 Reply Last reply Reply Quote 0
                        • hooperreH
                          hooperre
                          last edited by hooperre

                          @dankcushions it looks like my if and statement says 'fi' instead of 'if' in my runcommand.sh.

                          function launch_command() {
                              local ret
                              # launch the command
                              echo -e "Parameters: $@\nExecuting: $COMMAND" >>"$LOG"
                              if [[ "$CONSOLE_OUT" -eq 1 ]]; then
                                  # turn cursor on
                                  tput cnorm
                                  eval $COMMAND </dev/tty 2>>"$LOG"
                                  ret=$?
                                  tput civis
                              else
                                  eval $COMMAND </dev/tty &>>"$LOG"
                                  ret=$?
                              fi
                              return $ret
                          }
                          

                          My python skills are still a work in progress, but I'm guessing that 'fi' doesn't even need to be there? Nvm there are "fi's" everywhere. Not familiar with that one.

                          Anyway, the eval $COMMAND </dev/tty 2>>"$LOG" line causes the fragmentation error.

                          dankcushionsD 1 Reply Last reply Reply Quote 0
                          • dankcushionsD
                            dankcushions Global Moderator @hooperre
                            last edited by

                            @hooperre FI is closing the IF block. bash scripts are weird.

                            you don't have an error there - the errors are within the mame2010 executable, not the launcher. you won't be able to track down any further without running it in debug mode with gdb. this is complex. like i said, you should wait for someone else to confirm your issues before progressing this, especially to git.

                            hooperreH 1 Reply Last reply Reply Quote 0
                            • hooperreH
                              hooperre @dankcushions
                              last edited by

                              @dankcushions Damn. Okay. Others on Reddit said they were able to update from binary successfully. I think it’s a me issue. 2010 for some reason has been trouble since jump for me.

                              Thanks again.

                              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.