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-mame 2010 and 7z format

    Scheduled Pinned Locked Moved Help and Support
    lr-mame2010 7z
    20 Posts 3 Posters 1.7k 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 @pindapoe
      last edited by

      How are you compressing the ROMs to 7z ? Did you use a ROM manager ?

      roslofR 1 Reply Last reply Reply Quote 0
      • roslofR
        roslof @mitu
        last edited by roslof

        @mitu said in lr-mame 2010 and 7z format:

        How are you compressing the ROMs to 7z ? Did you use a ROM manager ?

        This is the same issue I'm having (logs state individual files NOT FOUND). Here, using standard 7Zip for Windows. Level 9 compression (not using a ROM manager). The same ROM in 7Z format may work fine with MAME2015 or MAME2016, but not MAME 2010. The ZIP version of the same loads fine w/MAME2010. Weird. I had no idea anybody else was able to use .7Z until today.

        Using a universally compatible ROM "avalnche".

        MAME 2010 (d315183) <--2 releases back from current
        RetroArch 1.8.8 (Standard RetroPie Installation)

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

          @roslof What does 7z l avalnche.7z show ?

          roslofR 1 Reply Last reply Reply Quote 0
          • roslofR
            roslof @mitu
            last edited by

            Path = avalnche.7z
            Type = 7z
            Physical Size = 4291
            Headers Size = 199
            Method = LZMA:16
            Solid = +
            Blocks = 1
            
               Date      Time    Attr         Size   Compressed  Name
            ------------------- ----- ------------ ------------  ------------------------
            1996-12-24 23:32:00 .....         2048         4092  30611.c2
            1996-12-24 23:32:00 .....         2048               30614.c3
            1996-12-24 23:32:00 .....         2048               30612.d2
            1996-12-24 23:32:00 .....         2048               30615.d3
            1996-12-24 23:32:00 .....         2048               30613.e2
            1996-12-24 23:32:00 .....         2048               30616.e3
            ------------------- ----- ------------ ------------  ------------------------
            1996-12-24 23:32:00              12288         4092  6 files
            
            1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator
              last edited by mitu

              @roslof said in lr-mame 2010 and 7z format:

              Method = LZMA:16

              that's different from my test ROM, which had

              Method = LZMA2:21

              Can you re-pack the file using the 7z on your RetroPie installation ? Just

              unzip "$HOME/RetroPie/roms/mame-libretro/avalnche.zip" -d /tmp/avalnche
              pushd /tmp/avalnche
              7z a avalnche.7z *
              cp avalnche.7z "$HOME/RetroPie/roms/mame-libretro"
              popd
              
              roslofR 1 Reply Last reply Reply Quote 0
              • roslofR
                roslof @mitu
                last edited by roslof

                @mitu I'll do that, but I did figure out that using method LZMA2 instead of LZMA works... :| EDIT. This was incorrect. I had the emulator set for lr-mame...

                Neither LZMA nor LZMA2 generated from either 7-Zip or the Pi's 7z launch for me with MAME2010.

                FWIW, here is the output for the Pi .7z:

                Listing archive: avalnche.7z
                
                --
                Path = avalnche.7z
                Type = 7z
                Physical Size = 4295
                Headers Size = 203
                Method = LZMA2:12k
                Solid = +
                Blocks = 1
                
                   Date      Time    Attr         Size   Compressed  Name
                ------------------- ----- ------------ ------------  ------------------------
                1996-12-24 23:32:00 ....A         2048         4092  30611.c2
                1996-12-24 23:32:00 ....A         2048               30612.d2
                1996-12-24 23:32:00 ....A         2048               30613.e2
                1996-12-24 23:32:00 ....A         2048               30614.c3
                1996-12-24 23:32:00 ....A         2048               30615.d3
                1996-12-24 23:32:00 ....A         2048               30616.e3
                ------------------- ----- ------------ ------------  ------------------------
                1996-12-24 23:32:00              12288         4092  6 files
                
                roslofR 1 Reply Last reply Reply Quote 0
                • roslofR
                  roslof @roslof
                  last edited by roslof

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator
                    last edited by

                    @roslof using the same ROM (avalnche) I get the same error (files missing). Seems it's not fully .7z compliant or some compression parameters are different between the ROMs.

                    roslofR 1 Reply Last reply Reply Quote 0
                    • roslofR
                      roslof @mitu
                      last edited by roslof

                      @mitu said in lr-mame 2010 and 7z format:

                      @roslof using the same ROM (avalnche) I get the same error (files missing). Seems it's not fully .7z compliant or some compression parameters are different between the ROMs.

                      Yes, something funky. Same ROM files work perfectly fine as a ZIP. But this also seems to be the case for all ROMs for me... Well, at least all the ones I've ever tested (maybe 30-40?).

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        pindapoe @roslof
                        last edited by

                        I guess some bug is around this, not sense to me what is going on with .7z files

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

                          I've looked at the libretro core repository, it doesn't seem to be supporting .7z. We'll update the docs accordingly, I was about to refactor the MAME page anyway.
                          I found out why my test was working - I traced the core and it actually picked up the .zip file instead of the .7z, once I removed the original .zip, it stopped working.

                          P 1 Reply Last reply Reply Quote 1
                          • P
                            pindapoe @mitu
                            last edited by pindapoe

                            @mitu Thanks for looking at it, keeping the files in zip format :)

                            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.