Closed veraciousnottaken closed 1 year ago
The first set of logs with CRC mismatches is because of #368. No-Intro only has a headerless Atari 7800 DAT, and your input has headered ROMs that are automatically having their header removed.
I'm pretty sure the second set of logs with the ENOENT
error is because of #338.
Was that a fatal error? Did igir
exit as a result?
Did that have the same CLI options as the first set of logs?
I added CLI options to issue and yes it was fatal, igir exited to command line. The error occurs consistently on that file but it depends on the initial conditions as described.
I was really hoping that #345 finished covering all test cases for scenarios like this... I'll keep investigating.
@veraciousnottaken could you run it with -vvv
? That will help give verbose output on what is happening with each file.
Here's copy and paste from my command prompt with -vvv
atari-test.zip, I tried redirect output to file but it's garbage.
Oh I'm sure all the carriage returns from the progress bars make log redirection awful, that's something I'll have to look into in the future.
I'm still trying to reproduce this on my end, but I think #338 that I'll release today will fix this.
See if the v1.6.0 that I just released solves this issue for you.
This issue is solved, tested it with 18k files with success!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Paste the command
igir move zip test --input atari-test --output No-Intro --overwrite --dir-dat-name --single --dat "No-Intro Love Pack (PC XML) (2023-03-19).zip" -vv
Describe the bug
Interesting error only when processing dozens of files and a complete No-Intro file. When I put about 700+ files in the atari7800 and atarist directories I get the following error, but when using the same files and
--dat
contains only atari files then everything finishes without errorsand vice versa, if I put only the files Lethal Xcess - Wings of Death II (Europe) (Amiga + ST) (Disk A).ipf and B in the atarist directory and use the full No-Intro it is also finishes without errors
Expected behavior
Pass with no errors.
Debug logs
igir version
1.5.0
Node.js version
18.15.0
Operating system
Windows 10
Additional context
No response