Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [BATCH] Scrape your roms on your PC - fastscraper

    Community projects
    multiconsole scraper fastscraper
    37
    221
    240607
    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.
    • IceLancer
      IceLancer @paradadf last edited by IceLancer

      @paradadf I don't know why the discrepancy in size. Its clean Git compile.
      I tried scraper -version
      doesnt print anything.
      Btw i noticed its not just me who is insisting on up to the code rom folder names. Every Hyperspin user insists on the same as well, i didnt knew that. But when i think more on it i honestly do not see any legitimate reason for ES to use manufactured names like they do.Its pure chaos and a mess.

      P.S
      I also noticed havoc when collections got support in ES. People even made topic to organize "new unified" names for them. Its hilarious.

      1 Reply Last reply Reply Quote 0
      • RandySlim76
        RandySlim76 @Javier Sandoval last edited by RandySlim76

        @javier-sandoval Can I inquire what exactly was changed in the fastscraper.bat file to fix the Windows 7 64bit issue you were having?
        I am having the exact same issues. Thank you.

        Also if an Admin or if anyone knows how or what he did to get fastscraper.bat to get past this registry error I would deeply appreciate it. Thank you.
        0_1516803873096_IMG_20180124_082423.jpg

        paradadf 1 Reply Last reply Reply Quote 0
        • paradadf
          paradadf Staff @RandySlim76 last edited by

          @randyslim76 for the interface language, I added this line which might help you if the pc language isn‘t recognized:
          https://github.com/paradadf/recaltools/blob/master/fastscraper/fastscraper.bat#L11

          If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

          RandySlim76 1 Reply Last reply Reply Quote 0
          • RandySlim76
            RandySlim76 @paradadf last edited by RandySlim76

            @paradadf I changed the language to en on mine and the language error is gone. I'm proud you figured that part out. Now the registry error from what I read above when you helped out the chap to figure out his 64bit issues he said he deleted and or edited several lines of the code. Do you have any idea what these two gentlemen did to make it work without the error? Thanks in advance. 0_1516838330062_IMG_20180124_175839.jpg

            Also I haven't had a chance to try it but would this be the section that is causing the registry error?
            0_1516838417656_IMG_20180124_175457.jpg

            These are the changes he said he made to get the batch working.
            0_1516839110562_IMG_20180122_115805.jpg

            paradadf 1 Reply Last reply Reply Quote 0
            • paradadf
              paradadf Staff @RandySlim76 last edited by paradadf

              @randyslim76 probably... if you can‘t automatically overcome that point, try setting/forcing the arch variable one line after the code you just posted.
              If afterwards the download, extraction, etc isn‘t working, just download the corresponding version from sselph scraper github page and place the scraper.exe nect to the fastscraper.bat.

              If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

              RandySlim76 1 Reply Last reply Reply Quote 0
              • RandySlim76
                RandySlim76 @paradadf last edited by

                @paradadf I greatly appreciate all of the extensive help, but I'm not good at coding. So could you please explain that simpler terms Thank you.

                paradadf 2 Replies Last reply Reply Quote 0
                • paradadf
                  paradadf Staff @RandySlim76 last edited by

                  @randyslim76 I‘ll try to make some sort of debug batch for people having problems with the registry and powershell

                  If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                  RandySlim76 1 Reply Last reply Reply Quote 0
                  • RandySlim76
                    RandySlim76 @paradadf last edited by

                    @paradadf Thank you very much. I truly appreciate it.

                    1 Reply Last reply Reply Quote 0
                    • paradadf
                      paradadf Staff @RandySlim76 last edited by paradadf

                      @randyslim76 just download this simple batch and run it on your pc:
                      fastscraper_debug.bat (batch for direct download)
                      fastscraper_debug.bat (batch code)
                      show me the output afterwards.

                      If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                      RandySlim76 2 Replies Last reply Reply Quote 0
                      • RandySlim76
                        RandySlim76 @paradadf last edited by

                        @paradadf Thank you. I will as soon as I get home tonight.

                        1 Reply Last reply Reply Quote 0
                        • RandySlim76
                          RandySlim76 @paradadf last edited by RandySlim76

                          @paradadf 0_1517030923417_IMG_20180126_232610.jpg

                          Still having the same errors.

                          paradadf 1 Reply Last reply Reply Quote 0
                          • paradadf
                            paradadf Staff @RandySlim76 last edited by

                            @randyslim76 ok, but that narrows down the problem. Are you sure you can‘t scrape at all? Not detecting the languange shouldn‘t be a problem for the scraping itself as english is chosen then.

                            If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                            RandySlim76 1 Reply Last reply Reply Quote 0
                            • RandySlim76
                              RandySlim76 @paradadf last edited by

                              @paradadf Yes I'm sure. It does exactly what it did before. Still has the registry error and cannot detect language. Wish there was a way to ask these other two gentlemen that figured out the issue to help with the issue. Thank you so very much for trying to figure out the issue.

                              paradadf 1 Reply Last reply Reply Quote 0
                              • paradadf
                                paradadf Staff @RandySlim76 last edited by

                                @randyslim76 execute this batch and copy paste here the generated output.txt please:
                                http://s000.tinyupload.com/index.php?file_id=79263591375427261106

                                The batch contains only:

                                @echo off
                                >output.txt (
                                	reg Query "HKCU\Control Panel\Desktop
                                )
                                

                                It is very weird that the registry isn¨t found on your computer and that will shed some light.

                                If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                                RandySlim76 1 Reply Last reply Reply Quote 0
                                • RandySlim76
                                  RandySlim76 @paradadf last edited by

                                  @paradadf off ( reg Query "HKCU\Control Panel\Desktop )

                                  RandySlim76 1 Reply Last reply Reply Quote 0
                                  • RandySlim76
                                    RandySlim76 @RandySlim76 last edited by

                                    @randyslim76 [0_1517298053093_FastScraper (2).bat](Uploading 100%) This is a .bat file that my friend made me and he said he made the .bat file require scraper.exe again by turning off all internet checks. Here is a screen shot of his.

                                    RandySlim76 paradadf 2 Replies Last reply Reply Quote 0
                                    • RandySlim76
                                      RandySlim76 @RandySlim76 last edited by

                                      @randyslim76 0_1517298541789_IMG_20180130_014645.jpg

                                      1 Reply Last reply Reply Quote 0
                                      • paradadf
                                        paradadf Staff @RandySlim76 last edited by

                                        @randyslim76 can you please send me the output.txt I asked for?

                                        If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                                        RandySlim76 1 Reply Last reply Reply Quote 0
                                        • RandySlim76
                                          RandySlim76 @paradadf last edited by

                                          @paradadf i did it's up there 3 texts back

                                          paradadf 1 Reply Last reply Reply Quote 0
                                          • paradadf
                                            paradadf Staff @RandySlim76 last edited by

                                            @randyslim76 that cannot be. You must have copied the code somehow incorrectly. Please downlod the file and run it.

                                            If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

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

                                            Want to support us ?

                                            84
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com