What to do in case when written file has wrong CRC? #347
-
Assuming:
Files inside are named like .zip file and both have CRC 29685F24
Output directory contains: My question is how to interpret this error? I'm assuming it's something with headers Content of headerless
and headered is:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Is the I don't think it would be header-related actually, though that's a good thought. Invalid written files should be unexpected, and it likely indicates a file I/O or filesystem issue. I wouldn't be surprised if this is related to #341 which I'm still working on. |
Beta Was this translation helpful? Give feedback.
-
Reading this again @veraciousnottaken, the log message indicated that Searching Does your DAT contain |
Beta Was this translation helpful? Give feedback.
It appears that
29685f24
is a valid headered NES ROM, just not the header that No-Intro is expecting.The issue here is the auto-removal of the header, since you're supplying a headerless DAT.
igir
is expecting the output to match the input, but that isn't right, it should be expecting the headerless CRC of03fb57b6
- resulting in no error message.I converted this to the issue #368.