[BATCH] Scrape your roms on your PC - fastscraper
-
@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.
-
@randyslim76 I‘ll try to make some sort of debug batch for people having problems with the registry and powershell
-
@paradadf Thank you very much. I truly appreciate it.
-
@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. -
@paradadf Thank you. I will as soon as I get home tonight.
-
Still having the same errors.
-
@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.
-
@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.
-
@randyslim76 execute this batch and copy paste here the generated output.txt please:
http://s000.tinyupload.com/index.php?file_id=79263591375427261106The 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.
-
@paradadf off ( reg Query "HKCU\Control Panel\Desktop )
-
@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 can you please send me the output.txt I asked for?
-
@paradadf i did it's up there 3 texts back
-
@randyslim76 that cannot be. You must have copied the code somehow incorrectly. Please downlod the file and run it.
-
@paradadf [0_1517330780319_output.txt](Uploading 100%)
-
@randyslim76 just copy past the output, you can‘t uplod a file here.
-
HKEY_CURRENT_USER\Control Panel\Desktop ScreenSaveActive REG_SZ 1 ActiveWndTrackTimeout REG_DWORD 0x0 BlockSendInputResets REG_SZ 0 CaretWidth REG_DWORD 0x1 ClickLockTime REG_DWORD 0x4b0 CoolSwitchColumns REG_SZ 7 CoolSwitchRows REG_SZ 3 CursorBlinkRate REG_SZ 530 DockMoving REG_SZ 1 DragFromMaximize REG_SZ 1 DragFullWindows REG_SZ 1 DragHeight REG_SZ 4 DragWidth REG_SZ 4 FocusBorderHeight REG_DWORD 0x1 FocusBorderWidth REG_DWORD 0x1 FontSmoothing REG_SZ 2 FontSmoothingGamma REG_DWORD 0x0 FontSmoothingOrientation REG_DWORD 0x1 FontSmoothingType REG_DWORD 0x2 ForegroundFlashCount REG_DWORD 0x7 ForegroundLockTimeout REG_DWORD 0x30d40 LeftOverlapChars REG_SZ 3 MenuShowDelay REG_SZ 400 PaintDesktopVersion REG_DWORD 0x0 Pattern REG_DWORD 0x0 RightOverlapChars REG_SZ 3 SnapSizing REG_SZ 1 TileWallpaper REG_SZ 0 WallpaperOriginX REG_DWORD 0x0 WallpaperOriginY REG_DWORD 0x0 WallpaperStyle REG_SZ 10 WheelScrollChars REG_SZ 3 WheelScrollLines REG_SZ 3 WindowArrangementActive REG_SZ 1 UserPreferencesMask REG_BINARY 9E7E068012000000 Wallpaper REG_SZ C:\Users\Randy\AppData\Roaming\Microsoft\Windows\Themes\TranscodedWallpaper.jpg HKEY_CURRENT_USER\Control Panel\Desktop\Colors HKEY_CURRENT_USER\Control Panel\Desktop\LanguageConfiguration HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics HKEY_CURRENT_USER\Control Panel\Desktop\MuiCached
-
@randyslim76 ok, now I see the registry key for OS language doesn‘t exist in your pc (no idea why, or it isn‘t where it should be). For my understanding, you don‘t have an usual windows installation. Anyway, I‘ll update fastscraper soon to address this case and let you know.
-
@randyslim76 please try the latest version. In your case, set
en
here:
https://github.com/paradadf/recaltools/blob/master/fastscraper/fastscraper.bat#L11
so you don´t get the that error anymore. The rest should work, hopefully!